www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - FreeTDS bindings

reply Nikitas Leogas <neonile gmail.com> writes:
I'm new to D, but considering using it in a new project, which 
will need to connect to MS SQL Server and Sybase ASE databases. 
I've successfully used FreeTDS for this purpose in the past, so I 
was looking for the corresponding D bindings, but could not find 
any, except for this project [1], which seems abandoned.

Are there indeed no FreeTDS bindings currently available?

[1] http://www.dsource.org/projects/ddbi/wiki/FreeTDSSubproject
Mar 30 2016
next sibling parent rikki cattermole <rikki cattermole.co.nz> writes:
On 31/03/2016 4:42 AM, Nikitas Leogas wrote:
 I'm new to D, but considering using it in a new project, which will need
 to connect to MS SQL Server and Sybase ASE databases. I've successfully
 used FreeTDS for this purpose in the past, so I was looking for the
 corresponding D bindings, but could not find any, except for this
 project [1], which seems abandoned.

 Are there indeed no FreeTDS bindings currently available?

 [1] http://www.dsource.org/projects/ddbi/wiki/FreeTDSSubproject
Ignore dsource, its archive only now. For project lookup use code.dlang.org
Mar 30 2016
prev sibling parent reply Erik Smith <erik cruiserhouse.com> writes:
On Wednesday, 30 March 2016 at 15:42:05 UTC, Nikitas Leogas wrote:
 I'm new to D, but considering using it in a new project, which 
 will need to connect to MS SQL Server and Sybase ASE databases. 
 I've successfully used FreeTDS for this purpose in the past, so 
 I was looking for the corresponding D bindings, but could not 
 find any, except for this project [1], which seems abandoned.

 Are there indeed no FreeTDS bindings currently available?

 [1] http://www.dsource.org/projects/ddbi/wiki/FreeTDSSubproject
Hi Nikitas. I'll be adding basic support for MS SQL via FreeTDS my db client project soon and I may be able to address Sybase ASE as well. Please open a project issue and I will follow up. https://github.com/cruisercoder/dstddb
Mar 30 2016
parent Nikitas Leogas <neonile gmail.com> writes:
On Wednesday, 30 March 2016 at 18:02:24 UTC, Erik Smith wrote:
 On Wednesday, 30 March 2016 at 15:42:05 UTC, Nikitas Leogas 
 wrote:
 I'm new to D, but considering using it in a new project, which 
 will need to connect to MS SQL Server and Sybase ASE 
 databases. I've successfully used FreeTDS for this purpose in 
 the past, so I was looking for the corresponding D bindings, 
 but could not find any, except for this project [1], which 
 seems abandoned.

 Are there indeed no FreeTDS bindings currently available?

 [1] http://www.dsource.org/projects/ddbi/wiki/FreeTDSSubproject
Hi Nikitas. I'll be adding basic support for MS SQL via FreeTDS my db client project soon and I may be able to address Sybase ASE as well. Please open a project issue and I will follow up. https://github.com/cruisercoder/dstddb
Thanks, I opened one here: https://github.com/cruisercoder/dstddb/issues/5
Mar 30 2016