1
Conversion of function VB into VB.NET
how i can convert below vb function into vb.net Public Function FChkUserLoggedIn(LoginId As Long) As Boolean Dim rs As ADODB.RecordSet, strsql As String Set rs = New ADODB.RecordSet ‘strSql = “select msession from log where msession in (select msession from log where loginid = ” & LoginId & ” and form = ‘menu’ and active) [...]
Answer Question
| November 7, 2008 8:22 AM
Public Function, Source code conversion, VB Functions, VB migration, VB.NET, Visual Basic, Visual Basic .NET
how i can convert below vb function into vb.net Public Function FChkUserLoggedIn(LoginId As Long) As Boolean Dim rs As ADODB.RecordSet, strsql As String Set rs = New ADODB.RecordSet ‘strSql = “select msession from log where msession in (select msession from log where loginid = ” & LoginId & ” and form = ‘menu’ and active) [...]
1





