C# How to access the Connection established in server explorer

  • Thread starter Thread starter sravan_reddy001
  • Start date Start date
S

sravan_reddy001

I have established a connection to the MS Access database in the
server explorer
now how can get a table from that database to the DataTable variable i
created.
do i hav to write all the code we write when don't use server
explorer....
 
You can add a DataSet to your project, and then drag the table from the
server explorer to the DataSet. The designer should create a typed data set
for you, as well as any code needed to select, update, insert and delete
records from the table.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top