Hi
I am using SQL Server 2005 with .Net 2003. I have make connection string with sqlclient for data entry and oledb for report (CR).
Can it is ok to take two type of connection ?
thanks
asm
Printable View
Hi
I am using SQL Server 2005 with .Net 2003. I have make connection string with sqlclient for data entry and oledb for report (CR).
Can it is ok to take two type of connection ?
thanks
asm
I would seem to me that you can have as many connections of any type open from one client to the database at the same time.
Are you having a problem with this?