Invalid object name '#Tmp_PDPR' while setting up Data Source Stored Procedure

I've created a FastReport and would like to retreive the data with a Stored Procedure. Within the stored procedure, a temporary table is created, called #TmpPDPR. While defining the parameters in FastReport, it gives me the error Invalid object name '#TmpPDPR', and then continues to the Define Columns window. Does this mean it won't work?

Leave a Comment