From: olegmad <ol...@ya...> - 2003-10-04 13:54:51
|
I have a problem: When i use SP and receive output parameters (i'm using fbCommand.ExecuteNonQuery() method), i can't get parameter if he has type 'bynary'. it contains int64 !!! why??? And when i use SP with DataReader - all ok. I receive him and he has type 'byte[]' Can anybody help me?! Can i recieve binary data in output parameter??? Thanks. And sorry for my bas english :) |