0

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.

1
  • have him crawl a page that displays all the data from your database? Commented Jul 11, 2011 at 7:12

3 Answers 3

1

you can simply give access to mysql db

Sign up to request clarification or add additional context in comments.

2 Comments

well i can do that but he will see the other tables and settings! thats the point :D
you can specify permissions in mysql. like readonly for single table and nothing else.
1

You may create View of the tables for which you want other application to allow.

Comments

0

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

1 Comment

Then use asp to create an XML document with the correct structure

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.