Am I too old to learn Valentina?

Barry G. Sumpter barrysum at bigpond.net.au
Sat Sep 5 21:04:46 CDT 2009


http://valentina-db.com/dokuwiki/doku.php?id=valentina:products:adk:api:vcur
sor_class:vcursor_class

The .NextRecord_ODBC should be just .NextRecord
I just grabbed a quick example from somewhere for that post.



-----Original Message-----
From: valentina-bounces at lists.macserve.net
[mailto:valentina-bounces at lists.macserve.net] On Behalf Of Barry G. Sumpter
Sent: Sunday, 6 September 2009 11:56 AM
To: 'Valentina Developers'
Subject: RE: Am I too old to learn Valentina?


Very generic code.


Don't forget to initialize Valentina
 
dim vDB as VDatabase   '
  
dim vCurs as VCursor

Dim sql as string
Sql = "SELECT ** FROM tblBusiness"  

vCurs = vDB.SqlSelect(sql)
  
  while vCurs.NextRecord_ODBC
    
    RecID = (vCurs.StringField("RecID").getString)
    efBusinessName.Text = vCurs.StringField("BusinessName").getString
    
 wend
  


hth

If you want immediate and specific help with v4rb contact me off list.
And I'm sure we can work something out.

barrysum at bigpond.net.au



-----Original Message-----
From: valentina-bounces at lists.macserve.net
[mailto:valentina-bounces at lists.macserve.net] On Behalf Of Greg Olson-Hyde
Sent: Sunday, 6 September 2009 9:39 AM
To: Valentina Developers
Subject: Am I too old to learn Valentina?

Hi all,

I am struggling with every step of converting to Valentina. I had  
barely come to grips with SQLite that I was using in a RB app that has  
not sold one copy yet. So, please bear with me as I continue with my  
troubles when I should really be sitting in a retirement village for  
pensioned FileMaker Pro users (15 years on FMP, a complete and utter  
waste of effort!!!!!!!!!!!). Sorry about the 'rant' but I am feeling  
rather dumb with all the questions   :-((

My latest confusion is with the following:


   Dim vRS As RecordSet
   vRS = App.EnglishDB.SQLSelect("SELECT * FROM tblBusiness")


How do I convert this to Valentina speak?

Cheers

Greg Olson-Hyde
Sydney Australia

2.8 GHz Quad-Core Mac Pro
Mac OS X 10.5.8
RB 2009 r2.1 Pro
Valentina Studio Pro 4.2 trial

_______________________________________________
Valentina mailing list
Valentina at lists.macserve.net
http://lists.macserve.net/mailman/listinfo/valentina

_______________________________________________
Valentina mailing list
Valentina at lists.macserve.net
http://lists.macserve.net/mailman/listinfo/valentina



More information about the Valentina mailing list