Hi there,
In my application, I am wanting to use my login (using SQL DB users permissions) to gain access to my SQL Server and DB. Once a connection is made I want to ask the user to select the table that they wish to view and edit.
I have written no code for this yet, This is just a hit in the park to see if people think it is possible.
Of course once the table is selected from the list, it will then become the session variable and used in the sql for adding, removing and editing data in the chosen table.
All Ideas are much appreciated in advance.
Cheers