Very thanks Seawolf!!.
working properly
Search found 8 matches
- 09.05.2010, 23:32
- Forum: Firebird
- Topic: store procedure, how to get return value
- Replies: 3
- Views: 815
- 09.05.2010, 02:56
- Forum: Firebird
- Topic: store procedure, how to get return value
- Replies: 3
- Views: 815
store procedure, how to get return value
How to get a return value from a stored procedure using the component tzreadonlyquery? ........ sp.ParamByName('turno').AsInteger := 0; sp.ParamByName('fehora').AsString := 'x'; sp.ParamByName('codusuario').AsInteger := 99; ........ sp.ExecSQL; the store procedure is: create or alter procedure ADD_M...
- 09.02.2010, 15:18
- Forum: Firebird
- Topic: zeos7, store procedure y firebird error -501
- Replies: 11
- Views: 1427
- 09.02.2010, 15:13
- Forum: Firebird
- Topic: zeos7, store procedure y firebird error -501
- Replies: 11
- Views: 1427
- 09.02.2010, 14:54
- Forum: Firebird
- Topic: zeos7, store procedure y firebird error -501
- Replies: 11
- Views: 1427
Hello.. This is the log. First run the TZReadOnlyquery, then the TZStoredProc.. and crash!! 2010-02-09 10:48:53 cat: Prepare, proto: firebird-2.1, msg: Statement 1 : EXECUTE PROCEDURE AGREGAR_MESA (?, ?, ?, ?, ?, ?) 2010-02-09 10:48:53 cat: Bind prepared, proto: firebird-2.1, msg: Statement 1 : 1,0,...
- 09.02.2010, 00:21
- Forum: Firebird
- Topic: zeos7, store procedure y firebird error -501
- Replies: 11
- Views: 1427
The component TZStoredProc not working properly. if I use the component TZReadOnlyQuery not get the error -501: Configuring this parameters in this component: connection: the connection params: (add 6 params) sql: EXECUTE PROCEDURE AGREAR_MESA (:codigo, :total, :codmozo, :impresa, :serie, :comp) the...
- 08.02.2010, 23:42
- Forum: Firebird
- Topic: zeos7, store procedure y firebird error -501
- Replies: 11
- Views: 1427
- 08.02.2010, 22:46
- Forum: Firebird
- Topic: zeos7, store procedure y firebird error -501
- Replies: 11
- Views: 1427
zeos7, store procedure y firebird error -501
Hello.. Y work with lazarus (Lazarus 0.9.29 r23650 FPC 2.5.1 i386-win32-win32/win64), zeos 7 (revision 788) and firebird 2.1.3. I have a store procedure that inserts a record. Works well using IBEXPRESS. In a form I have a grid that displays a table. There is a button to add records which opens anot...