Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 MSDE (2000)
 MSDE

Author  Topic 

lbuntha
Starting Member

1 Post

Posted - 2006-07-18 : 09:47:28
If I want to develop database without installing SQL Server( want to install MSDE). How can I build it? . When I make deployment how can I embed MSDE, and how can i connection to MSDE with my database?
Thank for your reply in advance.

nr
SQLTeam MVY

12543 Posts

Posted - 2006-07-18 : 10:13:23
msde is the sql server 2000 database engine (so you are installing sql server) so you connect in the same way as to sql server.
As to distributing it with an application
http://support.microsoft.com/?kbid=831862

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -