VObjectPtr and Query question
Gary Edge
valentina at panamind.com
Wed May 4 14:01:34 CDT 2005
I knew this but can't wrap my mind around it now.
I need to perform a 'many to one' query. With a given <value> I need to
select multiple records from Table1. Each record in Table1 has one
corresponding record in Table2 that I want to include in the query.
Database1
Table1
|___Field1 as VObjectPtr("field1",...
|___Field2 as VString("field2",20)
Table2
|___Field1 as VObjectPtr("field1",database1.table1,kV_Cascade)
|___Field2 as VString("field2",20)
I want to select from table1 where each record pulls the data from
table2.
This query doesn't produce any results:
c = Database1.sqlselect("select table1.field2,table2.field2 from
table1, table2 where table1.field1 = <value>")
I'm I in the ballpark?
--
Gary
--
More information about the Valentina
mailing list