Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

ColdFusion datasource to a remote MS Access .mdb

Community Beginner ,
Mar 30, 2010 Mar 30, 2010

Is there a way to create a ColdFusion datasource to a remote MS Access .mdb that I have read only permission that is on a company server? The .mdb is not on a web server. I have tried putting a new .mdb on my web server that has linked tables to the remote .mdb to no avail.

Thanks William!

TOPICS
Database access
745
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Valorous Hero ,
Mar 30, 2010 Mar 30, 2010
LATEST

If there is an UNC path and the user the the ColdFusion Service logs in as has permissions to the UNC path, then just use the UNC path in the DNS definition.

Just know that the default user that a ColdFusion Service is configure to use is the localSystem user which usually has no permissions to anything but, surprise, the local system.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources