المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Seagull Bartender Application



C# Programming
07-07-2010, 02:41 PM
I am using BarTender (http://www.seagullscientific.com/aspx/fixes_92.aspx)[^ (http://www.seagullscientific.com/aspx/fixes_92.aspx)] software.

And try to print barcodes from DB.

I am able to fetch data from DB with sql query.
But when i try to use Stored Procedure its giving error like

BarTender: error message #3239

OLEDB has encountered error 0x800ade78
Operation is not allowed when the object is closed.

But when i use sql query its running ok.
also i tried with SP having single select query.
Its running also ok.

But when i give SP (performing some operations in it) then its giving error.

Plz, Can any one help/guide me.
Whats the issue in this?

Regards