Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Other Programming (https://www.askmehelpdesk.com/forumdisplay.php?f=437)
-   -   Vb 6 problem (https://www.askmehelpdesk.com/showthread.php?t=575134)

  • May 8, 2011, 02:53 AM
    neo_lover2000
    vb 6 problem
    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

  • All times are GMT -7. The time now is 12:28 AM.