|
-
Jan 20th, 2000, 03:36 AM
#1
Thread Starter
Hyperactive Member
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.
-
Jan 20th, 2000, 06:10 AM
#2
Lively Member
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.
-
Jan 20th, 2000, 12:14 PM
#3
Guru
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|