CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Access DB

  1. #1
    Join Date
    Feb 2004
    Posts
    66

    Access DB

    Hi
    I wanna connect to an access DB using C#,
    how can i?

  2. #2
    Join Date
    Jul 2003
    Posts
    101
    Use System.Data.OleDb.OleDbConnection, you will also need a ConnectionString which you can find here
    Reality is the illusion created by lack of alcohol

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

Featured