AW: OT: First steps with Valentina ...

2008-10-06 Thread Tiemo Hollmann TB
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: [EMAIL PROTECTED] [mailto:use-revolution-
 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: AW: OT: First steps with Valentina ...

2008-10-06 Thread Ruslan Zasukhin
On 10/6/08 6:10 PM, Tiemo Hollmann TB [EMAIL PROTECTED] wrote:

Hi Tiemo,

 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?

Yes, we have drop SQL.pdf about 2 years ago.
Wiki allows us to have most up to date info.

So yes you need check

http://www.valentina-db.com/dokuwiki/doku.php?id=paradigma:public:en:docume
ntation:vsql:reference:reference


-- 
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@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution