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!

Recent content by Frickydel

  1. Frickydel

    Read a record in excel 2000 with ODBC

    My variable is declared, but it's not working: The problem is that the variable is formated with the first value, but not resized with the 2nd. it looks like it's not a problem from VB, but from the ODBC driver... So i don't know how to handle this :( Thanks for replying Fricky
  2. Frickydel

    Read a record in excel 2000 with ODBC

    Hello, (i'm french so please excuse my poor english) i need to update a DB with informations from an Excel2000 document. I use ODBC driver for excel, and VB Data Environment to read records in my excel file. But there is a problem : if the first record contain a field which contain less than...
  3. Frickydel

    Change the last modified date of a file

    Thank you very much, it's perfect :) Fricky
  4. Frickydel

    Change the last modified date of a file

    Hello, Is the a way to change informations about a file like the last modified date?? look like -M $myfile and stat($myfile) are read commands only Please help a poor french! Thanks
  5. Frickydel

    substitute with regular expression

    Hello, I'm not sure, but i'm feeling you can try something like this : $rawpage =~s/(.+)(<html>|<HTML>)(.+)//; my $header = $1; my $page = $3;

Part and Inventory Search

Back
Top