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

ColdFusion with file geodatabases?

New Here ,
Jan 20, 2016 Jan 20, 2016

Copy link to clipboard

Copied

Does anyone have experience using ColdFusion with file geodatabases?

Is is possible? Any issues?

Views

243

Translate

Translate

Report

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
Guide ,
Feb 02, 2016 Feb 02, 2016

Copy link to clipboard

Copied

LATEST

Are you referring to Esri ArcGIS file geodatabases?  If so, that is a proprietary database format that is not usually supported outside of GIS software applications.  If you only need to access attribute data with ColdFusion, then I would suggest moving the data into a SQL Server Express database and store the data as either SDEBinary (which still stores attribute data in normal SQL Server data types) or as native SQL Server geometry/geography (which makes all of the data potentially readable by ColdFusion).

Votes

Translate

Translate

Report

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
Documentation