hey frnds, Firstly I pick the records from the databse into the DataGridView, Then I want that If we made changes to the records in the GridView & Click on Update Button, Changes are Reflected into the Datbase .Plz do reply back the ..
Yogesh Sharma 0 Light Poster
Recommended Answers
Jump to PostYou should use a Command Builder to update records so that changes made to the dataset can be reflected into the database. Here is some sample code-
Public Class Form1 Dim cn As New Odbc.OdbcConnection("Driver={MySQL ODBC 3.51 Driver};Server=localhost;Database=shreyas; User=root;Password=;") Dim cmd As Odbc.OdbcCommand Dim adp As Odbc.OdbcDataAdapter …
Jump to PostLet's try not to post to threads that are almost a year old....mkay?
All 8 Replies
tuse 22 Junior Poster
tuse 22 Junior Poster
deyust 0 Newbie Poster
Comatose 290 Taboo Programmer Team Colleague
av1963 3 Newbie Poster
kartheeee 0 Newbie Poster
jayesh87 0 Newbie Poster
Venkatesh_6 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.