| 1. |
Can We Connect Two Dataadapters To Same Data Source Using Single Connection At Same Time? |
|
Answer» yes, we can connect two dataadapters to same DATASOURCE using single connection at same TIME. for EG: cn.ConnectionString = "SERVER=(local); database=employee; integrated security=sspi; Multiple Active Result Sets=True"; yes, we can connect two dataadapters to same datasource using single connection at same time. for eg: cn.ConnectionString = "server=(local); database=employee; integrated security=sspi; Multiple Active Result Sets=True"; |
|