dear all,
i have an interesting issue in
VB 6.0,
i have created a simple application and now i want to disply the report in following format
-----------------------------------------------------------------
search bar to search any thing from database
-----------------------------------------------
Customized fields from database are to be fetched here
list of hyperlinks of records from a table around 20 - 50 records
----
----
----
other fields from data base
--------------------------------------------------------------------
these HTML links are nested in 3-4 levels means further pages will come from the database.
Further issue is that images are also to be displayed which are stored in database as (Long Binary Data). We dont want to use jpeg image for security.... therefore we'll have to use
VB environment in place of HTML files... bcz in HTML files security of images will lost.
what would be the optimum way to implement the above issue, can anyone help me out??
thank u
Kailash Shastri