Google Translate wrote: |
---|
Hi friends, is what you can help me make a connection between visual c + +2008, and a database created with Access 2007, I did research bcp but I can not find how to do this connection, thank you for the help I started to do: private: System:: Void Form1_Load (System:: Object ^ sender, System:: EventArgs ^ e) { connectionString char [] = "Provider = Microsoft.Jet.OLEDB.4.0; Data Source = bibliothèquesDocumentsbase_des employés.accdb; Jet OLEDB: Database Password = "; OleDbConnection (ConnectionString); } |