sql local database files, need install SQL server on target machine?

  • Thread starter Thread starter mtczx232
  • Start date Start date
M

mtczx232

New feature come in VS 2005, ability to ADD local database files (.mdf)
into project.
When i install my EXE on client PC, I need install SQL server?
 
On 28 Dec 2005 08:10:34 -0800, (e-mail address removed) wrote:

¤ New feature come in VS 2005, ability to ADD local database files (.mdf)
¤ into project.
¤ When i install my EXE on client PC, I need install SQL server?

You need to install SQL Server or SQL Server Express:

http://msdn2.microsoft.com/en-us/library/ms165716.aspx


Paul
~~~~
Microsoft MVP (Visual Basic)
 
Back
Top