Hello, Thank you for your response guillaume.
Late last night I did determine that is was not the query statement like you indicated, but the ResultSet call. It should have been clear when the error indicated the column, data_type_id. The original query was: SELECT * FROM point_types WHERE data_type_id=2 The code method viewSelectedItem() was designed to handle all data types and all columns in a table. In order to handle Geometry types in MariaDB I determined for a user to view, add, edit, and update such types it was best to use the functions AsWKT() and FromText(). The code was behaving exactly as it was architected, but will have to be redesigned with all fields names again but AS for the functions. Dana M. Proctor Ajqvue Project Manager. _______________________________________________ discuss mailing list -- [email protected] To unsubscribe send an email to [email protected]
