-
Dear VB users,
I know this is no VB question but maybe someone help me.
Is it possible to make a executable of a .ASP file?
Or is it possible to make use of a vb executable to fill databases?
No? Is it only possible to fill a database with a ASP file?
Nice greetings
Ingrid.
-
Are you asking if you can interact with a database with VB? If so you can do that with the DAO or ADO object. I probably misunderstood so I won't elaborate now. I haven't heard of a way to compile an ASP. These files are interpreted.
-
VB Webclasses are compiled pages that are very similar to ASP pages.
You can update a database from ASP by calling COM components (that you build) or you can create ADO objects via ASP script and update the database that way