User Profile
Collapse
-
Well.. I am not entirely sure how I fixed it, but I fixed it... the suggestion to change out the error message was the correct one as it definitely helped me troubleshoot! Thanks Rabbit! -
This is my error now: Microsoft JET Database Engine error '80040e14'
Syntax error in INSERT INTO statement.
/clientlogin/iko/inventory_add.a sp, line 31Leave a comment:
-
Hi Rabbit... I'm a little new to ASP and everything, and have adapted some already-been-used code to suit my purposes... that's a long way of saying, how do I do what you suggested? Thanks!Leave a comment:
-
Unable to Add Record to DB Table Using ASP
Hello,
I am attempting to add a record to a database using an HTML page that collects the data entered and sends it to an ASP script to then write to an online database. However, in testing, I am unable to successfully execute the command.
Here is the code for the HTML portion:
...Code:<html> <body> <form method="post" action="inventory_add.asp">
-
My ASP isn't Working Right... please help
I am having trouble with an ASP page that is intended for inventory purposes. Basically, it uses a web interface to allow a user to enter information on a database, and it writes information to the database which is on the same web server as the ASP page.
However, when attempting to access the ASP page, it throws the error that I have written in at the bottom of the page.
There is no problem with connectivity to the... -
ASP is Throwing My Error Message When Attempting Write to DB
My previous question was here:
http://bytes.com/topic/access/answer...to-80040e07-da
That got rid of the MS error, but now I am receiving the error message I built into it - so something is still going wrong.
...Code:<html> <head> <script type="text/javascript"> function goback() { history.go(-1) -
aaronsah replied to Attempting to use ASP and SQL to update to MDB via webpage, running into "80040e07 dain AccessI have made the corrections listed - thanks. Still running into an error message, but it's my error (near bottom of code). Not sure what the deal is... but I am continuing to test!Leave a comment:
-
aaronsah replied to Attempting to use ASP and SQL to update to MDB via webpage, running into "80040e07 dain AccessI am no longer encountering the aforementioned 80040e07 error, but rather the error message that I wrote. Progress was made but I am not sure what I have yet to fix.Leave a comment:
-
aaronsah replied to Attempting to use ASP and SQL to update to MDB via webpage, running into "80040e07 dain AccessThe SKU field is numeric, because for my purposes it is 1-290-something. An alphanumeric field for item number is in the field, "itemnumber " which is set as short text.Leave a comment:
-
aaronsah started a topic Attempting to use ASP and SQL to update to MDB via webpage, running into "80040e07 dain AccessAttempting to use ASP and SQL to update to MDB via webpage, running into "80040e07 da
Trying to use ASP script to run partial SQL and write to an MDB for online inventory purposes.
Here is the code:
...Code:<html> <head> <script type="text/javascript"> function goback() { history.go(-1) } </script> </head> <body> <% set conn=Server.CreateObject("ADODB.Connection")
No activity results to display
Show More
Leave a comment: