alnickels 0 Posted February 3, 2021 (edited) I am using Delphi 10.1 Berlin to call a Postgresql (9.5.x) function with parameters. When I call ExecFunc I receive an argument out of range exception. The function parameters are defined as numeric and text for other parameters. At one point this function worked fine. Without changing the value of the data I begin to receive this exception. the parameters in the delphi code is stated as ftFmtBCD and ftwidememo. Looking for information that helps resolve this problem. FI: I am using a fdstoredproc and have assigned the schema and catalog name. Edited February 3, 2021 by alnickels Share this post Link to post