Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
in vs2012 create Db but how to create table and insert a value in that table...
Posted
Updated 23-May-15 1:19am
v2

Well, you could always try reading the documentation for the database software that you are using. And a Google search will find you hundreds of samples.
 
Share this answer
 
Try this,
1. Create empty Access Database.
2. Open Visual Studio. In Server Explorer tab Right Click on Data Connections and Click on 'Add Connections'.
3. A new Window will popup. select Microsoft Access Database File then Click Ok.
4. Then In new window click Browse. And select your database file.
5. Then either create Table using Access UI or just fire Create table command in Visual Studio.
6. To create table just right click on Access database that you added in sql server and click new query.
That is for Access Database.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900