Do I need to manaly manage the database connection?
I'm having issues with a stored procedure that returns data to CF. The sp takes around 20 seconds to return the data (big sp) to CF but the database connection is left idle after the sp finshes and the data is passed to CF, as we can see from MS SQK management studio.
Do I need to manualy manage the database connection? I thought the CF data source would manage all this?
