|
-
May 25th, 2001, 10:47 AM
#1
Thread Starter
Lively Member
can a datagrid display records from 2 separate ADO Data Controls
I am having problem with displaying records in the datagrid.
If we give the following code we will be able to display records from the stored procedure.
Adodc1.RecordSource = "exec <proc_name>"
Adodc1.Refresh
Set DataGrid1.DataSource = Adodc1
But the problem is i have to execute 2 select statements and cannot combine them.
Is there any other solution. Like can i combine 2 ADO data controls
and set the datagrid's datasource.
Thanks,
monte
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
|