Earlier i have ADOCE!
Does anyone know how to rewrite my application to use SQL CE?
Printable View
Earlier i have ADOCE!
Does anyone know how to rewrite my application to use SQL CE?
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
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.
How to re-desing or how -to re-write?
I assume that this has now been covered in that other thread, right?