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!

Search results for query: *

  • Users: chappi
  • Content: Threads
  • Order by date
  1. chappi

    ASP and cXML

    Ok, I'm at a loss here. I'm usually not that stumped and I'm sure there are easy solutions. I am working on a punchout project to request shopping cart items from another source. The site goes out to another site, displays their products and when it comes to add the items to the cart, the...
  2. chappi

    ASP & FDF

    Hello, I am trying to pre-fill an existing PDF file with form data process by an ASP file. Everything seems to work just fine until the file is supposed to be written to the screen. I then get a message saying that the file is damaged and cannot be repaired. Here is my code to process the form...
  3. chappi

    ASP & Access 'LIKE' queries

    I stumbled across an interesting problem. I need to query multiple access tables using a 'LIKE' query (kinda like a search engine for a website)... Whenever I use more than one table or more than one 'LIKE' my ASP page times out. Here is my original code: mySQL = "SELECT * FROM items, types...
  4. chappi

    ASP error when connecting to db

    Hi all. I have come across an error and it's making me pull out my hair (pretty soon I'll be bald and not fun to look at -- or will I?)... Anyways, the only response I'm getting from IE is: Error Type: (0x80004005) Unspecified error When trying to get more info through the ASP error...
  5. chappi

    Virus check before FTP upload?

    Hi, Does anyone know of a product/plug-in that would check any files that are being uploaded through forms over the Internet? I appreciate any help. Thanks, J~
  6. chappi

    Detecting screen resolution with ASP

    Hi... I created a site that requires me to do certain things depending on the screen resolution. Unfortunately I could not find a way to do so with Javascript because I need to assign values to my ASP variables. Any help is really appreciated. J~
  7. chappi

    Connect to db on different server on same network

    Hi, I know this is probably something really simple, but I am going nuts trying to find references on this anywhere :-) I am moving parts of an intranet site to a new server. The database that the site is referencing still remains on the other server, which is not accessible to the web...
  8. chappi

    get around apostrophies

    How can I get around the issue with apostrophies. I have an access database and wrote an ASP.NET front-end to it. But when I try to enter something with an apostrophy (like a name) the querystring breaks. I know with SQL Server you can use parameters, but I'm not sure about Access. Any thoughts? J
  9. chappi

    How to write to text file

    Hi, I am trying to write to a text file with asp.net. I have 2 textfields and one textbox. I'd appreciate any help on this.... Thanks, C

Part and Inventory Search

Back
Top