Your fetch statements should probably populate your variables, e.g., ..fetch next from db_cursor2 into @usrName, @FirstName. Why is the first fetch commented out? It's needed.
Vern Rabe
Your fetch statements should probably populate your variables, e.g., ..fetch next from db_cursor2 into @usrName, @FirstName. Why is the first fetch commented out? It's needed.