Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

Help about database in network or server?

rehpej

Amateur
Advanced Member
Messages
123
Reaction score
3
Points
28
hi, tanong lang po pano po magsimula ng database na connected sa certain network or server? yung pwede po makapag insert/view/update/delete ng mga records gamit ng ibat ibang device?

ang natry ko pa lang po is yung mismong database is naka save din sa laptop. so kung may iuupdate dun sa database, dapat sendan lahat ng gagamit.
 
hi, tanong lang po pano po magsimula ng database na connected sa certain network or server? yung pwede po makapag insert/view/update/delete ng mga records gamit ng ibat ibang device?

ang natry ko pa lang po is yung mismong database is naka save din sa laptop. so kung may iuupdate dun sa database, dapat sendan lahat ng gagamit.

https://technet.microsoft.com/en-us/library/ms345343(v=sql.110).aspx#Anchor_3

check mo yan. Baka magka idea ka. Given na connected sa isang network lahat ng devices.. Try mo google kung ano mang db yang ginagamit mo. :D :D :D

"Madaling sabihin, mahirap gawin. Push mo lang!"
 
you can access it with the host device's ip address and the corresponding port.

E.G

you have an MYSQL database at localhost:3306 and you want it to be accessed remotely via your network, just familiarize yourself with the host's ip address (example its IP is 192.168.1.4) you can now use this ip address to any rdbms like Navicat to access the database just input 192.168.1.4 as your host. Same thing as to a VPS just put your VPS's IP Address and make sure you have a database server like MySQL running.
 
Last edited:
woah. wait mga sir. check ko mga suggestion nyo. haha. dati kasi gamit ko access. pero lilipat ako ng sqlite. minimal lang po ba yung pagkakaiba?
 
Back
Top Bottom