From: Eric M. <eri...@co...> - 2004-06-07 00:35:48
|
I know its probably something simple I'm missing but figured someone might have seen this error before. I'm using version 0.1.7 of framework and also using newest version of ByteFX 0.76. I'm thinking it could be the formatting of the DateTimes causing an error. Any thoughts? thanks, eric. stack trace: ID: 000000100001 name: testPlayer createDate: 6/6/2004 8:23:15 PM You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '?, ?, ?, ?, ?)' at line 1 at AToMSFramework.CPersistentObject.Save(CPersistentObject obj) in C:\Projects\Visual Studio .NET Projects\Atoms Lite\Atoms Framework\CPersistentObject.vb:line 687 at AToMSFramework.CPersistentObject.Save() in C:\Projects\Visual Studio .NET Projects\Atoms Lite\Atoms Framework\CPersistentObject.vb:line 702 at poker.domain.test.PersonTest.Init() in c:\p2\code\poker\domain\test\persontest.cs:line 24 debug: BEGIN TRANSACTION Saving object CPerson @p1: 000000110001 @p2: 6/6/2004 8:25:15 PM @p3: NULL @p4: 6/6/2004 8:25:15 PM @p5: testPlayer INSERT INTO person (oid, CreatedDate, ModifiedDate, create_date, person_name) VALUES (?, ?, ?, ?, ?) ROLLBACK TRANSACTION <<Closing connection 1>> Cache - Delete object with keys: 1) System.String: 000000110001 <<New connection>> BEGIN TRANSACTION Deleting object CPerson DELETE FROM person WHERE person.oid = '000000110001' ROLLBACK TRANSACTION <<Closing connection 1>> The thread '<No Name>' (0x30c) has exited with code 0 (0x0). |