Board index » delphi » ADOTable open - error: Invalid variant type conversion.
sam
![]() Delphi Developer |
Tue, 15 Nov 2005 13:52:12 GMT
ADOTable open - error: Invalid variant type conversion.
Hi,
Someone please help me to solve my problem. I would like to connect to a MSDE database's table. But when i connect using ADOTable.Open, it gives me error - Invalid Variant type conversion. the following is my code:- ADOTable1.Connection:=ADOConnection1; I know there must be something wrong with my script. Please Thanks in advance. sam |