writing to an access database?

B

bazzer

can anyone tell me please how i write to an access database from a
webform? i can fill listboxes and textboxes and so forth with data from
my tables in my database no problem. but i dont have a clue how to add
rows/records to those tables from my webforms.

can anyone point me in the right direction?
 
J

Juan T. Llibre

Here's a good tutorial on writing to an Access database :
http://aspalliance.com/539

Here's another one :
http://www.geekpedia.com/tutorial60_ADO-.NET-and-Access-database-I.html

Here's an Access database editor in C#:
http://www.codeproject.com/cs/database/csharpaccessdb.asp
You have to become a member of the Code Project to download the source files.




Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top