Connecting Tech Pros Worldwide Forums | Help | Site Map

Dataset

OuTCasT's Avatar
Needs Regular Fix
 
Join Date: Jan 2008
Location: South Africa
Posts: 361
#1: Sep 16 '09
Hi

I want to retrieve data from an SQL table into a dataset and then update a MYSQL table with that dataset .

Is that possible ?

ssnaik84's Avatar
Member
 
Join Date: Aug 2009
Location: Bengaluru, India
Posts: 124
#2: Sep 18 '09

re: Dataset


Yes.
use MySQL connector
OuTCasT's Avatar
Needs Regular Fix
 
Join Date: Jan 2008
Location: South Africa
Posts: 361
#3: Sep 21 '09

re: Dataset


I have written code that fills a dataset with a MySQL query. Then i have written a query that fills a dataset from SQL.

I want to update the MySQL table with the dataset filled from the SQL data.
ssnaik84's Avatar
Member
 
Join Date: Aug 2009
Location: Bengaluru, India
Posts: 124
#4: Sep 21 '09

re: Dataset


use DataAdapter.Update Method
Reply