help with firebird embedde!

Forum related to Firebird

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
firesz
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: 01.10.2010, 20:11

help with firebird embedde!

Post by firesz »

hi guys, I have problems when trying to execute a stored procedure in an embedded database - the same in a common database I have no errors - the error is coming -204 procedure unknown store_procedure. error code -204 undefined name; the sql: execute procedure store_procedure; please help!
seawolf
Zeos Dev Team *
Zeos Dev Team *
Posts: 385
Joined: 04.06.2008, 19:50
Contact:

Post by seawolf »

Hi, the message seems to tell you the procedure you are calling does not exists .. so I suggest you check the name, because probably are different
firesz
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: 01.10.2010, 20:11

not the name is well!

Post by firesz »

not the name is well recently check it, and probe with others too but nothing, I think of must be something about grants, but I'm using the sysdba user, so it can not be, any answer is appreciated! - I'm using zstoredproc so just to run, I'm not using zquery. but the iqual code in firebird server run ok.
seawolf
Zeos Dev Team *
Zeos Dev Team *
Posts: 385
Joined: 04.06.2008, 19:50
Contact:

Post by seawolf »

First of all FB embedded is a single user db, so grant is not supported.

Just two question:
1. Are you sure you are working with the correct DB? I mean if you work with different copies of the db, it could be possible you are working with a
DB which is not the one you are using in production.

2. Have you recently switched to FB 1.x to FB 2.x? Because it looks like a
problem related to a conversion
firesz
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: 01.10.2010, 20:11

Post by firesz »

first of all thanks seawolf for your good answers, look I'm using 2.1 does not use 1.5 but I think there just gave your answer because I'm using the database in assdows as I am a bit lazy use firebird maestro to manage and do not use flamerobin because it would have to put a couple of libraries i use the maestro so this should be used by 1.5 libraries there should be what the problem looked at him and notice if that was the problem but it sure is. the database is the same I use to manage no mistake about it! - thanks!
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Please give the svn trunk or Testing branch version a try. In a few minutes I'll upload the current Trunk version on http://zeosdownloads.firmos.at/downloads/snapshots/

andrevanzuydam did some important firebird patches recently.

Mark
Image
firesz
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: 01.10.2010, 20:11

Post by firesz »

thank you all for your help!

the problem was the version of Zeos, renewed and it worked fine!
Post Reply