Kura
2006-01-13 10:34:01 UTC
In borland C++ builder 6 I add ADOTable and set up
ConnectionString on value:
Provider=MSDASQL.1;Password=masterkey;Persist Security Info=True;User
ID=sysdba;Data Source=ConnectFbServer;Mode=ReadWrite
I connecting with Firebird, I have OLE DB driver from
Firebird website.
In propertise for ADOTable "table name" I choose my table,and set active on
true
When i compiling the program i get an exception:
Project "Name.exe" raised exception class EVariantTypeCastError with
message 'Could not convert variant of type (Null) into type (String)'.
I don`t have any others components then Form and ADOTable.
I'll be greatfull for any suggestions.(Sory for my Englisch!)
ConnectionString on value:
Provider=MSDASQL.1;Password=masterkey;Persist Security Info=True;User
ID=sysdba;Data Source=ConnectFbServer;Mode=ReadWrite
I connecting with Firebird, I have OLE DB driver from
Firebird website.
In propertise for ADOTable "table name" I choose my table,and set active on
true
When i compiling the program i get an exception:
Project "Name.exe" raised exception class EVariantTypeCastError with
message 'Could not convert variant of type (Null) into type (String)'.
I don`t have any others components then Form and ADOTable.
I'll be greatfull for any suggestions.(Sory for my Englisch!)