Connection Ms Access database on web

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • faisalpasha
    New Member
    • Nov 2012
    • 1

    Connection Ms Access database on web

    My database in access is on web server i want to connect it through DHTML in vb6 i have a statement:
    Code:
    Set EmployeeRsLocal = Server.CreateObject("ADODB.Recordset")
    on which error occures that object required message appears
    Please anybody give me answer
    Last edited by zmbd; Nov 4 '12, 01:57 PM. Reason: Please format posted code using the <CODE/> button
  • zmbd
    Recognized Expert Moderator Expert
    • Mar 2012
    • 5501

    #2
    The error is telling you that you have not as of yet established/defined the object that you are trying to connect to.
    Without the remaining code, we will not be able to help you as there is no context. Please post it inline and format it using the <CODE/> button.

    Comment

    Working...