Ask a Question related to Coldfusion Database Access, Design and Development.
-
HKVan1 #1
ODBC Data Source on Mapped Drive
We are working on a new web server with CFMX6.1.
I am having problems creating an ODBC datasource to an Access database on a
network drive. I have mapped the drive on the web server, but cannot get it to
verify in the CF Administrator.
My other server is CF 4.5, and it is working there. Any suggestions on how I
get this to work with my CF MX server?
Thanks,
H
HKVan1 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... -
Is there a way to work with Unicode database (IBM DB27.2) using ODBC socket data source?
Is there a way to work with Unicode database (IBM DB2 7.2) using ODBC socket data source? Standard ODBC services shipped with ColdFusion MX 7.0... -
Problem connecting to ODBC data source from CFAdministrator
I've set up the data source called vs28718_1 for Windows Authentication but I get the following error in CF Administrator when submitting the data... -
How to remove drivers from ODBC Data Source Administrator?
On my Windows 2000 server there are 2 entries under the System DSN tab of the ODBC Data Source Administrator that refer to 'Adaptive server Anywhere... -
Configuring ODBC Data Source
Hi, Does anybody knows, how can I configure (add or change) ODBC Data Source programmaticaly from ASP (or ASP.NET)? Thanx -
paross1 #2
Re: ODBC Data Source on Mapped Drive
This is usually a permission issue between the Access file on the mapped drive,
and the "owner" of ColdFusion on the CF server. ColdFusion is usually installed
under the "admin" user on the server, which has no permissions on the Access
database file on the other machine. There have been numerous posts in the past
on this forum explaining how to deal with this (change ownership of CF to a
user that has privileges on the Access file, etc.) so you should be able to
search for one that fits your particular situation.
Phil
paross1 Guest



Reply With Quote

