Hi, Is it safe to install sql server compact edition on Flashdisk instead of RAM. Will it cause any problem? Also is it possible to somehow change the default destination directory for SqlServerCE installation and also to do a silent installation on the device. ie., i would like to do a silent installation of sqlserverce cab file but i want to install it on a different directory and not on default. Is this possible. If yes can anyone please let me know on how to achieve this. Thanks,
I've had success using SqlServerCE (3.1) on a windows ce platform without installing the cab file at all. The following files must be copied to either the system directory or the application path. sqlcese30.dll sqlceqp30.dll sqlceme30.dll sqlcecompact30.dll (if you use the sqlceengine tools, compact, repair...) The dll System.Data.SqlServerCe.dll should be copied to the application directory. Good Luck
Thanks! It worked for me as well. "Doug" wrote: > I've had success using SqlServerCE (3.1) on a windows ce platform > without installing the cab file at all. > > The following files must be copied to either the system directory or > the application path. > > sqlcese30.dll > sqlceqp30.dll > sqlceme30.dll > sqlcecompact30.dll (if you use the sqlceengine tools, compact, > repair...) > > The dll System.Data.SqlServerCe.dll should be copied to the > application directory. > > Good Luck >