What to expect from Valentina Cocoa?
    Ruslan Zasukhin 
    sunshine at public.kherson.ua
       
    Thu Dec  8 15:18:30 CST 2005
    
    
  
On 12/8/05 2:46 PM, "Justin Drury" <soundminer at mac.com> wrote:
>>> SqlExecute/Query with Binding
>> 
>> You mean you have no made binding yet?
>> Some problems here?
> 
> Nope, I have never used it, so was just unsure what it was supposed
> to do, if I read the docs all should be well and I'll find an
> equivalent.  Objective C uses NSArrays.  I'm just unsure what Array
> (s1,s2,s3) means!  But I'll look it up!
It means short form of creation of array of string.
REALbasic:
    // full form
        dim arr as Strings(10)
        arr(0) = new String( "123" )
        db.SqlSelect( query, arr )
    // short form:
        db.SqlSelect( query, Array("123") )
Director:
        db.SqlSelect( query, ["123"] )
    
Obj-C 
        ?
-- 
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]
    
    
More information about the Valentina-beta
mailing list