Subject | Re: [firebird-support] Overflow occurred during data type conversion |
---|---|
Author | Net Firebird |
Post date | 2013-10-08T14:47:08Z |
On Mon, Oct 7, 2013 at 7:56 PM, Leyne, Sean <Sean@...> wrote:
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