|
jsdatabase-constructor is a visual basic module for MS Access
2000 that can generate the database, recordsets and records for
AccessObject-JavascriptDatabase. All help and examples can be found in the
module code.
The following is the simple help taken from the top of the
module:
'*** Instructions
'1 see function Initialise() below to set values
'2 records.js is created in the folder that you run your database from.
'3 if you have the module as a text file simply copy into an MS Access code module and execute function main() from a button in a form.
'4 to change where records.js is saved see function main()
[view
code]
|