Hi Ross,
I believe, for the said scenario, Data Access Application blocks will be a
viable option.
thnks

Signature
Bindesh Vijayan
MCP [ASP.NET]
> Hi folks
>
[quoted text clipped - 38 lines]
>
> Ross Petersen
Ross - 13 Dec 2005 19:27 GMT
Thanks Bindesh
So, how do I do that?
Could I just create a Class Module and create the procedure in that module
using the "Friend" keyword? Or would there be a better approach?
Also, in respect to the "Finally" section in the Try ... End Try block, is
this part OK:
> > If cn.State <> Data.ConnectionState.Closed Then
> > cn.Close()
> > cn.Dispose()
> > End If
Kind regards
Ross Petersen
> Hi Ross,
>
[quoted text clipped - 45 lines]
> >
> > Ross Petersen