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

    Using VB 6.0 to write & update to FoxPro database

    I get a Error Message when I get to intRecordAffected. The Error Message is Syntax Error. Here is the code for Update: Dim cmd As ADODB.Command Set cmd = New ADODB.Command cmd.ActiveConnection = cn 'cmd.CommandText = strSQL 'Declare and Set the RecordSet Dim rs As...
  2. 07sprint

    Updating foxpro database with VB 6.0

    The ERROR MESSAGE is between the ************ ************ Set cn = CreateObject("ADODB.Connection") cn.ConnectionString = "Provider=vfpoledb.1;Data Source =D:\PerCap1\percap2.dbf" cn.Open 'Formatting Date strSTR =...
  3. 07sprint

    Connect FoxPro Database with VB 6.0

    Access foxpro database with VB 6.0. I get error message when I get to this code: Set rs = cmd.Execute The error message is: The connection cannot be used to perform this operation. It is Either closed or invalid in this context. This is the code to connect: Dim cn As New...
  4. 07sprint

    Connection to foxpro databases use

    Connection to foxpro databases use vb 6.0. I'm getting a error message: The connection cannot be use to perform this Operation. It is either closed or invalid in this context. This is the code: Dim cn As New ADODB.Connection cn.Open "Provider=vfpoledb.1;" & _...
  5. 07sprint

    Problem installing vfpoledb.exe

    Problem installing vfpoledb.exe
  6. 07sprint

    ACCESS FOXPRO DATABASE WITH VB6

    ACCESS FOXPRO DATABASE WITH VB6 I get a error message: [Microsoft][odbc.driver manger] data source not found and no default driver specified. Set cn = New ADODB.Connection cn.Open "Driver={Microsoft dBase Driver(*.dbf)};" _ & "DriverID=277;" _ &...
  7. 07sprint

    Using VB6.0 and need to access FoxP

    Using VB6.0 and need to access FoxPro database. I downloaded vfpoledb. It still doesn't work.
  8. 07sprint

    How to access foxpro database usin

    How to access foxpro database using visual basic 6.0. I get a error message: Unrecognized database format.
  9. 07sprint

    How to change Access Database to Fo

    How to change Access Database to Foxpro Database

Part and Inventory Search

Back
Top