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...
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")...
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
I have the following code (JavaScript):
Response.Write("<option value="(((tblCategory.Category)="+rs(x)+"))">"+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...
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
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...
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
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...
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
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...
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
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.