I am creating 3-4 windows forms in C#.net. Also i have make database in ms-access.
Now, how to make database is globalize.
And how to use insert, update, delete commands in these 3-4 windows forms with help of globle database in C#.net windows application.
Plz help me????
Loading
Vishnujeet KumarPosted Jan 3, 2013, 11:20 PM
http://www.c-sharpcorner.com/uploadfile/e628d9/creating-retrieving-records-from-ms-access-03-using-oledb-in-C-Sharp/
paste your access database in app_data folder inside your project and use this connection string structure..
<add name="MyConnectionString" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\Emp.mdf;Integrated Security=True;User Instance=True" providerName="System.Data.SqlClient"/>