Chandrahas Punekar
Results
1
issues of
Chandrahas Punekar
``` Public Sub ExecuteSQL() Dim records As New List(Of Foo) Using cn As ReliableSqlConnection = connection_string Using cm As SqlCommand = cn.CreateCommand() cn.Open() With cm .CommandType = CommandType.Text .CommandText =...
bug