Anonymous
6/16/2025, 7:06:49 AM No.1530273
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
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