|
|
ASP.NET VB.NET
Started by kainodeh at 02-22-2007 5:02 PM. Topic has 1 replies.
 
 
|
|
Sort Posts:
|
|
|
|
02-22-2007, 5:02 PM
|
kainodeh
Joined on 02-23-2007
Posts 2
|
how do i write to a ms access database
|
|
|
|
|
hi all I have this code to read from my access database Dim cars As Data.DataView = CType(AccessDataSource2.Select(DataSourceSelectArguments.Empty), Data.DataView)
what is the code to add a row and with data
please help
|
|
|
|
|
Report
|
|
|
|
05-28-2008, 2:15 PM
|
DeveloperBarn
Joined on 05-29-2008
Reston, VA
Posts 24
|
Re: how do i write to a ms access database
|
|
|
|
|
I would look into using System.Data.OleDb and the classes within, particularly OleDbCommand:
http://msdn.microsoft.com/en-us/library/system.data.oledb(VS.71).aspx
Jason Founder, DeveloperBarn Forums http://www.developerbarn.com
No longer a WebHost4Life Customer
|
|
|
|
|
Report
|
|
|
|
|
Webhost4life Fo... » General Discuss... » ASP.NET VB.NET » how do i write to a ms access database
|
|
|
|