hi,
i want to display one table in a access database using datagrid.
i tried to do like this.
con.open constring
set rs=con.execute("command to select the table")
set datagrid.DataSource=rs
but it shows an runtime error like this:
RunTime Error '7004'
The rowset in not bookmarkable
wats' the reason... pls post simlified answers.
coz i'm a beginer.