Dataset to database.

  • Thread starter Thread starter Craig
  • Start date Start date
C

Craig

Hi I am using a dataset to display my information to a user, however
my dataset is in no way matching all of the fields and columns of my
ms sql database, I fairly extensively modify the data so that the user
can understand it from the raw table.

My question is there some sort of mapping interface that I can use for
these cast and sometimes complete conversions between my dataset table
data and the database. I was hoping there was a more automatic way to
go about it with all the update and insert features of the dataset
then having to write up string sql statements that have the
information.

Is there a better form item to be using? Or any suggestions?

Thank you, Craig.
 

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