Results 1 to 2 of 2

Thread: Accessing SQL from a Web server using ASP

  1. #1
    David Pineda Guest

    Accessing SQL from a Web server using ASP


    I'm using OLEDB in my ASP code to connect to the SQL database. When I execute the page I got an error saying "438, Microsoft VBScript runtime error, Object doesn't support this property or method"
    Anybody knows what this is in reference to.
    I tested the same site in another server where IIS and SQL are in the same box and it's working fine.

    Thanks for any input in this......


  2. #2
    Klaus Guest

    Accessing SQL from a Web server using ASP (reply)



    Would you mind posting a relevant snippet from your script?
    Besides, do you have the same version of OLEDB in both Web servers?
    K.

    ------------
    David Pineda at 7/9/99 9:33:24 AM


    I'm using OLEDB in my ASP code to connect to the SQL database. When I execute the page I got an error saying "438, Microsoft VBScript runtime error, Object doesn't support this property or method"
    Anybody knows what this is in reference to.
    I tested the same site in another server where IIS and SQL are in the same box and it's working fine.

    Thanks for any input in this......


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •