digitalmars.D - FreeTDS bindings
- Nikitas Leogas (7/7) Mar 30 2016 I'm new to D, but considering using it in a new project, which
- rikki cattermole (3/10) Mar 30 2016 Ignore dsource, its archive only now.
- Erik Smith (5/12) Mar 30 2016 Hi Nikitas. I'll be adding basic support for MS SQL via FreeTDS
- Nikitas Leogas (3/20) Mar 30 2016 Thanks, I opened one here:
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
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/FreeTDSSubprojectIgnore dsource, its archive only now. For project lookup use code.dlang.org
Mar 30 2016
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/FreeTDSSubprojectHi 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
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:Thanks, I opened one here: https://github.com/cruisercoder/dstddb/issues/5I'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/FreeTDSSubprojectHi 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