sql server msde:
I have a Windows XP Home in a Laptop running VB .NET
Standard 2003, MSDE 2000 and Office Professional 2003.
I've been able to complete all the the exercises (except
of course those regarding IIS) in the Visual Basic .NET
2003 Step by Step book.
I start to follow the exercises in ADO .NET Step by Step
book and I have my first problem because it needs MSDE
for handling SQL DBs, but after downloading it and
several hours installing, configuring and testing it,
finally I could access the sample databases.
My questions now are:
1) How can I create a SQL DB that I can use in my
development environment while I build an application?
2) After finishing my application what are the steps to
generate a CD that includes my application with the DB. I
already know how to generate a Deployment project, but
not with the DB. Is it possible only to copy the DB files
to that CD or there is a specific procedure to follow?
3) What are the steps to follow for installing everything
in the user computer?
I've been looking for the last 2 days for a document or
documents in Microsoft web site that explain this
procedure but I have not find anything that at least give
me an idea.