Creating Accounts On SQL Help plz!

Newbie Spellweaver
Joined
Jan 27, 2007
Messages
15
Reaction score
0
Ok, Im trying to make a GunZ Private Server with the tutorial stickyed.

And Im stuck on this part:

Step 4 - Creating an Account (Manually):

Bring up SMSE and expand the 'Database' folder if it hasn't already been done. Expand 'GunzDB', expand 'Tables' and right click on 'dbo.Accounts' and 'Open table'.


You do not need to worry about the AID field as that is an automatic generation of account number. In the UserID field, type your account ID, in the Password field, type your account password and in the UGradeID, type in your account grade.

Quote:
Account Grades
Administrator - 255
Developer - 254
Banned - 253
Normal User - *Leave Blank*
After you have typed all of that in, press enter and on the SQL Editor toolbar click 'Execute' (The exclamation mark symbol).

On the Underlined red part, I understand it.

But every time I click "Open Table" I get this error:

Unspecified error
(MS Visual DataBase Tools)

Does anyone know the reason at all? Or can anyone help me? I will give MUCH thanks to anyone generous to help at all, Thanks for reading this!

 
when it says expend, it means click the little + button beside it
just click on them
until u find the one that says accounts
then you right click and click open table
type in your info
hit enter
then right click and click execute
kthxbai xD
 
Upvote 0
when it says expend, it means click the little + button beside it
just click on them
until u find the one that says accounts
then you right click and click open table
type in your info
hit enter
then right click and click execute
kthxbai xD

did you read the WHOLE thing?
I get errors when trying to open it.
 
Upvote 0
Back