I am Facing Problem In this Sql Code.. i am Following This TuT
:

I am Trying To Make Server using KingTut A9 Client and a Clean DB also Using My Sql 2000
The Error Is i type this Code :
Use account;
Go
Insert Into [TBL_USER] Values ('09101410275532', 'ID', 'Password', 'E-Mail', 'Secret Answer', 'Secret Question')
Insert Into [USER_PROFILE] Values ('09101410275532','ID','Password','801011000000',' 1','0','Y','01/01/2006 00:00:00',null,null,null,'000')
But Error Happen :
Server: Msg 213, Level 16, State 4, Line 1
Insert Error: Column name or number of supplied values does not match table definition.
IMG :

Thanks ^^






