3
Answers

Display SQL database for authenticated users

Hi,

I was trying to get SQL database names once after logging in. how do i achieve it in windows form C#?

i have  windows form with 3 fields
1) IP address
2) user name
3) Password

once after filling the above form it should redirect to another form where in it should display all the authenticated  database name for that entered user.

Answers (3)