liscontrol and SQL
hi
i am looking for an exemple how to load database(tables) to a ListControl using an SQL query ?
[101 byte] By [
aguess] at [2007-11-20 11:58:39]

# 1 Re: liscontrol and SQL
Why don't you tackle one piece at a time.
CRecordset is one of several ways to access a SQL database.
InsertItem is how you put data in a list control.
GCDEF at 2007-11-11 4:01:45 >
