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...]
[Only registered and activated users can see links. Click Here To Register...]
You mean SQL, not mySQL ;)Quote:
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...]
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
Here : [Only registered and activated users can see links. Click Here To Register...]Quote:
HEY I HAVE A PROBLEM I DONT HAVE no DBO