Close all databases - CRASH

Mark Schonewille m.schonewille at economy-x-talk.com
Mon Oct 14 06:52:31 CDT 2013


Ruslan,

If I use vDatabase_SqlQuery() followed by VCursor_GetRecords(), LiveCode 
crashes consistently.

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other 
colour spaces. http://www.color-converter.com

Buy my new book "Programming LiveCode for the Real Beginner" 
http://qery.us/3fi

Fill out this survey please
http://livecodebeginner.economy-x-talk.com/survey/

On 10/13/2013 23:15, Ruslan Zasukhin wrote:
> On 10/13/13 8:18 PM, "Mark Schonewille" <m.schonewille at economy-x-talk.com>
> wrote:
>
> Hi Mark,
>
>> Thanks. How do I execute SQL and get the data directly, just like the
>> revDataFromQuery() function in LiveCode?
>
> Hi Mark,
>
> Directly into string?
>
> Oops, it seems PDF misses 2 functions of this kind
> We will add it tomorrow.
>
>
>
> Class VCursor
>
>
> put VCursor_GetRecord(
>      cursorRef, [RecIndex], [fldDelimiter] )
> into VAR
>
>
>
> put VCursor_GetRecords(
>      cursorRef, [FromRec], [MaxRecords], [fldDelimiter], [recDelimiter] )
> into VAR
>
>
>
>
>


More information about the Valentina mailing list