PDA

Click to See Complete Forum and Search --> : Rewrite !


keko9
Feb 2nd, 2008, 06:21 AM
Earlier i have ADOCE!
Does anyone know how to rewrite my application to use SQL CE?

petevick
Feb 2nd, 2008, 10:40 AM
Hi,
you are going to have to re-write it I'm afraid, as there is no migration path.

Sounds as if with your project, a re-design and re-write is the only way round.

Pete

Shaggy Hiker
Feb 2nd, 2008, 03:19 PM
Post the ADOCE. The conversion will not be all that straightforward, because there are constructs used in ADOCE that don't have direct analogues in .NET. However, the same functionality can be achieved.

One example would be the recordset, which could be converted to either a dataset or a datareader, depending on what you had the recordset doing.

keko9
Feb 5th, 2008, 03:52 AM
How to re-desing or how -to re-write?

Shaggy Hiker
Feb 6th, 2008, 09:59 PM
I assume that this has now been covered in that other thread, right?