Tools Links Login

ASP Code Generator

the engine i am providing is an asp code generator that i am currently using on my website (www.intratelligent.com) to allow asp developers to upload access databases online and build simple asp interfaces to interact with their data. (insert / update / delete and reporting functionality).

Original Author: Joel Konecny

Inputs

the only input that the code requires is an access database and the base path for the project... you will notice that all parameters are left variant because this was originally built as a dll for calls from asp.

Assumptions

there are a few dependencies that my code relies on... dao 3.6 and microsoft scripting runtime (filesystemobject)... the reason i am using dao is for database information (adox in next release). the vb version also uses the common dialog component (standard with vb).

Returns

the main function will return a boolean value letting you know whethere the function succeeds or fails... the vb version let's you know with a msgbox.

Side Effects

the code is completely independant of anything on your system... once the code is generated it can be transfered to any iis server and run as long as the server supports asp and ado connectivity.

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 90 times

Categories

Visual Basic 6

Attachments

ASP Code G203145312001.zip
Posted: 9/3/2020 3:45:00 PM
Size: 9,031 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.