Is it possible to access Sql Server instance from Crossrider? It has doc for local db and i am assuming that is used to store data on the browser's machine. I have central data that gets constantly updated/read by plugin users and need a way to access external db (preferrably Sql Server but i am flexible). Thanks
Asked
Active
Viewed 161 times
1 Answers
3
Crossrider does not provide a native way to interact with SQL servers (or any other external database), and you are correct about our local db support.
However, if you have the HTTP URLs for accessing your db, you can use the appAPI.request.get and appAPI.request.post methods to interact with your database.

Shlomo
- 3,763
- 11
- 16
-
Shlomo, you have a typo in documentation: "A requestis considered successful if it returns any of the following HTTP response codes: 200-207, 226." ... It should be "request is" not "requestis" – Ashraf Bashir Mar 09 '13 at 09:50
-
1Thank you ... the documentation has been corrected accordingly. – Shlomo Apr 14 '13 at 08:02