in reply to Re^3: Testing Script ODBC
in thread Testing Script ODBC

Thank you Poj it work now but I'm getting this errror that do you think I have to change in my code ?

 DBI connect('driver=Microsoft Access Driver (*.mdb);dbq=new.mdb','root',...) failed: [unixODBC][Driver Manager]Data source name not found, and no default driver specified (SQL-IM002) at createdb.pl line 18.

Replies are listed 'Best First'.
Re^5: Testing Script ODBC
by poj (Abbot) on Nov 06, 2015 at 16:41 UTC
    do you think I have to change in my code ?

    The code is fine for a windows machine !.
    If I explain how to configure unixODBC to work it will be read-only access. You can't create new tables.
    poj