Re: AsyncExecute blocks new connection on Connect:=True
From: Viatcheslav V. Vassiliev (support_at_oledbdirect.com)
Date: 02/24/05
- Next message: Viatcheslav V. Vassiliev: "Re: Unable to open database with password"
- Previous message: Kjell Rilbe: "Re: AsyncExecute blocks new connection on Connect:=True"
- In reply to: Kjell Rilbe: "Re: AsyncExecute blocks new connection on Connect:=True"
- Next in thread: Kjell Rilbe: "Re: AsyncExecute blocks new connection on Connect:=True"
- Reply: Kjell Rilbe: "Re: AsyncExecute blocks new connection on Connect:=True"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 24 Feb 2005 10:56:14 +0300
ADO always uses OLEDB provider as back-end (except the case of in-memory
recordset). Here there is only one OLEDB provider - you name it ODBC-bridge,
actually it is OLEDB provider for ODBC data sources.
//------------------------------------------
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)
"Kjell Rilbe" <krilbe.sp@mblock.home.se> ???????/???????? ? ????????
?????????: news:421d86fd$1@newsgroups.borland.com...
> Brian Bushay TeamB wrote:
>
>>>The problem is that as long as query1 is still executing, I can't start
>>>query2. Is this a limitation in Delphi's ADO components, ADO itself or
>>>the specific ADO driver (ODBC-bridge + Firebird ODBC driver)? Or is it a
>>>bug in there? Or am I doing something wrong?
>>
>> The problem should be in the OleDb provider
>
> What OLS DB provider? ADO + ODBC bridge + Firebird ODBC driver. Where does
> OLE DB come into it? (Note: I'm not aware what the relation between ADO
> and OLE DB is. I think I know about ADO vs. ODBC though. Feel free to
> enlighten me. :-)
>
> Thanks,
> Kjell
> --
> ---------------------------------------------------------------------------
> Kjell Rilbe
> Home: +46 8 7610734
> Cell: +46 733 442464
> ---------------------------------------------------------------------------
> "If there's a price for bein' me, that's one I'll have to pay"
> Aaron Tippin
> ---------------------------------------------------------------------------
- Next message: Viatcheslav V. Vassiliev: "Re: Unable to open database with password"
- Previous message: Kjell Rilbe: "Re: AsyncExecute blocks new connection on Connect:=True"
- In reply to: Kjell Rilbe: "Re: AsyncExecute blocks new connection on Connect:=True"
- Next in thread: Kjell Rilbe: "Re: AsyncExecute blocks new connection on Connect:=True"
- Reply: Kjell Rilbe: "Re: AsyncExecute blocks new connection on Connect:=True"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|