Simple and quick way to write to SQL database?

P

polaris431

I just upgraded from VS2003 to VS2005. In my application, the only
thing I need to do with my data is simply write it to a MS SQL Server
database. No reads, updates or deletes. Without me having to dive
through gobs of documentation to determine what, if anything, is new in
data access technologies in VS2005, can someone please indicate what
they would consider the simplest and direct method of writing the data.
In the past, I used ADO.NET, created a connection, wrote code to work
with datasets and so on. Any improvements or alternatives?

Thanks
 

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

Top