[Creating Account]

11/24/2011 07:07 finestking#1
Alright so I am missing as you can see the thing to make account on MySql please help.
[Only registered and activated users can see links. Click Here To Register...]
11/24/2011 07:10 skyliightzz#2
In Google you can find Tutorials to fix that !
11/24/2011 07:16 UGProjekt#3
Quote:
Originally Posted by finestking View Post
Alright so I am missing as you can see the thing to make account on MySql please help.
[Only registered and activated users can see links. Click Here To Register...]
You mean SQL, not mySQL ;)
11/24/2011 07:17 finestking#4
Really If your gonna post something so stupid like that don't even reply keep your useless comment to yourself
11/24/2011 07:19 UGProjekt#5
Quote:
Originally Posted by finestking View Post
Really If your gonna post something so stupid like that don't even reply keep your useless comment to yourself
Here you go?


Quote:
Originally Posted by skyliightzz View Post
In Google you can find Tutorials to fix that !
11/24/2011 07:20 .Crasy#6
O.o

usp_CreateNewAccount :o
11/24/2011 07:29 finestking#7
Quote:
Originally Posted by .Crasy View Post
O.o

usp_CreateNewAccount :o
I did
It dosnt work

Anyone wanna TV and do it for me??

If anyone wanna TV and help me with my problem I would appreciate it:handsdown:
11/24/2011 15:08 Sedrika#8
Try this
PHP Code:
USE [ACCOUNT_DBF]
GO

DECLARE    @return_value int

EXEC    
@return_value = [dbo].[usp_CreateNewAccount]
        @
account N'ACCOUNT_NAME',
        @
pw N'PASSWORD_IN_MD5',
        @
cash 0,
        @
email N'EMAIL_ADDRESS'

SELECT    'Return Value' = @return_value

GO 
11/11/2012 10:56 ajcute#9
HEY I HAVE A PROBLEM I DONT HAVE no DBO
11/11/2012 13:14 - DK#10
Quote:
Originally Posted by ajcute View Post
HEY I HAVE A PROBLEM I DONT HAVE no DBO
Here : [Only registered and activated users can see links. Click Here To Register...]