PDA

Click to See Complete Forum and Search --> : From ASP to EXE


michelle
Jan 20th, 2000, 02:36 AM
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.

Nias
Jan 20th, 2000, 05:10 AM
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.

Clunietp
Jan 20th, 2000, 11:14 AM
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