M
Michael
Hello,
I have made a Windows Application in C#, with a database running under MSDE.
The application is quite simple, and there is only 3 tables, and only one
has maybe 200-250 records maximum (the 2 others have only 10-20 records).
I wanted to use XML files for datasets, but i am not sure if it is possible
to use SQL queries to sort my data (like SELECT * FROM myTable WHERE .....
ORDER BY ...).
Is there an other way to use database file without installing anything, like
the old DBF files for Foxpro ?
Because i think MSDE is a little bit to heavy for my purpose.
Thanks for your answers.
Michael
I have made a Windows Application in C#, with a database running under MSDE.
The application is quite simple, and there is only 3 tables, and only one
has maybe 200-250 records maximum (the 2 others have only 10-20 records).
I wanted to use XML files for datasets, but i am not sure if it is possible
to use SQL queries to sort my data (like SELECT * FROM myTable WHERE .....
ORDER BY ...).
Is there an other way to use database file without installing anything, like
the old DBF files for Foxpro ?
Because i think MSDE is a little bit to heavy for my purpose.
Thanks for your answers.
Michael