Hi all,

I'm developing an application  with Visual C#. I have a problem with ODBC
access to MaxDB database. My problem occurs when I try to execute the
following Quero:

 

            SELEC * FROM T_USERS WHERE USER='SYS' AND PASSWORD='SYS'

The ODBC driver message error is:

 

ERROR [HY000] [MySQL MaxDB] [SQLOD32.DLL] General Error

 

The code I use to execute the Sql statement is as follows:

 

OdbcCommand Command=new OdbcCommand(sql);

Command.Connection=myConnection;

OdbcDataReader DataReader=Command.ExecuteReader();

 

Can anybody help me?

 

Best Regards,

Antonio

 


-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to