Post Author: sp4rt4n029
CA Forum: Data Connectivity and SQL
I tried to create a temporary table on SQL Server through crystal reports. The table gets created and data gets populated just fine but every time I try to refresh the data, I get an error saying the temporary table already exists. Is there a way, in crystal reports, to execute the create statement only once and how? ORIf I can create the temporary table every time the data is refreshed, that is okay too. Thanks