Dear friends.
This is my very first post here. I'm facing a little problem that already take from me 4 days and no success at all.
My problem: I need to deploy a application but I want nobody be able to "see" the database tables from my application and I want to installl a instance of sql flawlessly to the end user.
I though to deploy with my application an instance SQL 2005 Express installation. Here starts my first problem. I can configure in the setup generated by vs2005 the SQL 2005 as required. I use an instance called MYDOC. If the customer PC does not have a SQL 20005 installed, my setup will work properly otherwise not.
I have so many problems that I'm little confuse.
If samebody could help me I apriciate that.
These are my needs:
1 - Install a new instance of sql 2005 server
2 - grant right only to my application to see the tables.
Regards
Rogerio
This is my very first post here. I'm facing a little problem that already take from me 4 days and no success at all.
My problem: I need to deploy a application but I want nobody be able to "see" the database tables from my application and I want to installl a instance of sql flawlessly to the end user.
I though to deploy with my application an instance SQL 2005 Express installation. Here starts my first problem. I can configure in the setup generated by vs2005 the SQL 2005 as required. I use an instance called MYDOC. If the customer PC does not have a SQL 20005 installed, my setup will work properly otherwise not.
I have so many problems that I'm little confuse.
If samebody could help me I apriciate that.
These are my needs:
1 - Install a new instance of sql 2005 server
2 - grant right only to my application to see the tables.
Regards
Rogerio
Comment