I have a set of mysql data that i want to share to a friend using asp.net.
My question is what is the best way for me to share some tables. He can read only the datas.
Thanks in advance.
I have a set of mysql data that i want to share to a friend using asp.net.
My question is what is the best way for me to share some tables. He can read only the datas.
Thanks in advance.
Just create another account that can access the database and give the account limited access rights. So he will only be able to read the data and not edit the data. But using asp you can create a website of sorts that displays the data to your friend in a easy to read format. But personally I am a php fan