README.md

December 5, 2022 ยท View on GitHub

ASP Code Generator

Description

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

More Info

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.

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

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.

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.

Submitted On2001-05-31 00:57:24
ByJoel Konecny
LevelAdvanced
User Rating4.9 (64 globes from 13 users)
CompatibilityVB 6.0, ASP (Active Server Pages)
CategoryDatabases/ Data Access/ DAO/ ADO
WorldVisual Basic
Archive FileASP Code G203145312001.zip