Temp Table Problem
From: D Whaley (dwhaley_at_hs-technologies.com)
Date: 11/26/03
- Previous message: Xie Bingpeng: "data not write to disk immediately when TableDirect is False"
- Next in thread: Brian Bushay TeamB: "Re: Temp Table Problem"
- Reply: Brian Bushay TeamB: "Re: Temp Table Problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 26 Nov 2003 08:14:44 -0600
I have a query that creates a temp table on SQL Server 2K. The code resides
in a DLL.
Other queries then use this temp table.
This was actually a unit in a working program that was converted to a DLL.
Problem is, now in the DLL, the temp table will not persist. When I try to
use it in other queries, it is gone. Wierd thing is, If I compile the DLL
into the directory where the source resides, then it works (When running
from D7 IDE). If I compile it to a different directory, then it doesn't
work.
I have tried using Client and Server side cursors, niether works.
- Previous message: Xie Bingpeng: "data not write to disk immediately when TableDirect is False"
- Next in thread: Brian Bushay TeamB: "Re: Temp Table Problem"
- Reply: Brian Bushay TeamB: "Re: Temp Table Problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|