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 Mike Lewis 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: papanick
  • Order by date
  1. papanick

    Inserting into a memo field

    if you are connecting your ODBC like this $db = DBI->connect('dbi:ODBC:yourDSN'); then put this line after it: $db->{'LongReadLen'} = 1024; have a nice try.
  2. papanick

    Help/Advice needed to install DBI.pm module

    try to use PPM, is your machine connect to internet? if yes just go to your command prompt then type PPM your can search for it PPM> search DBI if you want to install just type PPM> install DBI <number>
  3. papanick

    Running perl locally

    have you install your IIS in your XP???? if not you need to install it so that it will appear in your administrative tools I don't think you need to re format your HDD
  4. papanick

    Running perl locally

    I am using windows xp too try this start -> control panel -> Administrative tools -> internet information services there you will see your computer name on the left. Inside this you will see Default web sites. if you are accessing your script using virtual directory, right click on the...

Part and Inventory Search

Back
Top