Thanks, davrob60
I will check out as soon as I can access the Server -- which will be Tues am.
( I was just working on an ExecuteNonQuery method also since I certainly do not need an ExecuteReader for an Update command.
thanks,
Curlew
Main Topics
Browse All Topics





by: davrob60Posted on 2009-08-31 at 13:48:57ID: 25226399
Since the datatype of the output paremater is a int, i suggest you execute the Query as a scalar and retrive it`s return value instead of dealing with output parameter.
I personaly had more succes doing this.
http://aspnet.4guysfr omrolla.co m/articles /062905-1. aspx