 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Mieke Janson Guest
|
Posted: Tue Nov 11, 2003 1:52 pm Post subject: getdriverfunc |
|
|
Hi,
I want to set the TSQLConnection.getdriverfunc dynamically, because I want
to be able to switch between interbase and firebird.
But... when I set the parameters:
with SQLConextion do begin
Connected := False;
ConnectionName := 'ib';
LoadParamsFromIniFile('C:dbexpcon.ini');
Vendorlib := gds32.dll;
getdriverfunc := 'getSQLDriverINTERBASE';
Connected := True;
end;
I get the error: unable to find procedure getSQLDriverInterbase. What am I
doing wrong? Interbase is up and running on the system. When I set the
parameters in designtime everything is fine.
Thanks, Mieke Janson
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|