Subject RE: [firebird-support] Overflow occurred during data type conversion
Author Leyne, Sean

You need to provide some better context (SP source code), the error message alone does not provide any details from which an explanation could be derived.

 

 

Sean

 

From: firebird-support@yahoogroups.com [mailto:firebird-support@yahoogroups.com] On Behalf Of Net Firebird
Sent: Sunday, October 06, 2013 5:02 PM
To: firebird-support@yahoogroups.com
Subject: [firebird-support] Overflow occurred during data type conversion

 




When using in selectable stored procedure data type Varchar(8191) I keep getting

 

Overflow occurred during data type conversion 

 

this is my domain 

CREATE DOMAIN DESCRIPTION

 AS Varchar(8191)

 COLLATE UNICODE_CI_AI; 

 

There is no conversion needed as the same domain is used in table field and stored procedure returns parameter. 

however when just doing select it works fine. but inside SP not. What might be the problem? 

FB 2.5.2