All,

I am running into an issue with Reactor, where I am not able to use the
Microsoft JDBC driver successfully.  The error I get has to do with the DAO,
and it looks like it is in this code on lines 255-257:

            <cfif Convention.supportsMultiStatementQueries() AND
Convention.supportsIdentity() >
                #Convention.lastInsertedIdSyntax(getObjectMetadata())#
            </cfif>

Somehow the lastInsertedIDSyntax is not causing the identity value to be
returned properly.  This worked fine before switching to the Microsoft
driver.  The current work-around is to not use the Microsoft driver but in
the longer run, I'd like to switch the application to that.  Any ideas?

Eric

 Message

Element ID is undefined in QCREATE.
 Detail
 Extended Info
 Tag Context

C:\goDirect2\extensions\Reactor\project\<project name
removed>\Dao\CallDao.cfc (269)

C:\goDirect2\extensions\Reactor\project\<project name
removed>\Dao\CallDao.cfc (15)

C:\goDirect2\extensions\Reactor\base\abstractRecord.cfc (148)

C:\goDirect2\extensions\Reactor\base\abstractRecord.cfc (139)

C:\goDirect2\extensions\Reactor\base\abstractRecord.cfc (129)


-- 
Eric Knipp
Advanced Certified ColdFusion MX Developer
http://erichk.instantspot.com/blog/


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[EMAIL PROTECTED]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to