On Mar 31, 2007, at 2:28 PM, Larry Bradley wrote:

> However, I'm a bit confused as to the meaning of the "DataSource"  
> property.
> I "assumed" that it was the name given to the result of the SQL  
> select (the
> cursor name),

        Cursors don't have 'names', or anything akin to VFP's aliases.

> so I changed it from "membertable" which is the name of the
> actual SQL table to "members", then changed the fields on the form  
> to use
> "members" rather than "membertable".
>
> Doesn't work.I get an error message "table membership.members does  
> not exist"
>
> What am I missing? What bizobj properties are needed with UserSQL?

        'DataSource' refers to, oddly enough, the source of the data.  ;-)  
In this case, it is the name of the primary table in the SQL query;  
it is also the one that will be updatable from this bizobj. So here  
you would use "membertable".

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]

Reply via email to