1 Replies - 316 Views - Last Post: 03 February 2012 - 08:07 AM Rate Topic: -----

Topic Sponsor:

#1 Ozzy18  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 16
  • Joined: 04-October 11

Vb.Net Updating a database / data set

Posted 03 February 2012 - 02:26 AM

Hey I need some help with updating my data set within my project

Basically I want to be able to save any data I enter into my data grid / dataset permanently , so when i close the program or restart it the data I previously entered within the grid will be present.

This is what I have so far

  BindingContext(CustomersDs, "Customers").EndCurrentEdit()
  OleDbDataAdapter1.Update(CustomersDs)



'CustomersDS is my dataset name
'Customers is the table name within my database ( my actual database is called Shop.mdb )

Is This A Good Question/Topic? 0
  • +

Replies To: Vb.Net Updating a database / data set

#2 modi123_1  Icon User is online

  • Suiter #2
  • member icon


Reputation: 3558
  • View blog
  • Posts: 14,986
  • Joined: 12-June 08

Re: Vb.Net Updating a database / data set

Posted 03 February 2012 - 08:07 AM

Have you read our two thorough tutorials on database interactions?

OleDb Basics in VB.Net Rate Topic

A Really Simple Database Create a Database using Access & VB.net Express 2008
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1