I'm having problems with vb.net and MySQL, only on reading records returned
with requests for functions, i.e., such as the following

SELECT max(field1) AS MaxValue FROM Table1
or
SELECT concat( field1, ' ', field2) as FullName FROM Table1

The queries work fine when executed directly from mysqlfront.  It is only
when attempting to read them from vb using oledb datareader() that present a
problem.  Any queries not using functions  work fine.

dataReader claims no fields have been returned.

I'm using MyOLEDB version 3.00

TIA,
Charlie

---------------------------------------------------------------------
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