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.
There is a technology in ado.net 2.0 CALLED MARS usinng Mars in connection string we can do it.

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.
There is a technology in ado.net 2.0 called MARS usinng Mars in connection string we can do it.

for eg:

cn.ConnectionString = "server=(local); database=employee; integrated security=sspi; Multiple Active Result Sets=True";



Discussion

No Comment Found