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 SkipVought 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: asppage
  • Order by date
  1. asppage

    Drop Down Menus

    I'm doing this using VB Script. Note the working example below. Setup connection. This is using a DSN to connect. <% myDSN=&quot;DSN=CentralStation&quot; mySQL=&quot;select TeamLeader.Supervisor from TeamLeader order by TeamLeader.ID&quot; ' displays a database field as a listbox set...
  2. asppage

    ASP Database search

    Good!!! May the rest of your day prove to be just as successful! Don't sweat the small stuff.
  3. asppage

    ASP Database search

    I need to see the code to your page. Can you post it? Don't sweat the small stuff.
  4. asppage

    ASP Database search

    I'm using the code below to accomplish something similar to what you want to do. It allows me to searth the entire table be each field to get the results I'm looking for. I have a filed called SearchText. This script does away with the need for them to select which field they want to search in...
  5. asppage

    Importing TXT Files

    This is something that I needed help with not to long ago. I received some excellent help so I thougt I would return the favor. This code will import your text file into the table you desire. All you need to have is a textbox, (in my case I called my textbox Text2. Place this entire code in the...
  6. asppage

    Connection Strings for Access 2002

    You could use DSN connection to do this. First, create a folder in your web directory called Includes. In this folder create a file called MyDataConnection. It's name will look like this MyDataConnection.inc Be sure that the extension is .inc. This is what's known as an include file. Now in...
  7. asppage

    Connecting to MySQL

    Using MySQL, are there any major differences in scripting? Say for exmaple when trying to post a record to an access db, would the same scripting work for a MySQL db?
  8. asppage

    Password protection

    Here is a script that I'm currently using that works very well. It uses and Access table which contains the name passwords and IP addresses of everyone that will be accessing your site. You can specify where a persons can gain access by assigning them an IP address to a webpage. Check it out...
  9. asppage

    Upload file to folder and save file name to db

    Hello again humbleprogrammer. I found something that I think you may find interesting. This is a script that uploads a text file and then displays it in the browser. Do you think this could be modified to save the text file to a db? Here are the scripts: UPLOAD.ASP CODE: <html> <body> <pre>...
  10. asppage

    Upload file to folder and save file name to db

    It would really help if you showed me some of your examples.
  11. asppage

    Upload file to folder and save file name to db

    humbelprogrammer, is this a text file that your trying to upload to a database? I've been trying to find out how to do this. Could you help me?

Part and Inventory Search

Back
Top