ADODB in C#
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Folks, In one of my requirement I have to use ADODB(since I need old method recordset)in c#.I am trying to execute stored proc I don't know how to pass parameters from c# to adodb can anyone help me. rs=cmd.execute(out object recordsaffected,ref object parameters,int options) can somebody help me how to pass ref object parameters with some sample. Thanks kingston