Help get this topic noticed by sharing it on
Twitter,
Facebook, or email.
Twitter,
Facebook, or email.
Getting Datas to a Local Sql Server
Just wanna ask some ideas on how can i get the data from my local server(which is by the way SQL Server) to my extensions. Im a new web developer and my boss ask me to create a extension that would connect to our own server. appreciate any ideas. thanks :)
-
-
-
Hello Nico,
In general, you can communicate with servers using the appAPI.request API.
However, I'm not clear how you plan to use an extension with a local server as it won't be installed on each users computer. -
-
Hi shlomo!
Thanks a lot. Im planning to use the extension on somekind voting if the site is helpful . basically i'll use it as a rating extension for web sites . and i'll be also putting like a comment box about the site. that will be save in our own data base for future uses according to my boss... im just using the SQL Server for testing purposes. -
-
Hello Nico,
Usually, communication with the SQL server is done my an intermediary, such as an API or php page. e.g. create a php page that receives data from a request (GET or POST) and then updates the SQL server.
I recommend you set up an environment that mimic's the final solution and hence if your site uses SQL for the comments with a php to update the SQL server, create the same environment on your local machine. -
-
-
Loading Profile...





EMPLOYEE
