explain such a moment, but that idea is not very far ...

There is a database on SQL Server and a program for it on C #. How do I put this on the hosting?

Need to make this database on mysql already directly on the hosting?

  • How does this relate to php in your tags? - Nofate
  • honestly don't know yet - wicS
  • And please describe in more detail what you want to get in the end. - Nofate
  • In the end, I want my program, which pulls out the entire table, filters the data in it, etc. turned out to be hosted ... - wicS
  • Prog will have to finish most likely to work with mysql - koks_rs

1 answer 1

Hosting server is MySQl. then you have to dump the database from your SQL Server and then upload the database to the hosting site. Hosters usually provide phpMyAdmin - a tool for administering the MySQL database

  • only here, not on all hostings, the database will be given to contact from outside. - Nofate
  • Well, somehow I imagine it and imagine it ... I saw it there - wicS
  • to Nofate - phpMyAdmin is on the server - so this is not access from the outside - Ale_x