I'm just embarking on a major project that will be using VP for the front end and SQL as the database backend. I'm looking for opinions/experiences of this with regard to logging in to the database. Did you use the old VFP way of a user table and checking passwords there, whilst using a single SQLlogin for the app to access the database? Or did you soley rely on SQL logins? Or a combination of both so you have an audit trail of unqie SQL logins, plus an application table defining users permissions to tables/screens etc?