Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: gmo
  • Order by date
  1. gmo

    Win32::ODBC error

    OK. So I installed DBI and DBD::ODBC on my server and rewrote the code to follow along the lines of what Mike Lacey had. Still, I get an error when I try to connect. There is obviously something that I am doing wrong (other than using Windows) Does anyone have any ideas? Any alternatives...
  2. gmo

    Win32::ODBC error

    I just can't seem to get past this issue.
  3. gmo

    Win32::ODBC

    I am trying to use the Win32::ODBC Perl module to write a script that will write form results to a database located on a network drive. I have been unable to connect, and repeatedly get the runtime error: "[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine...
  4. gmo

    Win32::ODBC error

    use Win32::ODBC; if (!($db = new Win32::ODBC('ISDB'))){ print "Error connecting to ISDB\n"; print "Error: " . Win32::ODBC::Error() . "\n"; exit; } $db->Sql("INSERT INTO techissue (ticketnumber, date, practicename, contact, phone1, issuetype...
  5. gmo

    Win32::ODBC error

    No. This database is not open anywhere. I can't figure it out.
  6. gmo

    Win32::ODBC error

    I have a Perl script that uses the Win32::ODBC Module to connect to an Access database. I set up a system DSN and have given the proper permissions, still I receive: Error connecting to 'DBName' Error:[-1032][]"[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine...

Part and Inventory Search

Back
Top