$cnx= odbc_connect(dsn_name,””,””); if( ! $cnx ) { //call error handler //exit } //query column names without content //note, in my
Tag: ODBC
Perl ODBC
Perl ODBC access to Foxpro requires the Win32::ODBC module. Add this module using cpan. Here’s a link to help on