| Author |
Getting strange error when trying to call another procedure
|
Peter Hammar
Ranch Hand
Joined: Mar 01, 2010
Posts: 34
|
|
Hi, all!
Im getting "callStoredProcedure2(String,String) cannot invoke callStoredProcedure2(int,int) in DataCommon" from my int svar = callStoredProcedure2. So, I guess there are a problem related to string and int. But the below call dont use string, or does it?
Im quite new to this...
|
 |
Peter Hammar
Ranch Hand
Joined: Mar 01, 2010
Posts: 34
|
|
Never mind, I saw it myself
|
 |
Jan Cumps
Bartender
Joined: Dec 20, 2006
Posts: 2343
|
|
Peter Hammar wrote:Never mind, I saw it myself
Can you share what you saw?
|
OCUP UML fundamental
ITIL foundation
|
 |
Peter Hammar
Ranch Hand
Joined: Mar 01, 2010
Posts: 34
|
|
ARGUS_KOLLI_PKG.get_kolli_brytningnr is a string, not an INT and so is kolliId
Regards
Peter
|
 |
Jan Cumps
Bartender
Joined: Dec 20, 2006
Posts: 2343
|
|
|
Thank you for sharing
|
 |
 |
|
|
subject: Getting strange error when trying to call another procedure
|
|
|