Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
sudsburg #1
ODBC Connection
I created dynamicxls in system DSN to connect to another server J:
it showed J:/weekly/suspenselist.xls
then
I created Data source in ColdFusion Administrator
i used ODBC socket then created name dynamicxls in data source
then choose dynamicxls from list of odbc
Connection verification failed for data source: dynamicXLS2
[]java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC
Socket][Microsoft][ODBC Excel Driver] '(unknown)' is not a valid path. Make
sure that the path name is spelled correctly and that you are connected to the
server on which the file resides.
The root cause was that: java.sql.SQLException: [Macromedia][SequeLink JDBC
Driver][ODBC Socket][Microsoft][ODBC Excel Driver] '(unknown)' is not a valid
path. Make sure that the path name is spelled correctly and that you are
connected to the server on which the file resides.
sudsburg Guest
-
Create ODBC connection
I figure if the CF Administrator can create an ODBC connection for CF, and the Administrator is just a CF application, we, as application... -
create ODBC connection in CF?
Is there a way to create ODBC DSNs via code? Even if I have to execute something in another language... -
Providex ODBC Connection
Can someone help me with connecting to a Providex odbc connection? Coldfusion shows that it connects successful but when I try to make a Query it... -
ODBC Connection to Informix 7.2SE on SCO 5.0
I have a client that is migrating to MSSQL from Informix. I downloaded the client SDK from IBM's website but have not been able to connect to the... -
ODBC connection to FM - ebase
I am trying to make an ODBC connection to FileMakerPro Server, Windows 2000, which is running the non-profit eBase application for FileMaker. I... -
tzimmerman #2
Re: ODBC Connection
Make sure the ColdFusion MX ODBC Service and Agent are set up to start as the
user that mapped the drive. When you define the datasource in the CF
Administrator use the unc path (\\server_name\path\to\database) rather than
drive letter.
Ted Zimmerman
tzimmerman Guest
-
sudsburg #3
Re: ODBC Connection
I am talking about EXCEL.
ODBC Adminstrator wont let me to use path \\server\pathto\.....
sudsburg Guest
-
tzimmerman #4
Re: ODBC Connection
I was remembering what worked with Microsoft Access. Check out the following
which is pretty close to what I mentioned initially:
[url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_17010[/url]
Ted Zimmerman
tzimmerman Guest
-
sudsburg #5
Re: ODBC Connection
ok
let me explain again
i have a access and excel files in drive J (SAN)
I already set up system dsn in ODBC administration
then do cold fusion administration on data source to use odbc socket.
the biggest issue is cf admin wont recogize a path set up in odbc adminstration
sudsburg Guest
-
sudsburg #6
Re: ODBC Connection
System Adminstrator created virtual directory for that but ODBC Adminstration wont recogize it
sudsburg Guest



Reply With Quote

