computergeek
Programmer
Hello,
PB 5.0 (Not sure if any patches were installed or not...)
SQL Server 6.5 (With current service pack)
I am in the midst of performing what was supposed to be a quick, small upgrade to an older PB application.
I changed the underlying tables and procedures datatypes from Char(5) to Varchar(10). Then within development environment I opened window/datawindow where table was accessed... removed and readded the column within the datawindow to ensure PB picked up on the new datatype. When I run the application when the retrieve is executed I get an Error - "Select Error: Data-Conversion resulted in overflow". Code example:
dw_master.Retrieve(selected_project_value)
Does anyone have any ideas on what to check?! I am baffled...
Computergeek
PB 5.0 (Not sure if any patches were installed or not...)
SQL Server 6.5 (With current service pack)
I am in the midst of performing what was supposed to be a quick, small upgrade to an older PB application.
I changed the underlying tables and procedures datatypes from Char(5) to Varchar(10). Then within development environment I opened window/datawindow where table was accessed... removed and readded the column within the datawindow to ensure PB picked up on the new datatype. When I run the application when the retrieve is executed I get an Error - "Select Error: Data-Conversion resulted in overflow". Code example:
dw_master.Retrieve(selected_project_value)
Does anyone have any ideas on what to check?! I am baffled...
Computergeek