Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
docs:programming:office_vba:adodb_recordset [2007/07/13 12:05] – billh | docs:programming:office_vba:adodb_recordset [2008/08/03 00:25] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== ADODB.Recordset ====== | ====== ADODB.Recordset ====== | ||
- | Typical code to connect and process records | + | Typical code to connect and list field names in a table: |
< | < | ||
Public Sub ListFields() | Public Sub ListFields() |