Recent content by devouru

  1. D

    Help with ODBC to OLE DB

    I am using the last release of the Foxpro driver. I have sent an email to the author of the Foxpro tables explaining what I have seen. From MSDN: Visual FoxPro ODBC Driver Please note that the VFPODBC driver has very limited product support. It is currently supported only for Windows 2000...
  2. D

    Help with ODBC to OLE DB

    Today I looked at a linked table and half the field names don't match the table structure. They don't look like garbage, but don't make sense either. I also understand OLE is the way o go, and ODBC is not recommended, although I have never hand a problem. JS
  3. D

    Help with ODBC to OLE DB

    Foxpro free table directory dbf's. -JS
  4. D

    Help with ODBC to OLE DB

    I have been using ODBC with Foxpro for years, and all has been well. Looks like I need to bite the bullet and go to OLE DB and I am clueless. I am using Access 2007 with mdb's. Any help/direction is appreciated. TIA! -JS
  5. D

    ODBC to OLEDB - VFoxPro

    Better yet? How bout code in autoexec macro to setup FoxPro tables? Work with me folks. :) Lookin' for a miracle. -JS
  6. D

    ODBC to OLEDB - VFoxPro

    Noob success, in a form. How can I do this with a query or table. Private Sub Form_Load() Dim objCon As ADODB.Connection Dim objRS As ADODB.Recordset Set objCon = New ADODB.Connection objCon.ConnectionString = "Provider=VFPOLEDB.1;Data Source=f:\pcmrpw;Collating Sequence=MACHINE" objCon.Open...
  7. D

    ODBC to OLEDB - VFoxPro

    I have been running a msaccess 2000-3 database with ODBC for several years. It is now time to move on to OLEDB. Is there a way to subsititute an OLEDB link for the ODBC for a one stop switch? If not can I get help on how to place my init string in a new mdb: Provider=VFPOLEDB.1;Data...
  8. D

    Access 2K3 and multiple MS Project exports

    I have put together a project tracking database. I am exploring linking the related MS Project files with the database. Has anyone attempted/ideas on this task at hand? TIA -JS
Back
Top Bottom