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 strongm 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: MrRich36
  • Order by date
  1. MrRich36

    Simple form Validation

    And you are right.
  2. MrRich36

    Simple form Validation

    Hello, I am new to JavaScript and I am looking for a function that will check a user's input and changing that input if necessary. i.e. there is a form field with an initial value of 1, if the user chooses to change the number it can only be numbers from 1-10. I would like onblur for the...
  3. MrRich36

    Remote Database Connection

    Thanks guys, You all have been helpful. I have just been reminded of the OLD DSN method which should do the trick for me. Though I have to create a username and password for each database owner and pass that information along, this should be enough for now. At least I don't have to pass the...
  4. MrRich36

    Remote Database Connection

    vicvirk, sounds exactly like what I want to do but I have the slightest idea of how to do that. Could you direct me to examples of how to do that? I have Visual Studio 2005 only because I use SQL Server but I know nothing when it comes to dll and com and making my own exe files. Thanks
  5. MrRich36

    Remote Database Connection

    Instead of having the connection code to the database located in the global.asa I want to maybe put it in a com object or some type of VBScript class. I want to keep anyone who may come across that file (global.asa) or any file from finding the connection string.
  6. MrRich36

    Remote Database Connection

    Hi, I currently have my connection string to MS SQL Server located in the global.asa file. I am wanting to make this connection less accessable. Are there any suggestions and examples? Thanks Lewis

Part and Inventory Search

Back
Top