hello!

The configuration is as follows
Remote SQLserver 2005 back-end
Windows Forms Front end (Visual studio 2008)

Is there a way to provide the username and password for the data connection from a Login form and not have it stored in a Connection string?

Even better, is there a way to invoke the SQL login window each time the app starts????

I need each user to be able to use his own (sqlserver) login everytime the application is started.

just like it happened with my access front end.

any information will be greatly appreciated!!

thank You!