![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi All, How do I avoid overwritting other workstations' data in my own temporary tables? If two workstations are doing the following at the same time: SELECT * INTO TempTable1 FROM Table1 Is there some way TempTable1 will only have my data? I've heard that Microsoft's SQL Server provides support for this using #TempTable1 and in similar cases ##TempTable1 where #TempTable1 is my own temporary table. How can I do something similar with Pervasive? Many thanks, Dale |
![]() |
| Thread Tools | |
| Display Modes | |
| |