Board index » delphi » [MySQL]myODBC vs MyOLEDB
nostromo
![]() Delphi Developer |
Sat, 14 Aug 2004 21:08:11 GMT
[MySQL]myODBC vs MyOLEDBHi. I was comparing using OLEDB instead of ODBC connecting to the remote I have installed MyODBC 2.50 and MyOLEDB 3.00 (on Win2000) and ado This is the test query : SELECT doc_date, count(*) FROM db.skc_orders GROUP BY 1 test a) test ii) Is it normal ? Is it something related to the ADO technology or Thank you |