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

    Using Joins when querying from DBASe table using ODBC driver

    Can I use Join statments when I do SQL queries on DBASE tables? I am programming in ASP to do reports on some old DBASE 5 tables I have. If it does work, can someone give me a sample query string I can take a look at? Thanks in advance.
  2. pengprog

    Update Recordset Errors

    After some problems here and there, I feel as if I have reached a wall with this error I have been getting when trying to do a RecordSet.Update Microsoft Cursor Engine error '80004005' Insufficient base table information for updating or refreshing. The error is in the line that I call my...
  3. pengprog

    Update Recordset Errors

    After some problems here and there, I feel as if I have reached a wall with this error I have been getting when trying to do a RecordSet.Update Microsoft Cursor Engine error '80004005' Insufficient base table information for updating or refreshing. The error is in the line that I call my...
  4. pengprog

    Writing/Updating Errors with dbf tables in Win NT IIS

    Hello, I am trying to make an ASP application and need to be able to not only read, but also Write/Update to my Dbase tables. They are Dbase 5 and I am using VB Script. I use to test my application on Win XP and everything went fine with reading and writing, now I changed everything to...
  5. pengprog

    Updating Records in dbf table using ASP/VB script in WinNT

    Hello, I am trying to make an ASP application and need to be able to not only read, but also Write/Update to my Dbase tables. They are Dbase 5 and I am using VB Script. I use to test my application on Win XP and everything went fine with reading and writing, now I changed everything to...
  6. pengprog

    How to hide data being submitted in the URL box

    Dear readers, I am writing a small application when users login with username and password via a simple form. The only problem is that when people submit the form i can see in the URL address box their password. It looks like this...
  7. pengprog

    Can I Use SQL Statements in ASP(VB Script) to query from DBASE 5 Table

    I am programing with ASP using the VB script language. I am working on IIS and I need to query to a DBASE 5 table that I have. I want to use an SQL statement to get certain records that match a specific value. Problem is I don;t know how to open the recordset. I can open up the connection to...

Part and Inventory Search

Back
Top