Friday, August 20, 2010

Vb .net help database?

Dim historyconnection As OleDbConnection = New OleDb.OleDbConnection(';Provider=Microsof鈥?Source=D:\@skul\fifth\tralala.mdb';)





Dim historyadapter As OleDbDataAdapter = New OleDb.OleDbDataAdapter(';SELECT [historyd].[accession number], books.title,[history date].[date borrowed],[history date].[date returned] FROM historyd, books where [history date].[accession number] = [books].[accession number]';, historyconnection)





Dim historydataset As DataSet = New DataSet





HOW DO I MAKE THIS QUERY APPEAR IN THE DATAGRID?





are there any programmers there who would like to help a beginner?! IM me pls.Vb .net help database?
The below given link may help you


http://vb-helper.com/howto_net_datagrid.鈥?/a>Vb .net help database?
check out http://www.pscode.com - great site for source code. I do VB-6 programming, and use that site all the time.

No comments:

Post a Comment