Search found 2 matches
- 09.07.2018, 15:15
- Forum: Oracle
- Topic: oracle execute anonymous block with ptOutput parameter
- Replies: 3
- Views: 4365
oracle execute anonymous block with ptOutput parameter
Hello, how can I access ptOutput parameter from an anonymous block? this simple code ZQuery1.SQL.Text := 'begin :result ::= 42; end;'; ZQuery1.Params.CreateParam(ftInteger,'result',ptOutput); ZQuery1.ExecSQL; fortytwo := ZQuery1.ParamByName('result').AsString; doesn't work. I get the error SQL Error...
- 26.06.2018, 06:45
- Forum: ZeosLib 7.2 Forum
- Topic: Bug in TZSQLMetadata resultset caching
- Replies: 3
- Views: 1253
Re: Bug in TZSQLMetadata resultset caching
Hello,
in 7.2.4 stable this problem persists
you can simple test it with the ZControlsExample example.
in 7.2.4 stable this problem persists
you can simple test it with the ZControlsExample example.