| View previous topic :: View next topic |
| Author |
Message |
Mike Noordermeer Guest
|
Posted: Tue Mar 02, 2004 4:30 am Post subject: Using ADO with Firebird |
|
|
I was wondering if anyone was using ADO with Firebird. If so, how? Thanks.
Regards
Mike
|
|
| Back to top |
|
 |
Davor@Home Guest
|
Posted: Tue Mar 02, 2004 7:13 am Post subject: Re: Using ADO with Firebird |
|
|
www.zstyle.dp.ua
"Mike Noordermeer" <mike (AT) microactive (DOT) com.au> wrote
| Quote: | I was wondering if anyone was using ADO with Firebird. If so, how? Thanks.
Regards
Mike
|
|
|
| Back to top |
|
 |
Viatcheslav V. Vassiliev Guest
|
Posted: Tue Mar 02, 2004 10:40 am Post subject: Re: Using ADO with Firebird |
|
|
http://www.ibprovider.com
//------------------------------------------
Regards,
Vassiliev V. V.
http://www.managed-vcl.com - using .Net objects in Delphi for Win32 +
ADO.Net
http://www.oledbdirect.com - The fastest way to access MS SQL Server,
MS Jet (Access) and Interbase (through OLEDB)
"Mike Noordermeer" <mike (AT) microactive (DOT) com.au> сообщил/сообщила в новостях
следующее: news:40440dea (AT) newsgroups (DOT) borland.com...
| Quote: | I was wondering if anyone was using ADO with Firebird. If so, how? Thanks.
Regards
Mike
|
|
|
| Back to top |
|
 |
Mike Noordermeer Guest
|
Posted: Tue Mar 02, 2004 10:59 pm Post subject: Re: Using ADO with Firebird |
|
|
Hi
Thanks for your quick reply. I had spent a day trying to get this to work
without success. I could test the connection OK but could never get
TBetterADODataSet or TADOQuery to work with it. I'm sure it probably works
but it shouldn't be this hard.
Regards
Mike
|
|
| Back to top |
|
 |
Viatcheslav V. Vassiliev Guest
|
Posted: Wed Mar 03, 2004 7:23 am Post subject: Re: Using ADO with Firebird |
|
|
Connection string that works is:
Provider=LCPI.IBProvider.2;Password=masterkey;Persist Security
Info=True;User ID=SYSDBA;Data Source="";Location=C:Program
FilesFirebirdexamplesEMPLOYEE.GDB;ctype="";garbage_collect=True;dialect=1
;auto_commit=True;auto_commit_level=65536;bicursor=False;free_threading=True
;array_vt_type=True;inner_trans=True;truncate_char=True;schema_cache=1;suppo
rt_odbc_query=False;force_prepare_stmt=False;unicode_mode=True;unicode_stmt=
True;std_exec_sp=True;clear_param_info=True;auto_param_describe=True;force_p
aram_describe=True;named_param_prefix=:;ignore_unprepare=True;exec_sp_named_
param=False;odbc_call_sp=0;auto_commit_ddl=0;auto_commit_ddl_level=4096;quer
y_pool_size=8;auto_insert_field_rule=0;auto_update_field_rule=0;modify_trans
_type=0;modify_trans_level=65536
If you have other questions you may ask their support at
[email]ibprovider (AT) ibprovider (DOT) com[/email] .
//------------------------------------------
Regards,
Vassiliev V. V.
http://www.managed-vcl.com - using .Net objects in Delphi for Win32 +
ADO.Net
http://www.oledbdirect.com - The fastest way to access MS SQL Server,
MS Jet (Access) and Interbase (through OLEDB)
"Mike Noordermeer" <mike (AT) microactive (DOT) com.au> сообщил/сообщила в новостях
следующее: news:404511bd$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Hi
Thanks for your quick reply. I had spent a day trying to get this to work
without success. I could test the connection OK but could never get
TBetterADODataSet or TADOQuery to work with it. I'm sure it probably works
but it shouldn't be this hard.
Regards
Mike
|
|
|
| Back to top |
|
 |
Mike Noordermeer Guest
|
Posted: Wed Mar 03, 2004 12:13 pm Post subject: Re: Using ADO with Firebird |
|
|
Thank-you for your quick response - I shall contact IBProvider on the email
you supplied. BTW, your connection string doesn't work here either.
Regards
Mike
|
|
| Back to top |
|
 |
Kovalenko Dmitry Guest
|
Posted: Wed Mar 03, 2004 3:32 pm Post subject: Re: Using ADO with Firebird |
|
|
| Quote: | Connection string that works is:
Provider=LCPI.IBProvider.2;Password=masterkey;Persist Security
Info=True;User ID=SYSDBA;Data Source="";Location=C:Program
FilesFirebirdexamplesEMPLOYEE.GDB;ctype="";garbage_collect=True;dialect=1
;auto_commit=True;auto_commit_level=65536;bicursor=False;free_threading=True
;array_vt_type=True;inner_trans=True;truncate_char=True;schema_cache=1;suppo
rt_odbc_query=False;force_prepare_stmt=False;unicode_mode=True;unicode_stmt=
True;std_exec_sp=True;clear_param_info=True;auto_param_describe=True;force_p
aram_describe=True;named_param_prefix=:;ignore_unprepare=True;exec_sp_named_
param=False;odbc_call_sp=0;auto_commit_ddl=0;auto_commit_ddl_level=4096;quer
y_pool_size=8;auto_insert_field_rule=0;auto_update_field_rule=0;modify_trans
_type=0;modify_trans_level=65536
|
Terrible connection string
--
Dmitry Kovalenko
http://www.ibprovider.com
|
|
| Back to top |
|
 |
|