Ask a Question related to Coldfusion Database Access, Design and Development.
-
SilverKeebs #1
Coldfusion ODBC Socket Error and NOVELL
I have an ODBC connection set up on my personal machine which connects to a
Novell Directory eDirectory. If I query the database using an invalid column
name
select thisIsAnInvalidColumnName from userNDS
cold fusion returns an error message telling me that the column name is
invalid, which it should. But when I query Novell using a proper query
select cn from userNDS
the driver returns an error saying that the "Driver not capable"
Error Executing Database Query.
[Macromedia][SequeLink JDBC Driver][ODBC Socket][Novell][ODBC Driver For
eDirectory] Driver not capable
The error occurred in C:\Inetpub\wwwroot\AllUsers\testNovell.cfm: line 11
9 : <body>
10 : <!--- Queries the Intranet database--->
11 : <cfquery datasource="Novell" name="qryNovell">
12 :
13 : Select cn from UserNDS
--------------------------------------------------------------------------------
SQL Select cn from UserNDS
DATASOURCE Novell
VENDORERRORCODE 1010
SQLSTATE HYC00
I can pull information using Crystal Reports perfectly fine, so something is
happen when I go to ColdFusion. Any ideas?
Thank you,
Devin
SilverKeebs Guest
-
Socket ODBC error
After I submit the ODBC socket, then I got error message saying "Unable to update the ColdFusion MX 7 ODBC Server. Timeout period expired without... -
ODBC socket query error
I have an ODBC socket connection with a database. The DSN says the connection is OK. I created a simple query in the create a recordset window. ... -
ODBC Socket ERROR
I have a a sql 6.5 that i connect to using odbc sockets on CF 7. It worked fine on my dev machine, but when i installed cf 7 on my production box... -
MYOB ODBC Socket Error
Problem solved... Once you've got the ODBC v5.whatever driver installed, the DSN setup and tested with the MYOB connection tester, go to... -
MYOB ODBC Socket Error
Woohoo! I've got the same problem also! running CFMX 6.1 and the V5 MYOB ODBC DemonHellSpawn Driver. I have setup and tested the DSN on the...



Reply With Quote

