Connecting Access 2007 database with C#

by 2 replies
3
Hello mates,

I am back again for I very urgent reason. I have learned C# 2005 recently. I want to make a database project. For database i have selected MS Access 2007. Now I can't connect C# 2005 forms with database. I need step by step process urgently. If you guys can provide a video tutorial on this topic that would help me a lot.

Thanks
#programming #2007 #access #connecting #database
  • i think google is your best friend on this one...there are tons of articles that will show you how to do this...also the code is generally not the hard part...the harder part is setting the right connection string and security permissions for the database
    • [1] reply
    • Check pscode.com and stackoverflow.com for examples. Stackoverflow is hands down the best programming site.

      In my case, I connect my access database to PHP via an ODBC System DSN connected to PHP. I wrote about it briefly at: Setting Up An ODBC Connection | DoyleSoft Support

Next Topics on Trending Feed

  • 3

    Hello mates, I am back again for I very urgent reason. I have learned C# 2005 recently. I want to make a database project. For database i have selected MS Access 2007. Now I can't connect C# 2005 forms with database. I need step by step process urgently. If you guys can provide a video tutorial on this topic that would help me a lot.