An ISAPI project to show database information (including images)
The main page generated by the ISAM is a list of all the records in the database. All the items on the list are links to a page that shows information specific to that record. You may want to see the html sources for the dinamically generated pages for a better understanding of how the ISAM works.
The full source code for the ISAM is provided, you will have to compile it in order to get a working site. Before compiling you will have to change some constants in the code: the module location and the ODBC data source name and connection string. These constants are found in isam.h and isam.cpp. Once you have compiled the project with correct site location and ODBC constants you will need to take the following steps to install:
- Create a directory under your http server root for the project
- Copy the isam.dll file, the database and the images to this directory
- Create an ODBC system data source for the database (note that the name for the data source must be the same that you set in the ISAM code)
- Create a virtual directory in your http server to access the dll (remember to grant execute rights). The name of the directory must be the same you set in the project
- If necesary, modify the database so the path for the images is valid (you will need Access to do that)
Last updated: 17 June 1998

Comments
it doesn't work!help me!
Posted by Legacy on 03/27/2003 12:00amOriginally posted by: egrek.vk
i changed the dsn name as "
db.OpenEx("DSN=Images", CDatabase::noOdbcDialog | CDatabase::openReadOnly);
but it couldn't work ,the browser screen say:it's fail to open the database,other user had opened the db or driver doesn't work properly?
win2k server+access2000+iis5.0
ReplyIt doesn't work
Posted by Legacy on 06/26/2002 12:00amOriginally posted by: sujan
Getting the File Download dialog box !
Replyhow to display information from database with pages?
Posted by Legacy on 03/26/2002 12:00amOriginally posted by: jijiuming
Replyerror found in ISAPI
Posted by Legacy on 08/20/2001 12:00amOriginally posted by: surajit mukhopadhyay
The sample code does not work . it gives error
"System DSN could not be found . No default driver found "
Please give some suggesion
ReplyIt doesn't work
Posted by Legacy on 04/27/2001 12:00amOriginally posted by: Devdatta K. Patil
It is not working properly.
ReplyIt doesn't work
Posted by Legacy on 03/15/2001 12:00amOriginally posted by: Linh Trang
It doesn't work. Please help me!
ReplySolution to make the isapi work
Posted by Legacy on 07/28/2000 12:00amOriginally posted by: Michael
ReplyIt doesn't work
Posted by Legacy on 04/27/2000 12:00amOriginally posted by: Andrey Zwyagilskii
It doesn't work on W2K pro.
I can see
Browser Failed: Couldn't open data source Data source name not found and no default driver specified
as a result.
ReplyMulti Thread
Posted by Legacy on 12/20/1999 12:00amOriginally posted by: Hassan Khayyat
Is this code you've written supports multi threading for many ODBC connections?
Replythanks for the example, and a suggestion
Posted by Legacy on 09/13/1999 12:00amOriginally posted by: Mike Russell
Thanks for posting the ISAM example sources.
It would be nice to have a sample html page that runs the example.
Reply