Page 1 of 1

[bug_fixed] ZDbcGenericResolver-FormInsertStatement (REV679)

Posted: 19.08.2009, 10:56
by SlavoF
Old version of this funkcion -> wihout procedure Append.... and SetLength(TempX,...) is OK
new version - with this modification (TESTING_REV679) don't work on D2009:
Dynamic SQL error - unexp. end of command

/DB: FB2.1/

Posted: 25.08.2009, 21:21
by mdaems
This relates to duzenkos patch in http://zeos.firmos.at/viewtopic.php?t=2446

Posted: 14.09.2009, 12:36
by chentishler
The new version does not work with UnicodeString: The Append has a bug and Temp1 is created with garbage. The resulting SQL text is corrupted. As result, Post after Insert fails with exception message. Use the old version or fix the Append function.

Posted: 22.09.2009, 23:38
by mdaems
chentishler wrote:Use the old version or fix the Append function.
Can't you find a solution that works for D2009? I guess a D2009 user might find out what's going wrong, where and why?

Mark

Posted: 01.10.2009, 20:53
by mdaems
I hope SVN rev 707. Fixes this Issue.

Mark