I have the following problem:

I use Delphi 7 in combination with TADOquery and MyODBC 3.51.

I got "unspecified error" when i run the next query:

-  qry.SQL.Add('select * from lokalen');
- qry.open;

if i define the query on design time (in the property SQL of
TADOQuery), it works fine.

- qry.open

With the stable version (MyODBC 2.5), both operations work.

I just tested the same operations with Oracle and SQLServer, without
any problems.

So i think it's a bug in MyODBC 3.51.


Guy Van den Bosch
M.C.S.C. bvba
Brusselsesteenweg 386
B-3020 Herent
Belgium
Tel: +32 16 49 99 10
Fax: +32 16 48 05 94
[EMAIL PROTECTED]
www.mcsc.be

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to