hi everyone,
Im developing an aplicacion that is based on displaying information retirieved from a database, in this case im making the tests with access but the final version has to make a connection to a remote database, this because the program will be distributed and will work as a client so everyone may connect to the server form their place. I know its kind of insecure to give remote acces to a server using mysql, is there other way i can make it work? I was thinking about making it something like the messenger programs do, connect remotely using username and pass but i dont really know much about how that works... any help will be very appreciated