Re: ADO and subquery



"treok" <h.k.j.keesmaat@xxxxxxxxx> wrote in message
news:45b48dc2@xxxxxxxxxxxxxxxxxxxxxxxxx
It is not ADO. Query syntax and execution is handled in your Ole DB
driver.
I am guessing your are using MS SQL server here. I haven't had any
problems
like this and I use frequent subqueries.

Have you updated your ADO. That will also install updates to SQLOLEDB
You are using this Oledb driver and not ODBC?

--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx


Thanks for your reply.

I have installed the latest version of ADO. So that can not be the
problem.

http://qc.codegear.com/wc/qcmain.aspx?d=5628


.



Relevant Pages

  • Re: Problem updating a record containing a negative Value
    ... If it is the same in ADO or ADO.NET then this is definitely a bug in ODBC ... driver from the vendor. ...
    (microsoft.public.data.ado)
  • Re: Compile error with #import
    ... no ADO and no database access in the kernel. ... > I'm trying to access an SQL Server from my driver using ADO, ... > to my file I get compile errors. ...
    (microsoft.public.development.device.drivers)
  • Re: Sp_CursorOpen,Fetch,Close
    ... JDBC drivers can and do use the sp_cursor stored procedures just as ADO ... The JDBC equivalent for the ADO CacheSize property is "fetch size". ... the MS JDBC driver choses to ignore it. ...
    (microsoft.public.sqlserver.jdbcdriver)
  • Re: Adding records via datagrid
    ... I use ADO. ... driver rather than Jet OLEDB. ... I changed over the to the JET driver ... I create an ADODC and link it to the datagrid on my form to allow me to pull ...
    (microsoft.public.vb.controls)
  • Re: Which is the fastest database technology?
    ... Use native driver for every Database. ... For MS-SQL use ADO. ... For Oracle use the NET-Driver ... DBMS must create Query Plan only one time. ...
    (borland.public.delphi.non-technical)