digitalmars.D - sqlserver2000 for d2 api ?
- dolive (3/3) May 25 2009 Who have the sqlserver2000 for d2 api ?
- John C (3/7) May 26 2009 There's no API for SQL Server 2000, as such. You usually interface with ...
- Steve Teale (5/15) May 26 2009 I got quite a long way with ODBCD. But then we moved from India to Tanza...
Who have the sqlserver2000 for d2 api ? Can you give me ? thank you ! dolive89 sina.com
May 25 2009
dolive Wrote:Who have the sqlserver2000 for d2 api ? Can you give me ? thank you ! dolive89 sina.comThere's no API for SQL Server 2000, as such. You usually interface with SQL Server through the ODBC, OLEDB or ADO interfaces - the last two are COM-based. I think older versions of DBI over on DSource supported ODBC - alas no longer, it seems. I couldn't find any other general database libraries for D. Anyone else?
May 26 2009
John C Wrote:dolive Wrote:I got quite a long way with ODBCD. But then we moved from India to Tanzania, which slowed me down a bit. I was going to attach a zip of it, but that does not seem to be working. You can find it at http://www.britseyeview.com/odbcd.zip. Steve SteveWho have the sqlserver2000 for d2 api ? Can you give me ? thank you ! dolive89 sina.comThere's no API for SQL Server 2000, as such. You usually interface with SQL Server through the ODBC, OLEDB or ADO interfaces - the last two are COM-based. I think older versions of DBI over on DSource supported ODBC - alas no longer, it seems. I couldn't find any other general database libraries for D. Anyone else?
May 26 2009
Steve Teale 写到:John C Wrote:My network does not arrive it, can you send the email to me ? dolive89 sina.com thank youdolive Wrote:I got quite a long way with ODBCD. But then we moved from India to Tanzania, which slowed me down a bit. I was going to attach a zip of it, but that does not seem to be working. You can find it at http://www.britseyeview.com/odbcd.zip. Steve SteveWho have the sqlserver2000 for d2 api ? Can you give me ? thank you ! dolive89 sina.comThere's no API for SQL Server 2000, as such. You usually interface with SQL Server through the ODBC, OLEDB or ADO interfaces - the last two are COM-based. I think older versions of DBI over on DSource supported ODBC - alas no longer, it seems. I couldn't find any other general database libraries for D. Anyone else?
May 26 2009
dolive 写到:Steve Teale 写到:sorry,is downloaded, How can compile to lib and config install ? thank youJohn C Wrote:My network does not arrive it, can you send the email to me ? dolive89 sina.com thank youdolive Wrote:I got quite a long way with ODBCD. But then we moved from India to Tanzania, which slowed me down a bit. I was going to attach a zip of it, but that does not seem to be working. You can find it at http://www.britseyeview.com/odbcd.zip. Steve SteveWho have the sqlserver2000 for d2 api ? Can you give me ? thank you ! dolive89 sina.comThere's no API for SQL Server 2000, as such. You usually interface with SQL Server through the ODBC, OLEDB or ADO interfaces - the last two are COM-based. I think older versions of DBI over on DSource supported ODBC - alas no longer, it seems. I couldn't find any other general database libraries for D. Anyone else?
May 26 2009
dolive 写到:Steve Teale 写到:sorry,is downloaded, How can compile to lib and config install ? thank youJohn C Wrote:My network does not arrive it, can you send the email to me ? dolive89 sina.com thank youdolive Wrote:I got quite a long way with ODBCD. But then we moved from India to Tanzania, which slowed me down a bit. I was going to attach a zip of it, but that does not seem to be working. You can find it at http://www.britseyeview.com/odbcd.zip. Steve SteveWho have the sqlserver2000 for d2 api ? Can you give me ? thank you ! dolive89 sina.comThere's no API for SQL Server 2000, as such. You usually interface with SQL Server through the ODBC, OLEDB or ADO interfaces - the last two are COM-based. I think older versions of DBI over on DSource supported ODBC - alas no longer, it seems. I couldn't find any other general database libraries for D. Anyone else?
May 26 2009
Steve Teale 写到:John C Wrote:compile is error : D:\D\db_sql\odbcd\wrappers.d -c -ofodbcd -lib -g -c -debug -odbcd.lib D:\D\db_sql\odbcd\wrappers.d(149): Error: identifier 'Time' is not defined D:\D\db_sql\odbcd\wrappers.d(149): Error: Time is used as a type D:\D\db_sql\odbcd\wrappers.d(149): Error: variable wrappers.TimeObj.value voids have no value D:\D\db_sql\odbcd\wrappers.d(150): Error: identifier 'Time' is not defined D:\D\db_sql\odbcd\wrappers.d(150): Error: Time is used as a type D:\D\db_sql\odbcd\wrappers.d(150): Error: cannot have parameter of type void D:\D\db_sql\odbcd\wrappers.d(151): Error: identifier 'Time' is not defined D:\D\db_sql\odbcd\wrappers.d(151): Error: Time is used as a type D:\D\db_sql\odbcd\odbcd.d(1168): Error: identifier 'Time' is not defined D:\D\db_sql\odbcd\odbcd.d(1168): Error: Time is used as a type D:\D\db_sql\odbcd\odbcd.d(2773): Error: identifier 'Time' is not defined D:\D\db_sql\odbcd\odbcd.d(2773): Error: Time is used as a typedolive Wrote:I got quite a long way with ODBCD. But then we moved from India to Tanzania, which slowed me down a bit. I was going to attach a zip of it, but that does not seem to be working. You can find it at http://www.britseyeview.com/odbcd.zip. Steve SteveWho have the sqlserver2000 for d2 api ? Can you give me ? thank you ! dolive89 sina.comThere's no API for SQL Server 2000, as such. You usually interface with SQL Server through the ODBC, OLEDB or ADO interfaces - the last two are COM-based. I think older versions of DBI over on DSource supported ODBC - alas no longer, it seems. I couldn't find any other general database libraries for D. Anyone else?
May 28 2009