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. FiberGhost

    CreateTextFile

    I am using the following code to write to the Hosts file on a computer. Earlier code figures out what OS and then path to the Hosts file. If the file does not exist I want it to create the file and add two lines. The code is: 'If CheckFileExist is False then create the file. If...
  2. FiberGhost

    Error converting data type varchar to numeric.

    Thank you very much. I did not even realize I had '' around my variable in my insert string. I removed that and it works great. I used the cDble after I validated it as a number for data checking. Thanks again!
  3. FiberGhost

    Error converting data type varchar to numeric.

    I have a ASP webform that reads data from a Microsoft SQL 7 database and displays it on a webform. You can then edit the data and resubmit it. One of the fields is Hours (time) spent on the project. The data type in SQL is numeric. After reading the data in and posting it to the form, when...

Part and Inventory Search

Back
Top