Related:
- Code for vb.net and ms access
- Ms access free download - Download - Databases
- Access and downloading - Guide
- Cs 1.6 code - Guide
- How to access bios - Guide
- What is the code for gameloft? - Nokia Forum
3 responses
ouchayan
Posts
13
Registration date
Saturday 5 September 2009
Status
Member
Last seen
12 August 2010
14
4 Aug 2010 à 03:10
4 Aug 2010 à 03:10
cmd = New OleDbCommand(" select * from table")
adapter = New OleDbDataAdapter(cmd)
cmd.Connection = cnx
adapter.Fill(data, "table")
table = data.Tables("table")
DataGrid1.DataSource = table
adapter = New OleDbDataAdapter(cmd)
cmd.Connection = cnx
adapter.Fill(data, "table")
table = data.Tables("table")
DataGrid1.DataSource = table
Take the datagridview and right click for follwing the given option
you can get connection with msacess by datagrid.
you can get connection with msacess by datagrid.