CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    2

    Need Help----ISAPI in IIS4

    I am writing ISAPI extension programs. I used CRecordset to handle ODBC source. The programs worked well on IIS 3, but It can't open ODBC source when It was called in IIS 4.
    What's problems?
    Thanks.


  2. #2
    Join Date
    Apr 1999
    Posts
    14

    Re: Need Help----ISAPI in IIS4

    Hi,
    Server Applications trying to access a Database require a System DSN. If it is not a System DSN, a database connection from ASP fails. If you have a System DSN then it is a different story.

    Mahanthi


    [email protected]

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured