Welcome to Webhost4life Forum Sign in | Join | Faq

ASP.NET VB.NET

Started by kainodeh at 02-22-2007 5:02 PM. Topic has 1 replies.

Print Search
Sort Posts:    
   02-22-2007, 5:02 PM
kainodeh is not online. Last active: 2/23/2007 8:59:31 AM kainodeh

Top 200 Posts
Joined on 02-23-2007
Posts 2
how do i write to a ms access database
Reply Quote
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 is not online. Last active: 7/22/2008 2:02:50 AM DeveloperBarn

Top 10 Posts
Joined on 05-29-2008
Reston, VA
Posts 24
Re: how do i write to a ms access database
Reply Quote
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

Powered by Community Server, by Telligent Systems