Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Permissions/privileges problem

Status
Not open for further replies.

gidelim

Technical User
Oct 14, 2005
1
BE
Hi,

First of all excuse for my poor English. I have a problem with a C++ aplication that uses an ODBC DSN to recover data from an Access database. When I execute the program using a Windows local administrator account, there is no problem and the program runs fine. However, when I execute the program usign a normal user account, with some restrictions in the permissions, the program run fine too, but the information recovered from the database is incorrect. The order of the information is inccorect, for example the data of the column "Price" is recovered as the data of the column "Sales".

I think that this problem is due to the restrinctions of the user acccount but I don´t know how to correct it.

Thanks,
Gidelim

Also in Spanish ;)

Tengo un problemilla con una aplicación que utiliza una fuente de datos ODBC para acceder a una BBDD Access. El problema es el siguiente: cuando se ejecuta la aplicación en una maquina con una cuenta de administrador local, la aplicación se ejecuta correctamente, mientras que si se ejecuta con una cuenta de usuario normal, con una serie de restricciones en los privilegios, la aplicación se ejecuta correctamente, pero la información que se extrae de la BBDD es erronea. Los datos se recuperan en orden incorrecto, es decir por ejemplo el dato de la columna 7 aparece en la columna 5, el de la coluna 10 en la 6, etc.

Creo que el problema tiene que ver con el tema de los privilegios y ODBC, pero le he dado unas vueltas y no encuentro nada. Gracias por anticipado por las respuestas y sugerencias.

Un saludo,
Gidelim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top