[Mono-list] MySql on mono
   
    Arx Henrique
     
    arxcruz@yahoo.com.br
       
    Thu, 29 Jul 2004 15:54:28 -0300
    
    
  
Sorry, when i click in reply button they send only for you.
in odbcinst.conf
[ODBC]
Trace		= No
TraceFile		= /tmp/sql.log
ForceTrace		= No
Pooling		= No
[MySQL]
Description		= MySQL driver
Driver		= /usr/lib/odbc/libmyodbc.so
Setup		= /usr/lib/odbc/libodbcmyS.so
CPTimeout		= 
CPReuse		= 
FileUsage		= 2
----------------
in odbc.ini
[cientifico]
Description		= MySQL
Driver		= MySQL
Server		= localhost
Database		= cientifico
Port		= 3306
Socket		= 
Option		= 
Stmt		= 
when i run isql cientifico, they show all tables 
Em Qui, 2004-07-29 ās 18:35 +0000, lamyae Benabdeljalil escreveu:
> Arx Henrique wrote:
> 
> >Ok, i install unixodbc and libmyodbc, and setup my dsn, but when i run
> >my application show the same error.
> >
> >the User ID args on  MySqlConnection is mysql's user or the name of my
> >unixodbc conf ?
> >
> >Em Qui, 2004-07-29 ās 17:32 +0000, lamyae Benabdeljalil escreveu:
> >
> >  
> >
> >>It is ok, me too i am working on debian unstable platform. so you need 
> >>to install the odbc driver (libmyodbc...), and unixodbc.
> >>
> >>    
> >>
> what did you write in odbc.conf and odbcinst.conf?