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 TouchToneTommy 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: bknox
  • Content: Threads
  • Order by date
  1. bknox

    DBI Query

    I am developing a web page that will create purchase orders for me using HTML and Perl. I am using the DBI:ODBC module to interface into an Access DB that holds all the purchase order information. I am running IIS on my local machine to test and debug the code before I place it into...
  2. bknox

    ODBC:DBI SQL Query

    I have minor question regarding perl and ODBC. I have multiple scripts that access, query, and modify an Access DB. I am using DBI:ODBC to accomplish this. Everything is working perfectly, except that I have found a minor quirk in PERL, and was wondering if anyone had any insight into the...
  3. bknox

    One Last DBI Question

    I have managed to get Perl to move from script to script without throwing the 1032 ODBC Error (Only for so long though) I have been able to move to 5 scripts without once getting this error, however on the 6th script it gives me the same error. I have tried moving the DB somewhere else...
  4. bknox

    ODBC Error

    I have created a System DSN for the file I wish to open. However, whenever I move to another script to handle other processing tasks, it gives me the following error: couldn't open Purchase Order DB: po because -1032[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine...
  5. bknox

    Perl DBI Connection

    I am using Win32::ODBC to connect to a database located on the C: drive of my computer. I have set up a file dsn through the administrator tools->ODBC tool in the control panel to point to the database with the microsoft access driver. Everytime I use the code $DSN = "po.dsn"; #Connect to...
  6. bknox

    Perl DBI

    I am writing perl scripts that interface to a Access DB through the Win32:ODBC DBD module. I am using the same connection parameters across all my scripts. They look like the following: ########################################################### #!c:\Perl\bin\perl.exe -w use dbi; use...
  7. bknox

    Perl Script Downloads instead of Executing

    I have installed Microsofts IIS and ActivePerl on my 2000 machine. I know the IIS is working, because I can access a web page I saved in the wwwroot directory. However, anytime I go to run a script (by typing in the URL http:\\localhost\Scripts\scriptname.pl) IE asks me if I wish to download...

Part and Inventory Search

Back
Top