Access 2000-2003

HI!. I am developing a system wich get data from fox pro free tables. I need to connect through ODBC without human intervention. Can somebody help me


Answer this question

Access 2000-2003

  • catalinione

    These forums are for VB.NET questions only - are you writing this application using a Version of VB.NET or using the internal version of basic contained within access.

    If you are talking about the basic in Access then this forum is not the correct place to be asking - you are using Visual Basic for Applications and this has its own forum as it is based upon an older version of VB specific to Office applications.

    These forums are

    http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=74&SiteID=1


  • Zeenah

    Once the ODBC connection is created in the Windows DataSources control panel applet it becomes standard ADO data access using DataAdapters, DataSets, and whatnot.

    A human will have to setup the ODBC connection though... (you may be able to distribute one in your setup project but I'm not sure about that).



  • Access 2000-2003