Search found 2 matches

by androschuk
07.09.2014, 14:42
Forum: ZeosLib 7.2 Forum
Topic: Set Macros in the SQL text (MacroByName)
Replies: 8
Views: 2195

Re: Set Macros in the SQL text (MacroByName)

EgonHugeist wrote:Hi,
lorbs (this need to be implemented or) are these macros done by the TStringList?
I think it is necessary to implement.

At now I using StringReplace
by androschuk
26.08.2014, 11:54
Forum: ZeosLib 7.2 Forum
Topic: Set Macros in the SQL text (MacroByName)
Replies: 8
Views: 2195

Set Macros in the SQL text (MacroByName)

Instruments: ZEOSDBO-7.1.3a-stable Lazarus v1.2.4-fpc-2.6.4-win32 Database: Personal Oracle Database 11g Release 11.2.0.3.0 - 64bit When I create query I'm using oracle schema, and my query looks like: select t1.* from &schema.table_name t1 where t1.id = :p1 &filter How I can set &schem...