Click here to Skip to main content
15,893,594 members

Comments by gauravrank (Top 13 by date)

gauravrank 11-Jun-12 4:10am View    
ok no problem and thank for your help
gauravrank 11-Jun-12 3:56am View    
pls when you free then i share my pc in teamviewer pls chek
gauravrank 11-Jun-12 3:47am View    
i alredy check that all datareader is closed
gauravrank 11-Jun-12 3:41am View    
Public Function _OpenConnect() As SqlConnection
Try
If _cn.ConnectionString = "" Then
_cn.ConnectionString = _GlobalConString
End If
If _cn.State = ConnectionState.Closed Then
_cn.Open()
End If
Catch ex As Exception
MsgBox(ex.Message)
End Try
Return _cn
End Function

This Function is my connection function
gauravrank 5-Aug-11 2:22am View    
thanks