0
Answered

requests from database using the panel project

Erik van den Brink 8 years ago in Server Solutions updated by Dmitry - support (expert) 8 years ago 3

Hello,


Is it possible to do requests(with SQL Query) from a database using the panel project script.

so not using the server project scripts. the problem i'm having is that the script in the panel project does not support the SQL language, i think?

when i want to declare a new SQL(); this syntax is not accepted by the client

var mybase = new SQL();


Thanks,


Erik



Answered

Hello!


No it is not possible to use the database on Client side. It is only for server project

+1

Hi Kaaty!


This means, commands like IR.GetDatabase are only usable in server-projects?


maybe it's a good idea to specify this in the dev.iRidiummobile.net site; so that users know these commands are only for using in server-based projects?


Thanks


Theo


We specified that the bottom part of the script functions applies only to the server.