LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Database Access in limited user account

I have made an application in which I am communicating with database. 

Let me explain about my application first.

 

1. Application starts and it asks for user name and password

2. After successful login data reading or writing from /to database.

 

All this information whether its data or user name or password, I am storing in same database but in different tables

 

Now If I login from limited user then I am able to login by entering user name and password but later I am not able to read/ write to database, but If I login from admin accout then everything runs smoothly.

 

This happened recently and I am sure this is permision issue..

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 1 of 6
(2,469 Views)

I am using datalink for accessing database. May be I need to change the permission in limited account

 

But if this is the case then why my login is working? It shouldn't work also 

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 2 of 6
(2,466 Views)

What database engine are you using? What Database driver and version? How is the security in the database server configured? Who maintains the database, yourself or an IT departement (who may have decided that the previous access configuration was way to insecure)?

Rolf Kalbermatter
My Blog
0 Kudos
Message 3 of 6
(2,431 Views)

SQL. There is no security. In other PC this works fine in limited users.

 

There is no IT.

 

What else can be casued?

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 4 of 6
(2,406 Views)

SQL?? MySQL, MS SQL Server, Oracle SQL, PostgreSQL, SQLLite, .......

ADO driver you use?

versions of SQL server and ADO drivers?

 

There is obviously some security! If there wasn't any you would not get andy trouble to connect to your server with a normal user account.

Rolf Kalbermatter
My Blog
0 Kudos
Message 5 of 6
(2,401 Views)

MS SQL, Server V 7.0. I am sure this is not a security and version issue. Becasue in same PC it was working before and now it doesnt 

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 6 of 6
(2,386 Views)