Click to See Complete Forum and Search --> : Converting ASP Project to VB


vishal_recd
April 30th, 2001, 08:28 AM
We need to convert ASP Project to VB so that it can be run from CD(database will be constant and will be used only for searching).
The project is created using ASP and SQL(relational database), we have converted the SQL database to MSAccess and retained the relationship manually. The ASP Scripts in the project uses number of include files i.e. output of certain search includes multiple asp scripts where queries are passed to the next form and henceforth.
Also how to handle the Vscroll which exceeds the max. value 32767.
We will be very thankful if anyone can suggest us the right approach.