Subject | Delphi Componant ADO Table,ADO Query gives error while connecting with Interbas |
---|---|
Author | jyotindra_bhoyania |
Post date | 2002-07-01T06:37:08Z |
Hi Friends
Thanks for you reply,
I had download following dll from www.ibphoenix.com
i had copy cc325mt.dll and _ibp_sample_obj.dll in windows system
directory.
i execute the command
regsvr32 _ibp_sample_obj.dll
In Delphi application i ADO connection component.
In ADO component it as property Connection String ="
Provider=LCPI.IBProvider.1;Password=masterkey;Persist
Security Info=True;User ID=SYSDBA;Data
Source=c:\projects\poslocal\data\pos1.gdb;Extended
Properties="";garbage_collect=True;dialect=3;auto_commit=False;auto_co
mmit_level=65536;bicursor=False;free_threading=False;array_vt_type=Tru
e"
I had assign the DATA Source and all other Property.
It show test connection sucessfuly.
I am assigning Ado connection to ADO table.
But in ADO table when i give the Table name it gives
following error.
"Current Provider does not support schema recordets"
I am assigning ADO connection ADO Query.
ADO Query gives me following error
"Automatic transaction is disabled"
I am now stuck with the above error.
Please help me.
Regards,
Jyotindra B. Bhoyania
Thanks for you reply,
I had download following dll from www.ibphoenix.com
i had copy cc325mt.dll and _ibp_sample_obj.dll in windows system
directory.
i execute the command
regsvr32 _ibp_sample_obj.dll
In Delphi application i ADO connection component.
In ADO component it as property Connection String ="
Provider=LCPI.IBProvider.1;Password=masterkey;Persist
Security Info=True;User ID=SYSDBA;Data
Source=c:\projects\poslocal\data\pos1.gdb;Extended
Properties="";garbage_collect=True;dialect=3;auto_commit=False;auto_co
mmit_level=65536;bicursor=False;free_threading=False;array_vt_type=Tru
e"
I had assign the DATA Source and all other Property.
It show test connection sucessfuly.
I am assigning Ado connection to ADO table.
But in ADO table when i give the Table name it gives
following error.
"Current Provider does not support schema recordets"
I am assigning ADO connection ADO Query.
ADO Query gives me following error
"Automatic transaction is disabled"
I am now stuck with the above error.
Please help me.
Regards,
Jyotindra B. Bhoyania