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 bkrike 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 montell

  1. montell

    ADO Using TSQL

    I've been asked to write a program using ADO utilising Transactional SQL (TSQL) and stored procedures, does anyone have example of code (sample code) using ADO with TSQL?
  2. montell

    How to write a text file in EDI 810 format

    Thanks for replying, I have now created a script to create a text file in EDI format from various metadata.
  3. montell

    How to write a text file in EDI 810 format

    I currently need to write a VB program to output a text file in EDI 810 format. Does anyone know where I could obtain sample code or are aware of a VB application that outputs files in this format? Any help would be appreciated!!
  4. montell

    Shell Command

    I am currently trying to run the shell command to call an external program, the problem is, as you are probably all aware, you don't get a return code to tell you when the command executed has completed. Is there any way of determining when the command has finished so that I can then continue...
  5. montell

    Passing Command Line Arguments

    I currently want to execute my VB exe by command line via a batch file, in this command i want to pass in a string parameter. At the moment I cannot have arguments in my sub main() because VB will not compile with them in. How do I pass parameters into my program when calling the executable...

Part and Inventory Search

Back
Top