Results 1 to 6 of 6

Thread: [2005] Prefered method of Connecting to a remote Access 2003 Database.

  1. #1

    Thread Starter
    Lively Member smilbuta's Avatar
    Join Date
    Apr 2005
    Location
    Orlando
    Posts
    104

    [2005] Prefered method of Connecting to a remote Access 2003 Database.

    Hello community,

    WHat is the prefered method fo connecting to a 2003 access database backend(tables only) using a VBNET 2005 front end application for distribution.


    Please Dont ask why its access 2003 backend... that desision was made way above my pay grade...

    THanx for any advice!
    VB.Net uber-noob since04, Yeababy!

  2. #2
    Lively Member
    Join Date
    Sep 2007
    Location
    Texas
    Posts
    98

    Re: [2005] Prefered method of Connecting to a remote Access 2003 Database.

    Some people dont deserve their pay to be sure

    Try this wonderful website for all the different options.

    http://www.connectionstrings.com/

    Hope this helps

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: [2005] Prefered method of Connecting to a remote Access 2003 Database.

    Where is the database located exactly, in relation to the clients?
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  4. #4

    Thread Starter
    Lively Member smilbuta's Avatar
    Join Date
    Apr 2005
    Location
    Orlando
    Posts
    104

    Re: [2005] Prefered method of Connecting to a remote Access 2003 Database.

    The database is located on a system within our own network. It is accessed via a mapped drive.

    As i understand the data is imported to the database in question from a third party location outside of my offices control. We simply have access to the Back end tables.

    So .. We(meaning me) are developing a front end in VB.Net to acces the records in that table and to perform all necesary operations Insert , Update , Select and Delete.
    VB.Net uber-noob since04, Yeababy!

  5. #5

    Thread Starter
    Lively Member smilbuta's Avatar
    Join Date
    Apr 2005
    Location
    Orlando
    Posts
    104

    Re: [2005] Prefered method of Connecting to a remote Access 2003 Database.

    Sunshine, thats a simple great site! THanxs!... I think it actualy answers my question flat out.

    I guess the only question is do i open the database as a ADODB object or a DAO?? Does that make sence?
    VB.Net uber-noob since04, Yeababy!

  6. #6
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: [2005] Prefered method of Connecting to a remote Access 2003 Database.

    Quote Originally Posted by smilbuta
    Sunshine, thats a simple great site! THanxs!... I think it actualy answers my question flat out.

    I guess the only question is do i open the database as a ADODB object or a DAO?? Does that make sence?
    Neither. You use ADO.NET in .NET applications. Follow the Data Access link in my signature for some code examples and there are numerous tutorials available. www.startvbdotnet.com has a page dedicated to ADO.NET with Access.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width