Showing posts with label DAO. Show all posts
Showing posts with label DAO. Show all posts

Thursday, September 16, 2010

DB Administering

These variables are used to modify database and table permissions, users, groups and passwords for MS Access *.MDB databases. They can not be used with other database types including MS Access 2007 files (*.ACCDB).
WB_DBAddData
WB_DBAdmin
WB_DBDelData
WB_DBEditData
WB_DBGroup
WB_DBModDes
WB_DBNewPass
WB_DBNPassCh
WB_DBOldPass
WB_DBReadData
WB_DBReadDes
WB_DBUser
WB_PID

read more

Tuesday, July 6, 2010

429 - ActiveX component can't create object.

This error is generated when DAO, ADO, Scripting server or HTMLMailer are not installed properly on the web server. If this error is generated by DAO or ADO try changing the WB_DBObject variable. If all values reports the same error then it is required to install Jet engineering on the web server.
If error was generated by HTMLMailer then it is required to install WhizBase on the web server.
read more