Access and M$SQL server kicking my a@@

acemcmac

Lifer
Mar 31, 2003
13,712
1
0
I have a very, very large table that multiple users need to be able to create, read and modify different records simultanously from forms in Access. I have been trying to establish an SQL server to host the table and allow this, but I am totally lost. I have "installed" MSDE2000A, and there is an SQL process running in my system tray, but I can't figure out where any of the control applications are, and microsoft's help is a dead end, albeit an informative one. There are no applets in the control panel.... any ideas?
 

WannaFly

Platinum Member
Jan 14, 2003
2,811
1
0
MSDE does not come with a GUI frontend. you can use access or the .exe command line to alter the database - or perhaps find a 3rd party utility.
 

Firus

Senior member
Nov 16, 2001
525
0
0
Search for a utility called DBMGR2k (I think thats how its spelled) it's a really toned down version of MS SQL Enterprise manager for MSDE

edit: or use OSQL at the command line.
 

Crusty

Lifer
Sep 30, 2001
12,684
2
81
You could just write a simple .asp page and use that to access the db.
 

acemcmac

Lifer
Mar 31, 2003
13,712
1
0
Originally posted by: Firus
Search for a utility called DBMGR2k (I think thats how its spelled) it's a really toned down version of MS SQL Enterprise manager for MSDE

edit: or use OSQL at the command line.

That sounds exactly like what I need, but without a better spelling, teh googles isn't helping me find it. Thanks again for the help guys!
 

skace

Lifer
Jan 23, 2001
14,488
7
81
The full license MS SQL comes with the awesome GUI. Otherwise you get ganked into using command line.
 

tkdkid

Senior member
Oct 13, 2000
956
0
0
You can use access. Just create a new data access project and point it to the sql/msde server. It's pretty straightforward.