table permitions

Ivan Oscar

New member
Local time
Today, 02:08
Joined
Jun 3, 2013
Messages
2
Hi, ppl... im new in this forum and i need your help.

i have a dotNet application that i build using c#, in my application data are consumed or read starting from a database in access to process them and send to a database in sqlserver. But the problem is that some tables are giving bloqueiadas error: Record (s) can not be read, no permition in <tablename>

how can i solve it

im about to losing my head this bug is put me in a bad situation, please help me guys
 
You don't have permission to access one of the tables you're attempting to access. This could be a table in access. Or a table in SQL Server. It could be application specific - something in access prevents you from reading the table. It could be network specific - you do not have network / folder / file access to the table. Or the server.

Error specifics would probably help to narrow down the possibilities...
 
this aplication and this whole procedure and done in the same machine, the client
 

Users who are viewing this thread

Back
Top Bottom