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 Chriss Miller 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: spacey
  • Content: Threads
  • Order by date
  1. spacey

    Extracting varibles from the URL

    I am passing varibles from one page to the next using the URL. For example \\server\page1?order=12345. The Front page database component uses this varible just fine. How can I use it in a VBScript.
  2. spacey

    Changing a Access Database field size using code

    I need to change a existing Access97 database table with data in it. I need to make the field size larger. I know Access97 can do this but I need VB code for a rollout to multiple sites. I tried using the ALTER TABLE SQL command but it doesn't work. Anyone have any suggestions?
  3. spacey

    How do you pass command line arguments to compiled VB programs

    I need to pass a value to an external VB application from a Web page. I would like to use something like &quot;program.exe -q12345&quot; where 12345 is a record number in a database. Can this be done?<br> <br> Please help.

Part and Inventory Search

Back
Top