Hi,
I got problems with temporary tables, these errors occur when I am generating a report.
- Report1
Cannot create a record in TempTableName1.
The SQL database has issued an error.
SQL error description: [Microsoft][SQL Server Native Client 11.0][SQL Server]Invalid object name ‘TEMPTABLENAME1’.
SQL statement: INSERT INTO TEMPTABLENAME1 (Field1, Field2 Field3, Field4) VALUES (?,?,?,?)
session 22 (Admin)
- Report2
Cannot edit a record in TempTable2 (TempTable2).
The record has never been selected
Report1 error occur after importing the upgrade or enhance version.
Report2, as I check on my code there were no update query, I only used select statement.
Any idea guys, thanks in advance.