<CFQUERY NAME="NameTest" DATASOURCE="jConn">
SELECT FirstNme
FROM etrade..Bank
WHERE BankId = 'WF'
</CFQUERY>
As you can see, there are no variables in the query so the NullPointerException is not caused by an undefined var. The FROM clause is referencing a view that actually references another view in another database. We have other queries set up this same way that work fine under jConnect 5.5. The stacktrace just says:
java.lang.NullPointerException
no other information. Anyone have any ideas?
Thanks in advance.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

