Welcome Guest, Not a member yet? Register   Sign In
DB Insert -- Insert Query Errors out but insert happens???
#8

[eluser]srobet[/eluser]
I've try to create table using your structure. And execute the sql :
Code:
INSERT INTO `accounts` ( `email` , `first_name` , `middle_initial` , `last_name` , `username` , `password` , `created` , `modified` , `account_type` , `account_group` , `account_lastlogin` , `account_status` )
VALUES (
'[email protected]', 'Drew', 'B', 'Dulgar', 'testuser', '0fa4c1b9a2fbd609fce8a1f71ec3f4b1', 1217555550, 1217555550, 1, 0, 0, 1
)

Everything works well! M...... let's we find the problem together Big Grin


Messages In This Thread
DB Insert -- Insert Query Errors out but insert happens??? - by El Forum - 07-31-2008, 09:03 PM



Theme © iAndrew 2016 - Forum software by © MyBB