DMXzone Database Connector ASP Support Product Page
Answered
Change name of the .dmxDataSet Array
Asked 15 Jan 2015 16:46:28
1
has this question
15 Jan 2015 16:46:28 Mim UK posted:
Is it possible to change the name of the data source Array from "data" to something else?I want to return a json file called "events": [{ }]
Many thanks
Replies
Replied 15 Jan 2015 16:53:39
15 Jan 2015 16:53:39 Mim UK replied:
without changing the sqlBuilder.asp line 853 data: data to events: data
Replied 15 Jan 2015 17:03:08
15 Jan 2015 17:03:08 Teodor Kuduschiev replied:
No, unfortunately this is not possible, and also not recommended.
Replied 15 Jan 2015 17:45:38
15 Jan 2015 17:45:38 Mim UK replied:
OK Thanks Teodor