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 Wanet Telecoms Ltd 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: rubertoga
  • Content: Threads
  • Order by date
  1. rubertoga

    Embedded Databases

    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...
  2. rubertoga

    How to pass a parameter from vba to html

    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...
  3. rubertoga

    Hide Database Window Problems

    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...
  4. rubertoga

    Rollover submit button in repeating form

    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...
  5. rubertoga

    Paging Recordset - Arguments Of Wrong Type

    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...
  6. rubertoga

    VBA Access & SQL - using LIKE condidtion

    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...
  7. rubertoga

    Insert Record Problems

    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...
  8. rubertoga

    Updating Multiple Records

    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...
  9. rubertoga

    JSP send data to 4 database tables

    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=&quot;java&quot; contentType=&quot;text/html&quot; import=&quot;ShoppingBasket,Product,java.util.*&quot...
  10. rubertoga

    Use data from a form to query Access database using JSP and SQL

    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...

Part and Inventory Search

Back
Top