|
-
Nov 7th, 2001, 12:08 AM
#1
Thread Starter
Lively Member
Datagrid without ADODC
Can we use a DataGrid without the ADODC to bind the database ? I keep getting error if connect the Datasource to a recordset that I create in run time.
I use ADO method to create a recordset call RS and use the below statement to connect the datagrid to my recordset;
datagrid1.datasouce = RS
I keep getting the error that says "method or data member not found"
Please help.
-
Nov 7th, 2001, 02:36 AM
#2
if like this , what will happen ?
set datagrid1.datasouce = RS
datagrid1.refresh
-
Nov 7th, 2001, 03:08 AM
#3
New Member
datagrid prob
set datagrid1.datasouce = RS
datagrid1.refresh
this also not working. It says rowset not updatable. please help.
-
Nov 7th, 2001, 03:31 AM
#4
Thread Starter
Lively Member
No error found, but the datagrid did not updated with any data.
-
Nov 7th, 2001, 03:35 AM
#5
-
Nov 22nd, 2001, 05:18 AM
#6
Thread Starter
Lively Member
Tried that, but the datagrid still not showing anything. Does the Datagrid must be use together with the ADODC ?
Thanks.
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
|