Skip to main content
Participant
January 20, 2016
Question

ColdFusion with file geodatabases?

  • January 20, 2016
  • 1 reply
  • 289 views

Does anyone have experience using ColdFusion with file geodatabases?

Is is possible? Any issues?

    This topic has been closed for replies.

    1 reply

    Carl Von Stetten
    Legend
    February 3, 2016

    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).