I have problem in binding the adodc to datagrid
With adodc1
.ConnectionString = Conn
.CursorLocation = adUseClient
.CursorType = adOpenDynamic
.RecordSource = rs
.Refresh
End With
I can;t set the record set
error in .RecordSource = rs //compile error
any example on adodc & datagrid would be a great help
With adodc1
.ConnectionString = Conn
.CursorLocation = adUseClient
.CursorType = adOpenDynamic
.RecordSource = rs
.Refresh
End With
I can;t set the record set
error in .RecordSource = rs //compile error
any example on adodc & datagrid would be a great help