Add Geometrytype Column to F_AttributeDefinition Table
Created By FDO Prior To 3.2 (NEW)
FDO 3.2 has added a column called ‘geometrytype’ to table F_AttributeDefinition. To use FDO 3.2 to access data stores created by previous versions of FDO, you must connect to the data store containing this table and run a sql script. You must have the ALTER privilege to run this script. Do the following in a command window:
- cmd> cd <MapInstallDir>/Fdo/bin/com
- cmd> mysql --user=MyUserName --password=MyPasswordMyDatabase < AlterSchemaMySQL.sql > MyLogFile
- sql> quit