Ask a Question related to Coldfusion Database Access, Design and Development.
-
IPGRuss #1
Can't connect using ODBC
I'm having problems connecting to a Navision database using the ODBC socket in
CFAdmin. I updated the SequeLink like stated in KBe917887 but my version
number of SequeLink comes up as 5.3.001902 and my SQLServer driver comes up as
version 3.2.006918003414004421. I'm running CFMX6 on Windows XP with IIS.
This is from the logging file for SequeLink:
Tue Apr 18 11:17:15 2006:SLX ODBC Socket. Build 0097
Tue Apr 18 11:17:15 2006:Connection request from 127.0.0.1, client application
JDBC
Tue Apr 18 11:17:15 2006:INTRANET2(1 CPU) - Microsoft Windows 2000(5.1-Service
Pack 2 (Build 2600))
Tue Apr 18 11:17:15 2006:The specified data source is not defined.
According to the build number it's the latest.
I can query the ODBC from Excel and Access so I know it's not on the ODBC side.
I know the datasource exists in ODBC for Windows. Any help?
IPGRuss Guest
-
#40796 [NEW]: ODBC connect fails using
From: callahal at vaniercollege dot qc dot ca Operating system: Windows 2003 svr std PHP version: 5.2.1 PHP Bug Type: ODBC... -
can't connect to oracle db via odbc and jdbc
greetings, i'm using coldfusion mx 7 standard and want to connect to an oracle db, which is on another server. first, i used odbc. after... -
How do I connect txt file using odbc datasouce ?
Help! How can I create a datasouce on MX 6.1 linux to a txt file comma delimeter the old coldfusion it has MERANT Text Driver, but with this new... -
Connect to Postgres 7.4 via ODBC
Hi all, After wasting about half a day I thought I'd ask you for help. I have Fedora Core 3 box that came with postgresql 7.4.6 installed.... -
Ways to connect to Access DB without using ODBC?
Has anyone got any idea how I might be able to connect to an access database without using the ODBC drivers? I logged a bug with the PHP developers... -
ksmith #2
Re: Can't connect using ODBC
First, if you are truly run cfmx 6.0 you should start by updating to cfmx6.1
updater1. There are many fixes and enhancements in 6.1.
I believe Navision is really just a specialised mssql server. If that is so,
you really should use a JDBC connection and not ODBC. JDBC is a much better
connection from CFMX than ODBC. The latest macromedia drivers even support
NTauthentication.
You can update to the latest JDBC drivers
[url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=42dcb10a[/url] You need
to have these JDBC drivers to the latest version of sequellink. You can update
to the latest sequellink [url]http://www.macromedia.com/go/e917887[/url]
The sequellink technote also gives you troubleshooting procedures. You can
also use the windows odbc manager to turn on odbc tracing. With odbc tracing
on, attempt to connect to your navision db. Also test a query. Then review
the trace to see if you can locate the error.
ksmith Guest



Reply With Quote

