All,

Noticed a discussion on moving the list, hope things go well, I hate those
Yahoo ads, god bless ad-blocking through Squid.

Anyone used SQlite using VC6 in a Document/View kind of way? Ive looked at
Yeoh's dialog example and got inserts working and creating tables if their
not there, recommended read if totally unfamilar with VC6 and Sqlite.

Now Im trying to populate my pulldown list in a CFormView and not quite sure
how to go about it, should CDocument push the data by using
CFormViews::AddListItem (my function)? or should the View ask
CDocument::GetAllRecordsForList which returns a vector array with the Select
results.  I did read that c++ is not very good at returning/passing arrays
between functions and should not be done.

Probably not the best place to post an MFC question but have fairly limited
resources.

I did try to ask on various microsoft.vc lists which get the 'use ADO/DAO'
response, not very helpful!

Thanks in advance,

Dan


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to