Click here to Skip to main content
15,914,820 members
Home / Discussions / C#
   

C#

 
GeneralRe: Csharp , MySQLDriverCS + dataGrid Pin
Nekosan14-Aug-04 23:51
Nekosan14-Aug-04 23:51 
GeneralIDE / Command Window Pin
doctrane9-Aug-04 2:06
doctrane9-Aug-04 2:06 
GeneralRe: IDE / Command Window Pin
Mardawi9-Aug-04 8:52
Mardawi9-Aug-04 8:52 
GeneralRe: IDE / Command Window Pin
doctrane10-Aug-04 3:19
doctrane10-Aug-04 3:19 
GeneralRe: IDE / Command Window Pin
Mardawi10-Aug-04 8:26
Mardawi10-Aug-04 8:26 
GeneralRe: IDE / Command Window Pin
doctrane10-Aug-04 10:49
doctrane10-Aug-04 10:49 
QuestionRead and Write data from different databases, but How?? Pin
caliasp9-Aug-04 1:38
caliasp9-Aug-04 1:38 
AnswerRe: Read and Write data from different databases, but How?? Pin
exhaulted9-Aug-04 4:29
exhaulted9-Aug-04 4:29 
All you need to do is read the data from version1 into your DataSet using a DataAdapter.
Create a second DataAdapter and point it at the second database.

call the DataAdapter2.Update method specifying your Dataset as the source to update from.

DataAdapter2.Update(DataSet);

As long as both of the databases have the same structure and you have a primary key defined in each you shouldn't have too many problems.

Hope that helps.


Kev Pearman MCP
GeneralUsing the same class belonging to the same namespaces in two different assembly for a project Pin
gokselm9-Aug-04 1:36
gokselm9-Aug-04 1:36 
GeneralRe: Using the same class belonging to the same namespaces in two different assembly for a project Pin
exhaulted9-Aug-04 1:56
exhaulted9-Aug-04 1:56 
GeneralRe: Using the same class belonging to the same namespaces in two different assembly for a project Pin
leppie9-Aug-04 2:02
leppie9-Aug-04 2:02 
GeneralRe: Using the same class belonging to the same namespaces in two different assembly for a project Pin
exhaulted9-Aug-04 2:06
exhaulted9-Aug-04 2:06 
GeneralRe: Using the same class belonging to the same namespaces in two different assembly for a project Pin
leppie9-Aug-04 2:18
leppie9-Aug-04 2:18 
GeneralRe: Using the same class belonging to the same namespaces in two different assembly for a project Pin
exhaulted9-Aug-04 3:12
exhaulted9-Aug-04 3:12 
GeneralRe: Using the same class belonging to the same namespaces in two different assembly for a project Pin
leppie9-Aug-04 2:00
leppie9-Aug-04 2:00 
GeneralRe: Using the same class belonging to the same namespaces in two different assembly for a project Pin
gokselm9-Aug-04 3:18
gokselm9-Aug-04 3:18 
QuestionHow to change new line in textBox Pin
wk_vigorous9-Aug-04 1:31
wk_vigorous9-Aug-04 1:31 
AnswerRe: How to change new line in textBox Pin
Aaron Eldreth9-Aug-04 1:44
Aaron Eldreth9-Aug-04 1:44 
GeneralRe: How to change new line in textBox Pin
Rulala10-Aug-04 15:29
Rulala10-Aug-04 15:29 
Questionhow to override close Pin
Stephan Wright9-Aug-04 1:12
Stephan Wright9-Aug-04 1:12 
AnswerRe: how to override close Pin
exhaulted9-Aug-04 2:05
exhaulted9-Aug-04 2:05 
GeneralRe: how to override close Pin
Stephan Wright9-Aug-04 2:13
Stephan Wright9-Aug-04 2:13 
AnswerRe: how to override close Pin
leppie9-Aug-04 2:11
leppie9-Aug-04 2:11 
Generalattributes Pin
matt cole8-Aug-04 22:28
matt cole8-Aug-04 22:28 
GeneralConverting IEEE-float (e.g. C#) to Microsoft Binary format Pin
DennisMetz8-Aug-04 21:37
DennisMetz8-Aug-04 21:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.