March 30, 2016 Re: Is there anybody who used FireBird DB? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Suliman | 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 Re: Is there anybody who used FireBird DB? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kagamin | 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 Re: Is there anybody who used FireBird DB? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Suliman | 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 Re: Is there anybody who used FireBird DB? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kagamin | 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.
|
Copyright © 1999-2021 by the D Language Foundation