Log in

View Full Version : Vb 6 problem


neo_lover2000
May 8, 2011, 02:53 AM
hi,
I have a program who's running well for sometimes now, and now I'm getting VB error 80004005 (-2147467259) is an "Unspecified Error" when logging in certain group. I'm getting error after this code:

If typeNum <> 0 Then
'sequel1 = "and a.typenum=" & typeNum & ""
sequel1 = "and (a.typenum & " & typeNum & ")= " & typeNum & ""
FGet = FGet & sequel1
End If

If levelNum <> 2 Then
FGet = FGet & sequel2
End If

Set Getfunction = New SMSTools
Set adofeeddetail.Recordset = Getfunction.RsFireHost(FGet & " Order by a.feedbacknum desc")

any help appreciated.
thanks