Has anybody with experience of WideStrings tried compiling the "new"
Regexpr unit to support them?
I'm in a position where I could very much benefit from using these, but
I think that I'm only seeing patterns match for characters <= #$00ff and
even then am not seeing the match strings returned
On Thu, Dec 1, 2011 at 11:26 AM, Ludo Brands wrote:
>> MS SQLServer 2008. Lock the registers, not the server... sorry.
>>
> I guess you mean rows, pages or tables.
>
>> Ok, I can accept the TADOConnection can hiding a lot of
>> things from me, but I think it do open many transactions all
>> the ti
> MS SQLServer 2008. Lock the registers, not the server... sorry.
>
I guess you mean rows, pages or tables.
> Ok, I can accept the TADOConnection can hiding a lot of
> things from me, but I think it do open many transactions all
> the time. Using SQLServer Profiler, I can see all SQL that
> ar
On Thu, Dec 1, 2011 at 6:17 AM, Ludo Brands wrote:
>
>> I can't keep a transaction (server locked) all the time.
>>
>
> What database are you using that locks up the server when a transaction is
> started?
MS SQLServer 2008. Lock the registers, not the server... sorry.
> Oracle for example start
> I can't keep a transaction (server locked) all the time.
>
What database are you using that locks up the server when a transaction is
started?
Oracle for example starts an transaction as soon as you send an executable
SQL Statement. Opening a connection starts a transaction on the server.
The
On Wed, 30 Nov 2011, Dimitrios Chr. Ioannidis wrote:
Hi all,
i surely need some help regarding the use of cgi with json rpc. I looked at
the demo1 example and tested it with testcgi app from the command line. All
was fine. Then i tried to run the demo1 cgi app from apache with a php json