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: fatmbk
  • Content: Threads
  • Order by date
  1. fatmbk

    Layers with ASP???

    I need to create a page that uses something similar to layers to display content from a db when a link is clicked. I shall try to explain in a bit more detail. There will be a text link advertising something and when the user clicks the link i need some other text, from the db, to be displayed...
  2. fatmbk

    Cannot Delete

    I am getting the following message: Error Type: Microsoft JET Database Engine (0x80004005) Could not delete from specified tables. /admin_delrecord_saved.asp, line 22 My code is as follows: <% delid = Request.Form("delid"); conn=Server.CreateObject("ADODB.Connection")...
  3. fatmbk

    Syntax Error

    Can anyone advise me on how to correct this apparent syntax error? add = "INSERT INTO tblProducts (Name,Description,Category,Keywords,ImagePath,Price) VALUES ('"+name+"','"+description+"','"+category+"','"+keywords+"','images/"+image+"',"+price+")"; Cheers, Fatmbk
  4. fatmbk

    &quot; &quot; Problem

    I have the following code (JavaScript): Response.Write("<option value=&quot;(((tblCategory.Category)="+rs(x)+"))&quot;>"+rs(x)+"</option>"); Basically, it puts a query string into a HTML form <option> tag when the page is run. This is required to make the drop down box dynamic. However, its...
  5. fatmbk

    database to drop down menu

    Hi, I think it's a relitivly simple question but does anyone know how to get data from 1 coloumn of an Access database table into a drop down menu in a form? Cheers, Fatmbk
  6. fatmbk

    SSI in ASP

    I have read about SSI (Server Side Includes) and I want to know how i can use them. Am i right in thinking that they enable a programmer to write a block of code and then store it within an include file, then that include file is included in any pages you require that code in? My overall aim...
  7. fatmbk

    Database value to variable

    I am currently implemeting an ASP page that requires me to read data from 1 field in an MS access database and then put the value's that it gets into a variable. Any ideas on how to do this? Cheers, Fatmbk
  8. fatmbk

    Login

    I need to design a simple but secure login form. What is the simplist, but secure way of doing this. Many Thanks, Fatmbk
  9. fatmbk

    Order Processing System

    I am currently building an order processing system using MS Access 2000. I have hit a problem - I need to be able to change the data in one field of the open record when the user goes onto the next record. i can't work out how to do it. i would appriciate it if someone could point me in the...
  10. fatmbk

    I am currently producing a stock co

    I am currently producing a stock control system for a small business. I would like to be able to select a customer surname from a combo box and then display their Address. I have tried to do it but with out success! Anyone have any ideas? Cheers, Fatmbk
  11. fatmbk

    MySQL vs Database Desktop

    I have always traditionally used database desktop to create tables for database applications within delphi. I was talking to someone yesterday who mentioned that the newer version of delphi are trying to get users to use something called MySQL. I have heard of this but have never used it...
  12. fatmbk

    JPG to GIF

    This is possibly the wrong forum - but does anyone know how to quickly convert a number of jpg files to gif's for use on a web site? I have about 50 jpgs that i need in gif format and i dont really fancy doing it via photoshop or alike. Cheers, Fatmbk
  13. fatmbk

    Sluggish...

    My machine is running very sluggish at the moment - i have done a format, and when i re-intsalled everything it went back to the same thing - SLOW!!! For example, if i go to a web site, it sometimes just 'hangs' for a minute or so and then loads the page. It also does this when Outlook 2000 is...
  14. fatmbk

    Floppy disk drive and XP

    Does anyone know about this problem: I have a machine running windows XP and when i try to load a file from the floppy disk it just crashes. I have tried replacing the floppy drive - this did not work. So i was wondering wether or not it could be a problem with win XP or another piece of...
  15. fatmbk

    HTML Updating

    Hi guys. Is there a way of allowing a user to update a web site via a form on the server. Let me explain in more detail: I have to create a web site for a client who wants to be able to update prices on products easily without having to delve into HTML code. I have heard that this is possible...

Part and Inventory Search

Back
Top