Subject | Datatype uknown error in a stored proc |
---|---|
Author | Joseph Osende |
Post date | 2003-05-09T12:56:22Z |
Hi, List !
Im using Firebird 1.0.2.
Could you please tell whats wrong with the following code in a stored
proc :
declare variable entie integer ;
.
..
entier = 10 ;
.
insert into sometable select atable.field1, :entier, atable.fieldn from
atable
Ive tried to cast ( :entier as integer )
And always received the Datatype uknown error.
Thanks in advance,
Joseph Osende
BP 5975
Pointe-Noire
Rép. du Congo
Tél : +242 670808
Mail : osendej@...
[Non-text portions of this message have been removed]
Im using Firebird 1.0.2.
Could you please tell whats wrong with the following code in a stored
proc :
declare variable entie integer ;
.
..
entier = 10 ;
.
insert into sometable select atable.field1, :entier, atable.fieldn from
atable
Ive tried to cast ( :entier as integer )
And always received the Datatype uknown error.
Thanks in advance,
Joseph Osende
BP 5975
Pointe-Noire
Rép. du Congo
Tél : +242 670808
Mail : osendej@...
[Non-text portions of this message have been removed]