|
-
Nov 5th, 2000, 06:37 PM
#1
Thread Starter
Junior Member
Im using an ado data control for my database...
Which grid should i use for, showing just some columns of my table.
And how do i configure the grid.
thanks in advance
-
Nov 6th, 2000, 12:41 AM
#2
Lively Member
the DBGrid is the easiest because it automatically populates itself
use an sql statement for the recordsource of the data control to return just the columns that you want
this would return just 2 columns in the Titles table:
"SELECT Author, Title FROM Titles"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|