Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MSDE

Status
Not open for further replies.

thegameoflife

Programmer
Dec 5, 2001
206
US
Can someone steer me in the direction of some online info on MSDE.

I know how to connect to it, I just don't have a clue what to do from there like making tables.
 
Consider MSDE to be a throttled back version of SQL SERVER. Unfortunately, it does not come with a user interface.
If you have the developers edition you should have SDQL SERVER 2000. Use that to build your tables.

If not, and you have at least A2K, then create a project, and use that to create your tables.

If you want to do it all in code ( you are a glutton for pain), use SQL. Robert Berman
Data Base consultant
Vulcan Software Services
thornmastr@yahoo.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top