Subject | Re: [firebird-support] Re: OLEDB VERY SLOW. Need > 1000 transact ions /s |
---|---|
Author | Ivan Prenosil |
Post date | 2004-02-10T10:33:23Z |
> Writing the declare statements for the functions from ibase.h isIf calling convention is the only problem, then just use
> straight forward in most cases. But, VB cannot call functions declared
> as "ISC_EXPORT_VARARG" since there is no option to select "cdecl"
> calling convention - VB does require stdcall conventions. For this
> reason you presumably cannot write an Firebird-Driver in VB language,
> since "isc_start_transaction" is a VARARG function.
isc_start_multiple()
instead of isc_start_transaction.
Ivan
http://www.volny.cz/iprenosil/interbase/