E Efisio Pinna Jan 10, 2006 #1 Is it possible to replace or bypass the system login window when opening an ADP with SQL authentification? thanks EP
Is it possible to replace or bypass the system login window when opening an ADP with SQL authentification? thanks EP
E Efisio Pinna Jan 11, 2006 #3 Hi Giorgio, Thanks for the tip. I will give it a try! EP giorgio rancati said: Hi Efisio, clean the conection before to close the project ---- CurrentProject.OpenConnection "" ---- to the next opening, the login window will not be asked bye -- Giorgio Rancati [Office Access MVP] Efisio Pinna said: Is it possible to replace or bypass the system login window when opening an ADP with SQL authentification? thanks EP Click to expand... Click to expand...
Hi Giorgio, Thanks for the tip. I will give it a try! EP giorgio rancati said: Hi Efisio, clean the conection before to close the project ---- CurrentProject.OpenConnection "" ---- to the next opening, the login window will not be asked bye -- Giorgio Rancati [Office Access MVP] Efisio Pinna said: Is it possible to replace or bypass the system login window when opening an ADP with SQL authentification? thanks EP Click to expand... Click to expand...
A aaron.kempf Jan 16, 2006 #4 northwindcs.adp has some pretty good and complex examples of this kinda stuff