A column in my SQL Server table is defined as numeric(4,2). In my PerfectForms database connection I created a SELECT action to retrieve all columns from the table, but I get an "Agent system error" when I test it. However, if I go back to the database and change the data type of the numeric column to anything else, the connection works. What's going on? I really need to save and retrieve numeric data to the DB.
