Board index » delphi » SQL Server 7.0/Delphi 4 tTable

SQL Server 7.0/Delphi 4 tTable

I have a tDatabase hooked through a BDE ->ODBC MS SQL - Server 7.0 driver. One
of my tables can't be seen!!! The table name is there, but no field info. If I
go through database explorer I get object not found when I try to get the tables
fields.
All other tables are fine. the ODBC driver works fine in MS Access.

How do I configure a native MSSQL driver for it?
I tried
database=Mydatabase
server name=MyServer

Error Message='your application is not configured for use of this driver'

bas

 

Re:SQL Server 7.0/Delphi 4 tTable


I found my problem!!!!

BDE doesnt recognize SQL Servers nvarchar type

bas

Re:SQL Server 7.0/Delphi 4 tTable


Hi:

BDE 5.01 have trouble if you use ODBC to connect SQL SERVER 7.0.
Try with BDE 5.10.

Blair Allen Stark escribi en mensaje <80ured$gb...@forums.borland.com>...

Quote
>I have a tDatabase hooked through a BDE ->ODBC MS SQL - Server 7.0 driver.
One
>of my tables can't be seen!!! The table name is there, but no field info.
If I
>go through database explorer I get object not found when I try to get the
tables
>fields.
>All other tables are fine. the ODBC driver works fine in MS Access.

>How do I configure a native MSSQL driver for it?
>I tried
>database=Mydatabase
>server name=MyServer

>Error Message='your application is not configured for use of this driver'

>bas

Other Threads