[Help]Cash

03/19/2012 15:43 Mitk0o0#1
Hi all i have problem i make Cash.SData and Cash.sql i open Cash.sql click on Execute but he can't save and there have error


Msg 213, Level 16, State 1, Line 1
Insert Error: Column name or number of supplied values does not match table definition.
Msg 213, Level 16, State 1, Line 2
Insert Error: Column name or number of supplied values does not match table definition.
Msg 213, Level 16, State 1, Line 3
Insert Error: Column name or number of supplied values does not match table definition.
Msg 213, Level 16, State 1, Line 4
Insert Error: Column name or number of supplied values does not match table definition.

Who help me i will very thanks and i will click "Thanks" TY :)

Who help me i will click 'Thanks' ;)
03/20/2012 23:34 Mitk0o0#2
please guys help me :((((( i will thanks pls pls
03/20/2012 23:41 RebeccaBlack#3
You're missing a column. Probably RowID. Modify your table, and add RowID as Identity, type INT, with an increment of 1, and move it to the first row.