AW: OT: First steps with Valentina ...

Tiemo Hollmann TB toolbook at kestner.de
Mon Oct 6 11:10:26 EDT 2008


Hi Ruslan,
thanks for the insight, I'll get into it.
BTW, in the V4Rev_3_Reference.pdf is always a " See ValentinaSQL.pdf
for details", but I don't find a link to this pdf on your website, only a
wiki link. Could you point me to this pdf?
Tiemo

> -----Ursprüngliche Nachricht-----
> Von: use-revolution-bounces at lists.runrev.com [mailto:use-revolution-
> bounces at lists.runrev.com] Im Auftrag von Ruslan Zasukhin
> Gesendet: Montag, 6. Oktober 2008 16:45
> An: use-revolution
> Betreff: Re: OT: First steps with Valentina ...
> 
> On 10/6/08 5:02 PM, "Tiemo Hollmann TB" <toolbook at kestner.de> wrote:
> 
> Hi Tiemo,
> 
> > I am just making my first steps with valentina, switching from SQLite.
> So
> > far everything works fine. I created my db, tables, filled the tables
> with
> > datas, and now I just stuck to get the data out of the DB, because I am
> not
> > a SQL expert. With SQLite I coded:
> >
> >             put revdb_querylist(,,gConID,tSqlSting) into tList
> >
> > to get my selected datas as a sting. With Valentina I tried:
> >
> >             put VDataBase_SqlSelect(gDBRef, tSqlSting) into tList
> >
> > and I get a cursor back. Now I am missing the command to get the data
> from
> > this cursor. Or am I on the wrong lane?
> 
> In V4REV API Reference.pdf you can find description of class Vcursor.
> It have many methods as
> 
>     NextRecord(), Last, First... PrevRecord()
> 
>     GetField()
> 
> It also have method as GetRecordsAsString(), so you will get back all
> records of cursor as single string with the specified field and line
> delimiters.
> 
> And as I remember exists method similar to revdb_querylist() which return
> string of records without cursor at all.
> 
> 
> --
> Best regards,
> 
> Ruslan Zasukhin
> VP Engineering and New Technology
> Paradigma Software, Inc
> 
> Valentina - Joining Worlds of Information
> http://www.paradigmasoft.com
> 
> [I feel the need: the need for speed]
> 
> 
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution




More information about the use-livecode mailing list