VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

ASP Code Generator

Joel Konecny  (1 Submission)   Databases/Data Access/DAO/ADO   Visual Basic 3.0   Advanced   Wed 3rd February 2021

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).

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.

Assumes
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.

Rate ASP Code Generator (14(14 Vote))

Download ASP Code Generator

ASP Code Generator Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters