If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Other > interbase 6.0

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-10-04, 09:44
accarvajal accarvajal is offline
Registered User
 
Join Date: Feb 2004
Location: Cali - Colombia
Posts: 16
Post interbase 6.0

hi all!

I'm testing interbase 6 using gemini ODBC conectivity, and Visual C++. I use stored procedures, but when i call a specific non-return values stored procerdure, ODBC shows me an error: state: HY000, native =
-84, procedure xxxxx does not return any values. In fact, such procedure does not return any values, because i don't need it. So, why the error?


thanks


Aldemar
__________________
A.C.C.
Reply With Quote
  #2 (permalink)  
Old 02-26-04, 07:39
divetramp divetramp is offline
Registered User
 
Join Date: Feb 2004
Posts: 2
Re: interbase 6.0

Hi Aldemar!

I donīt know exactly how things work out with ODBC connectivity, but at least I received exactly the same error message using Firebird server and .NET Data Provider.

My misktake was to invoke the stored procedure with the wrong method call. With .NET thereīs a method called "ExecuteNonQuery" which should be the right one for this kind of stored procedures.

Maybe with ODBC itīs similar?

Best regards,
Mark.



Quote:
Originally posted by accarvajal
hi all!

I'm testing interbase 6 using gemini ODBC conectivity, and Visual C++. I use stored procedures, but when i call a specific non-return values stored procerdure, ODBC shows me an error: state: HY000, native =
-84, procedure xxxxx does not return any values. In fact, such procedure does not return any values, because i don't need it. So, why the error?


thanks


Aldemar
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On