-
Infraction Banned
[Help]ASP register page for 100% perfect DB
I currently dont know how to make a register page with asp for BoTGoD's 100% Brazil Gunz DB. because they are seperated. Accounts.DBO and Login.dbo are seperated and their UIDs need to be the same.
-
-
Re: [Help]ASP register page for 100% perfect DB
for Create Accounts use SQL Analizador de Consultas(Analize Consult or Other Name Program :P i use mssql Spanish):
USE [GunzDB]
EXECUTE spInsertAccount 'Account Name', 'Password', '(user Level Default 0)', 'User Name', 'Age', 'Sex(Male: 0 Female: 1)'
this is 100% Work you can add this command to you page ASP or PHP...
-
Infraction Banned
Re: [Help]ASP register page for 100% perfect DB
lol ya.... forgot that i can change stuff from the stored procedure =D
Btw whats that program that u were saying? i cant find it
-
Re: [Help]ASP register page for 100% perfect DB
MSSQL 2000 Consult Analyzer(Analizador de Consultas)