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.
Author |
Topic |
viv
Starting Member
2 Posts |
Posted - 2002-09-25 : 10:35:36
|
hello there! i have an ms-access database and an application in visual c++ that open and retrieve data through ado. i want to "ugrade" my db to msde but i don't understand: msde is program to build tables, like access? i read in msdn on msde and i see that i can get it from visual c++ pack, how i do that if this is not installed on my computer?? plz help me... i dont know fromm where begin to read on msde...
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2002-09-25 : 11:15:39
|
>> msde is program to build tables Nope it's the sql server database engine. You can connect to it and run sql or dmo to create your tables and stored procedures.
========================================== 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. |
 |
|
viv
Starting Member
2 Posts |
Posted - 2002-09-26 : 05:30:52
|
have someone a little example of conversion from access to msde? can send it?
|
 |
|
Doug G
Constraint Violating Yak Guru
331 Posts |
Posted - 2002-09-26 : 18:59:26
|
Open the Access online help and search for MSDE.
====== Doug G ====== |
 |
|
|
|
|