nightcrawler
-
7 votes
nightcrawler
gave this 1 vote
·
-
35 votes
nightcrawler
gave this 3 votes
·
-
36 votesdeclined ·
jeremym1234
responded
We will not be porting the Advantage server or clients to run on a mobile device. Our suggestion is to use SQLLite on the device, and read/write data to Advantage using your own web service, or the upcoming Advantage Web API: http://jdmullin.blogspot.com/2010/09/advantage-web-api.html
nightcrawler
gave this 3 votes
·
-
45 votes
nightcrawler
gave this 3 votes
·
Alex,
I'd not pre-define the output parameters. Given the case that you want to create some kind of temp table inside the stored procedure to make some fancy stuff like a Pivot table - there's no way to predict the output parameters. They could be that different, dependant on the data, not on a structure.
What about defining the output table if wanted and just give that back if no SELECT (or EXECUTE PROCEDURE) was the last of the statement?
iow if no output cursor was given, do an implicit "SELECT * FROM __output".