March 30, 2016
You can also look here https://github.com/cruisercoder/dstddb/blob/master/src/std/database/odbc/database.d for an example of accessing ODBC from D (only strings are supported so far).
March 31, 2016
On Wednesday, 30 March 2016 at 20:23:13 UTC, Kagamin wrote:
> You can also look here https://github.com/cruisercoder/dstddb/blob/master/src/std/database/odbc/database.d for an example of accessing ODBC from D (only strings are supported so far).

Does ita mean that I would not able to select blob/binary field?
March 31, 2016
AFAIK when you request a string, whatever value is there gets converted to string. Or you can just add code to extract blobs, that would be less effort than writing everything from scratch.
March 31, 2016
On Thursday, 31 March 2016 at 08:53:46 UTC, Kagamin wrote:
> AFAIK when you request a string, whatever value is there gets converted to string. Or you can just add code to extract blobs, that would be less effort than writing everything from scratch.

I have contact with it's developer. Hope for help.
1 2
Next ›   Last »