View Single Post
  #6  
Old 10-01-2006, 03:22 PM
Aramid
Discordant
 
Join Date: May 2006
Posts: 356
Default

Try it this way....

Code:
INSERT INTO accounts VALUES (1, 'Admin', '', 0, 'mini', 250, , 0, 0, '192.168.0.22', 0, 0);
It seems you had a couple of entries out of sync.
__________________
Random Segments of Code....
Reply With Quote