I'm new to databases with C#
There are lots of good examples that use an already existing SQLev db and vs2005, but I'm trying to use VS2005 standard to create the SQLev DB (table, etc), when I try to add a new item, is see only the .mdf selection. (I don't have Full SQL Server or SQL Express on my machine, if that means anything)
Can you please tell me how or point me to an tutorial
Thanks
Mike Greenway
I overlooked it!
I didn't see the Books Online Download with most of the answers.
Sorry for wasting your time.
For others like me
Microsoft Download Center.
|||one catch
To make a new ssev db in vs2005 you need to use the "mobile 2003 or ce5.0" project type
else when you use "add new item" the ssev DB type will not be available
so, I have to make the DB in on project and then use it in my windows or winfx project, right?
No comments:
Post a Comment