I'm receiving the error: "Select Error: Column lists do not match" for a datawindow accessing a database table. The datawindow column is defined as type=decimal(0). The database column is defined as (numeric(3,0), not null).
Could this be the cause of my error? If so, can you advise on how the datawindow column should be defined to match the database column?
Priority is critical due to a release deadline. Thanks in advance.