Close all databases - CRASH
Mark Schonewille
m.schonewille at economy-x-talk.com
Mon Oct 14 09:13:53 CDT 2013
Thanks Ruslan. I'm going to try that.
OK, apparently the documentation exists, but the link in the wiki is wrong.
--
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/14/2013 16:03, Ruslan Zasukhin wrote:
> On 10/14/13 4:32 PM, "Mark Schonewille" <m.schonewille at economy-x-talk.com>
> wrote:
>
>> Hi Ruslan,
>>
>> No, not OK. I'm asking how do to it in liveCode, not C++ or something
>> like that. I really have no idea why you're saying I'm using a tomato. I
>> look in the right places for the documentation, but the documentation
>> gives me useless answers.
>>
>> So, if vDatabase_SqlQuery() returns a query result reference, than how
>> do I deal with that in LiveCode? There _IS_ no documentation for that!
>
> There is documentation:
>
> http://www.valentina-db.com/docs/v5/V4REV_Reference_5_en.pdf
>
>
> Page 28
>
> Yes here simply 4-5 properties.
>
>
> put VDatabase_SqlQuery( q ) into queryResultRef
>
> put VQueryResult_Type( queryResultRef ) into typeOfRes
>
> if( typeOfRes = 1 ) // this is cursor
> put VQueryResult_Cursor( queryResultRef ) into cursorRef
> end if
>
> .. Work with cursor
>
>
> VQueryResult_Destructor( queryResultRef )
>
>
>
> Ok we will update PDF today later.
>
>
>
>
More information about the Valentina
mailing list