Using SQLConnection to connect to a database that requires a login and password?

Hi, I’m trying to use the flash.data.SQLConnection class to connect to my database–but my database is password-protected. How do you give this password to the SQLConnection?
Thanks!