If I make an app that connects to sql 2005 express is it just like access where the client only needs the file ?
Printable View
If I make an app that connects to sql 2005 express is it just like access where the client only needs the file ?
No, you need to install SQL Server Express too... but if you are using VB.Net that may be as simple as just ticking a box while making the installation package.
If you want a 'non-install' version, you might be able to use SQL Server Compact instead. It still needs something to be installed, but it is just 7 DLL's.
Than you for the quick reply