I'm trying to create a application in VB that will allow view to view data from a csv file. So far I got it to import the csv, and view the data. Multiple people will need to few this data. I want to limit certain people to certain data. So what I did is made tabs in my application. Depending on what group there in they can access certain tabs containing queried data from mysql. So I created a login form. Right now I have a table with userid,username,admin, accounting,prmanager. Is there any way to tie this to the mysql users. That way I dont have to connect to thedatabase using root or another mysql created user. Each person will establish a new connection to server.
↧