Domain changed to archive.palanq.win . Feb 14-25 still awaits import.
[4 / 1 / 1]

No.1530273 View ViewReplyOriginalReport
Trying to recreate the serverside part of a Flash game that runs on ColdFusion.

One thing that's making me stuck is that some functions are supposed to return an object that contains a recordset (results from a query) that contains *another* recordset, and I'm stumped on how to properly do that. Can someone give me a "for retards" guide? I got recordsets in objects down, but not recordsets in recordsets

My local environment using PostgreSQL with ColdFusion 2018, if that matters