getting recids feature request

Dave Parizek dave at Parizek.com
Mon Feb 21 15:11:08 CST 2005


This is a feature request for the future, maybe 2.1?

If I have a query string like this:

select Notes.RecID, People.RecID, f1, f2 from People, Notes

and I get a cursor for it with sqlselect

With V1.x, the only way to get the value of each recid for a specific 
record was via mCursor.field(index).getstring.  You can't get it by 
field name because both RecID fields are named "RecID".

If possible it would be really cool if you could get by name, with 
the recid fields being named "tablename.recid" instead of just 
"recid".

--Dave

-- 

_______________________________________________
Dave Parizek
Dave at RemainderZ.com

"Outside of a dog, a book is a man's best friend.
Inside a dog, it's too dark to read."
                  -- Groucho Marx


More information about the Valentina-beta mailing list