D / GtkD for SQL Server

ilya-stromberg ilya-stromberg-2009 at yandex.ru
Sun Oct 20 07:24:27 PDT 2013


On Sunday, 20 October 2013 at 08:13:35 UTC, John Joyus wrote:
> I am learning D and itching to create some small tools 
> (basically Windows executables) for our internal use, but any 
> tool I think of creating also needs some support for SQL 
> Server! So my question is:
>
> 1). Does D has any support for MSSQL?

Look at the OpenDBX bindings:
https://github.com/rikkimax/Derelict3-Extras/tree/master/import/derelict/opendbx

It supports a lot of databases, including SQL Server.

Disclaimer: I didn't use it.


More information about the Digitalmars-d-learn mailing list