M
Mitch
I'm an ADO.NET newbie so bear with me. I've created and opened a
SqlDataReader against my MSSQL Server database just fine. The problem is
that I can't seem clone the data in the reader so that I can use it in 2
separate procs. The only other alternative is to instantiate 2 separate
SqlDataReaders and make two database calls, but this seems very inelegant.
There must be a better way....
SqlDataReader against my MSSQL Server database just fine. The problem is
that I can't seem clone the data in the reader so that I can use it in 2
separate procs. The only other alternative is to instantiate 2 separate
SqlDataReaders and make two database calls, but this seems very inelegant.
There must be a better way....