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

    SQL Select Statement

    I have an ASP script, which pulls user input from a form and I need to query my Access 2000 database. I'm using FrontPage 2000 for development and my site server has the FrontPage Extensions installed. Here's my question. Are you limited to a single SQL query to return a recordset or is it...
  2. ggs54

    Not able to search for the # character in my ASP SQL statement

    Hi, unseth. Your suggestion works perfectly! I can't believe that this isn't documented in my FrontPage, ASP or SQL manuals. I did find it in my VB manual and , since this is my first ASP project, didn't think to look their. Thanks, again.
  3. ggs54

    Not able to search for the # character in my ASP SQL statement

    Size is the field name in the form that I am collecting user input from. In addition to the two examples on my original message, I have tried the following with no luck. ...AND Size LIKE '%::" & Request.Form("Size") & "::%')" ...AND Size LIKE '%" &...
  4. ggs54

    Not able to search for the # character in my ASP SQL statement

    I have a database with a size field in it. That field contains both the single-quote (') and the pound sign (#). I have a search form set up and it works properly with one exception. Whenever I use the # sign, it appears that the query doesn't recognize it. No error is generated and no...
  5. ggs54

    Formatting textbox data retrieved using Request.Form method in ASP

    Thanks to everyone who responded. Here's the solution. Substitute the HTML equivalent for both a space and carriage return. Here's what the original and final code looks like, should someone in the future have the same problem: Original <tr> <td width=&quot;100%&quot;><font...
  6. ggs54

    Formatting textbox data retrieved using Request.Form method in ASP

    I tried adding a scrolling textbox to my confimation page. The data is still 'stripped' when it loads into this new textbox. The solution, I think, has to do with passing the original data to the server.
  7. ggs54

    Formatting textbox data retrieved using Request.Form method in ASP

    the textbox is set for 80 columns. i do have the textbox within a cell and Wrap can be set either way with the same results.
  8. ggs54

    Formatting textbox data retrieved using Request.Form method in ASP

    I have a textbox on an ASP page, which is filled by a series of user queries. Once my customer is ready, he can display all of the query results in a single scrolling textbox. He can also edit the results of that textbox. The data layout within the textbox is in table form and Courier New is...

Part and Inventory Search

Back
Top