Re: [Harbour] SQL RDD

2009-09-11 Thread Jacek Potempa
Hi, Try Mediator SQL RDD from http://www.otc.pl/index.asp?s=21&l=2 We do support PACK, SET FILTER e.t.c All locking commands & functions are also 100% Clipper/Harbour compatible. Regards, Jacek Hi, Lucas De Beltrán wrote: In Harbour, is there a RDD for SQL, so I keep the same code (such as

Re: [Harbour] SQL RDD

2009-09-11 Thread Massimo Belgrano
Is possible detect if a rdd support same capability at run time? 2009/9/11 Mindaugas Kavaliauskas > Hi, > > > Lucas De Beltrán wrote: > >> In Harbour, is there a RDD for SQL, so I keep the same code (such as >> SELECT >> ("INFO"), SET FILTER, PACK, etc). >> > > RDDSQL gives possibility to obtain

Re: [Harbour] SQL RDD

2009-09-11 Thread Mindaugas Kavaliauskas
Hi, Lucas De Beltrán wrote: In Harbour, is there a RDD for SQL, so I keep the same code (such as SELECT ("INFO"), SET FILTER, PACK, etc). RDDSQL gives possibility to obtain SELECT query result via RDD API, but it does not support PACK. There is no PACK query in SQL. Regards, Mindaugas ___