Click here to Skip to main content
15,915,702 members
Home / Discussions / C#
   

C#

 
AnswerRe: Virtual connection to a Access Db Pin
Guffa10-Nov-06 8:06
Guffa10-Nov-06 8:06 
GeneralRe: Virtual connection to a Access Db Pin
Almerica10-Nov-06 8:10
Almerica10-Nov-06 8:10 
GeneralRe: Virtual connection to a Access Db Pin
Guffa10-Nov-06 11:09
Guffa10-Nov-06 11:09 
AnswerRe: Virtual connection to a Access Db Pin
shopi3012-Nov-06 14:55
shopi3012-Nov-06 14:55 
GeneralRe: Virtual connection to a Access Db Pin
Almerica12-Nov-06 15:06
Almerica12-Nov-06 15:06 
GeneralRe: Virtual connection to a Access Db Pin
shopi3012-Nov-06 17:03
shopi3012-Nov-06 17:03 
GeneralRe: Virtual connection to a Access Db Pin
Almerica14-Nov-06 5:20
Almerica14-Nov-06 5:20 
QuestionNew to C# and VS 2005. Database question Pin
Jon Stroh10-Nov-06 5:30
Jon Stroh10-Nov-06 5:30 
I am working on a Winforms app that has two database's defined in the datasources page.
One is a WinMobile database(.sdf). The other is a Paradox database(ODBC).
I need to do a couple of things.

1.First Insert all records from the clients table, and other related tables in the Paradox database to the Client's table and other related tables in the WinMobile database.

2. When that is done I will need to be able to read the records that are new or changed(already defined in tables) in each table and sycronize them in both databases.

In Delphi I did this in a similar app for Palm databases with While loops.
table1.first
while not table1.eof (end of database table)
do begin
add records to table2....
table1.next



What is the best way in C#? While loops or SQL? Some C# syntax pointers would be greatly appreciated too. I need as much guidance as I can get Smile | :)

Thanks Jon Stroh
AnswerRe: New to C# and VS 2005. Database question Pin
Ed.Poore10-Nov-06 5:34
Ed.Poore10-Nov-06 5:34 
GeneralRe: New to C# and VS 2005. Database question Pin
Jon Stroh10-Nov-06 9:14
Jon Stroh10-Nov-06 9:14 
GeneralRe: New to C# and VS 2005. Database question Pin
Ed.Poore10-Nov-06 9:36
Ed.Poore10-Nov-06 9:36 
QuestionComparing the Background image of a control... Pin
new_phoenix10-Nov-06 5:27
new_phoenix10-Nov-06 5:27 
AnswerRe: Comparing the Background image of a control... Pin
Amar Chaudhary10-Nov-06 5:41
Amar Chaudhary10-Nov-06 5:41 
QuestionRe: Comparing the Background image of a control... [modified] Pin
new_phoenix10-Nov-06 5:54
new_phoenix10-Nov-06 5:54 
AnswerRe: Comparing the Background image of a control... Pin
Amar Chaudhary10-Nov-06 6:10
Amar Chaudhary10-Nov-06 6:10 
QuestionRe: Comparing the Background image of a control... [modified] Pin
new_phoenix10-Nov-06 7:10
new_phoenix10-Nov-06 7:10 
AnswerRe: Comparing the Background image of a control... Pin
Amar Chaudhary10-Nov-06 9:01
Amar Chaudhary10-Nov-06 9:01 
QuestionRe: Comparing the Background image of a control... Pin
new_phoenix10-Nov-06 9:34
new_phoenix10-Nov-06 9:34 
AnswerRe: Comparing the Background image of a control... Pin
Amar Chaudhary10-Nov-06 9:48
Amar Chaudhary10-Nov-06 9:48 
QuestionRe: One additional question... [modified] Pin
new_phoenix10-Nov-06 10:12
new_phoenix10-Nov-06 10:12 
AnswerRe: One additional question... Pin
Amar Chaudhary10-Nov-06 10:30
Amar Chaudhary10-Nov-06 10:30 
QuestionMultithreading, Pin
raj123ranjan10-Nov-06 4:39
raj123ranjan10-Nov-06 4:39 
AnswerRe: Multithreading, Pin
S. Senthil Kumar10-Nov-06 5:27
S. Senthil Kumar10-Nov-06 5:27 
AnswerRe: Multithreading, Pin
User 665810-Nov-06 5:27
User 665810-Nov-06 5:27 
QuestionHo to detect Sound Device? Pin
bahman2000b10-Nov-06 4:31
bahman2000b10-Nov-06 4:31 

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.