M
mrabie
Hi,
I am developing an application that requires storing of data, i first
started out with using XML and DataSet as my dbase but i figured out i
need to run several quiries and return certain data set, which can't
be done using XML and that the data might get big by time and loading
the whole file in memory will cz problems especially performace. So i
decided to try out SQL compact.
Here's my problem, if i am using SQL 3.5 to develop my app does my
users have to deploy it on their devices, or can i just add the DLL
files to my project (or cab file) and would work?
Thanks for your help
I am developing an application that requires storing of data, i first
started out with using XML and DataSet as my dbase but i figured out i
need to run several quiries and return certain data set, which can't
be done using XML and that the data might get big by time and loading
the whole file in memory will cz problems especially performace. So i
decided to try out SQL compact.
Here's my problem, if i am using SQL 3.5 to develop my app does my
users have to deploy it on their devices, or can i just add the DLL
files to my project (or cab file) and would work?
Thanks for your help