k i hav a secured database using DATABASE SECURITY (let say db1) Tool and not the workgroup secutiry. now i hav another ms access (let say db2) w/ link table from db1 w/c and serve as the application that connect to the database (db1). the prob is it will now required the SECURITY PASSWORD of db1 before i can establish connection. saon man to pag insert the db1 security password? most my sql command carried out by EXECUTE method and when i do this:
sSQL="SELECT * FROM TABLE1;
pwd='dbpass'"
currentproject.connection.execute ssql
it return an INVALID PASSWORD err...