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

    ado - updating vfp database

    I'm trying to update a fvp dbc from vb 6.0 using ado 2.6. code like... ConnectionString = "Provider=vfpoledb.1;Data " _ & "Source=..\star.dbc" Set objConnection = New adodb.Connection objConnection.Open (ConnectionString) cmd.ActiveConnection =...
  2. nbob

    ado vfp database

    I'm trying to update a fvp dbc from vb 6.0 using ado 2.6. code like... ConnectionString = "Provider=vfpoledb.1;Data " _ & "Source=..\star.dbc" Set objConnection = New adodb.Connection objConnection.Open (ConnectionString) cmd.ActiveConnection =...

Part and Inventory Search

Back
Top