Hi,
i m trying to build an application where the user could enter data in a datagridview and it should be inserted into an Access Database (or to SQL Server which ever you will advise me to use)
i know how to create a DataSet, i tried creating a new DataTable in the dataset and bind that to the DGV but i couldn’t get it to work.
could anybody give me a head start as in which Imports to use, are how to build the Insert Query, or maybe Linq is preferable (i m using Vb.net 2008)
what i m trying to do is similer to an Invoice form.
any help is greatly appriciated
Thank you,
Joe
i m trying to build an application where the user could enter data in a datagridview and it should be inserted into an Access Database (or to SQL Server which ever you will advise me to use)
i know how to create a DataSet, i tried creating a new DataTable in the dataset and bind that to the DGV but i couldn’t get it to work.
could anybody give me a head start as in which Imports to use, are how to build the Insert Query, or maybe Linq is preferable (i m using Vb.net 2008)
what i m trying to do is similer to an Invoice form.
any help is greatly appriciated
Thank you,
Joe