I'm trying to find out if an embedded database can be used online as part of a shopping cart or as a order system. I have a feeling the answer is no from what little i've read about embedded databases so far but i've not found any articles that address this issue.
any body know of any...
I need to get an account number from my access form to a url which will be processed by an ASP page.
Can you tell me how I would get the variable by the name of strAccount from the form onto the end of following URL:
http://xyz123/accounts/account.asp?
It's not really covered anywhere i've...
Hi,
I have a front end database that attaches to the back end. When the front end loads I do not want to display the database window. In the start up for the front end I have unticked the Display Database Window and Use Access Special Keys check boxes and for most users when the database loads...
I'm trying to use a recordset to display all records based on a query with a maximum of 5 records displayed on a page. The records are displayed in a table. I need a submit button to take the value of each particular record to the next page via ASP.
I'm trying to use a rollover image to act as...
I've built the following page which gets input from a search form on another page. I'm getting the following error:
ADODB.Recordset (0x800A0BB9)
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
/wakeywakey/dispute.asp, line 156
Line 156 is...
I have to search for an account that is made up of a letter and then numbers. I want the user to be able to search without the letter. Ihave used the following code:
Private Sub cmdAccountSearch_Click()
On Error GoTo Err_cmdAccountSearch_Click
strAccountNo = Me.AccountNo
If...
New to dreamweaver mx. Using ASP with JavaScript
Built a form to send data to MS Access database and get the following error:
Error Type:
ADODB.Command (0x800A0BB9)
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
/ntsa/register.asp, line 76...
I get the following error:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC Microsoft Access Driver] Syntax error in UPDATE statement.
I've checked the names allocated to the table and field names against an SQL reserved word list and they do not appear on there...
Can one of you bright sparks help me out. Connecting to MS Access database and have problems with connection using JSP. This is the code, errors follow:
<%@ page language="java" contentType="text/html"
import="ShoppingBasket,Product,java.util.*"...
I have a form that has textboxes called title2 and surname2 I'm using them to get data from the user to enter it into an SQL search for my shopping cart. I do not think the way I have called the JSP into the SQL to get the data from the form is correct (see after LIKE in SQL code) as it brings...
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.