error with SetSchemaInfo

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
ordiges
Posts: 1
Joined: Tue 07 Feb 2006 09:51
Location: Belgium

error with SetSchemaInfo

Post by ordiges » Wed 08 Mar 2006 11:30

I have a problem in the 3.00.3 build , the demo version.
I use Ms-Sql 2005

Code: Select all

aDS.SetSchemaInfo(stColumns, aTable , '' );
aDS.Open  ;
Error :
Invalid column name 'data_type'.
Invalid column name 'data_type'.
Invalid column name 'data_type'.
Invalid column name 'data_type'.
Invalid column name 'data_type'.
Invalid column name 'data_type'.
Invalid column name 'type_name'.
----
Delphi 6
Ms-Sql 2005
dbexpsda.dll 3.0.3.0

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Thu 09 Mar 2006 13:10

Possibly you have old version of dbxSda. Please check history file. The fact is that instead of dbxSda 3.00.3 there was dbxSda 3.00.2 avaliable for download. Try to download new build of dbExpress driver for MS SQL 3.00.3.

Post Reply