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 gkittelson 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: *

  1. osfan82

    Problem installing mysql 3.23.42 on solaris 2.6

    Hi, I'm trying to install mysql 3.23.42 from source onto a solaris 2.6 server. I have the most recent GNU gcc, make, bison, m4, etc installed. My configure line is: ./configure --prefix=/usr/local/mysql --with-low-memory --with-assembler My CXXFLAGS is defined in my env as...
  2. osfan82

    Help with Reg Expressions in VBscript

    Thanks Again! Everything is working great. I too have more of a Perl background and was surprised to see that the regular expressions were pretty much the same on the VB side of the house. You get a star! : )
  3. osfan82

    Help with Reg Expressions in VBscript

    Thanks! Havent Had a chance to test it out yet, but it looks like what I need. One questions though, should the $1 used to refference the tagged value in the pattern be changed to \1? Thanks Again, Troy
  4. osfan82

    Help with Reg Expressions in VBscript

    Just wondering if anyone would know the best way to do the following in VBSCRIPT. This is written using PERL, but need the same in VB... for (split '\n', $string) { $userID = $1 if /UID\.+\s*(.+)/; $fullName = $1 if /Full Name\.+\s*(.+)/; #...etc... } $string will be an html page...
  5. osfan82

    Need help converting PERL code to ASP/VBscript

    Hey spaz, Thanks for the help, but this doesn't really help in my situation. Guess I need to give a little more background... Here on the intranet we have a directory of all of the users with info like building, room, telephone #, etc. We cannot access the database for this, but instead...
  6. osfan82

    Need help converting PERL code to ASP/VBscript

    Hello, I have some experience in PERL, but am completely new to ASP/VBscript. I have been picking up the basics over the past day or two, but need a little help with the code below. Essentially, the piece of code below accesses a html file using a GET method to pass along a user id. The page...

Part and Inventory Search

Back
Top