Ask a Question related to Coldfusion Database Access, Design and Development.
-
lapikov #1
DB2 native driver and WITH SQL-statement
Native driver for DB2 does not understand WITH statement, but ODBC socket does.
For example query:
with query (id) as (values (nullid.nextid('sessions.id'))) select id from query
is considered as erroneous in by DB2 native driver
and considered as valid by ODBC socket driver.
What should be tuned to allow DB2 native driver to understand WITH-statement
(table hint SQL statement)?
lapikov Guest
-
ODBC driver does not show up in driver list in ODBC data source administrator
Installed an ODBC driver on a Windows Server 2003 machine. A key shows up in the registry under HKEY_LOCAL_MACHINE- seperate listing under... -
ColdFusion 5/Oracle 10g Native Driver
We are upgrading from Oracle 8.1 to Oracle 10g. We are using ColdFusion 5 Enterprise Edition. When setting up data sources using native drivers,... -
(0x80004005) ][ODBC Driver Manager] Data source name not found and no default driver specified
Ok, I don't think this is that complicated, but I can't get it working right. I could work this fine under PWS and Win98. Having various... -
native texturecoordinatelist
Hi ! This is pretty annoying to see the native Director primitives has their texturecoordinatelist somehow tricky as texture coordinates don't... -
IP tunnelling: ssh vs native
On Thu, 31 Jul 2003 03:37:13 GMT, ultrasparc3@hotmail.com wrote: thanks... I knew there was something like that. erm... I dont see it in the...



Reply With Quote

