[ANN] V4RB b13.

Ruslan Zasukhin sunshine at public.kherson.ua
Sun Aug 29 09:31:59 CDT 2004


On 8/29/04 3:45 AM, "jda" <jda at his.com> wrote:

>>> I have see cases when developers have build SQL query in many KB.
>>> So why spend RAM on useless thing ?
>> 
>> I thought that was the reasoning. I do agree with that.
>> 
> 
> Actually, I have found it useful. Often I build a string in the query
> itself, and it is useful to see what the cursor actually "sees".

For this I do it as next

    query = "... Where fld = " + str(id)

Now you can see real string query in debugger.


> It 
> is certainly possible to create a fully formed string first for
> debugging purposes, but I (for one) have found it useful in debugging
> to see what the cursor holds.

I think this is the only advantage.


-- 
Best regards,
Ruslan Zasukhin      [ I feel the need...the need for speed ]
-------------------------------------------------------------
e-mail: ruslan at paradigmasoft.com
web: http://www.paradigmasoft.com

To subscribe to the Valentina mail list go to:
http://lists.macserve.net/mailman/listinfo/valentina
-------------------------------------------------------------



More information about the Valentina-beta mailing list