At 12:04 PM 4/6/2011, Jim Belisle wrote:
I should have explained I am in windows XP and also attached remotely to this computer. Will I still be able to make the changes remotely?
If you are using the remote desktop or terminal server, your local computer has nothing to do with it. You will need to take care of the computer/server running those services as well as R:BASE application. The other thing you need to answer is, who is having a problem? You on the remote desktop/terminal server, or everyone else on the network running your application? If everyone is having the same problem running your application, you will need to carefully re-visit your code, including the process of creating TEMPorary tables or views, especially when using global variables, WHILE ... ENDWHILE loops, and making sure that all global variables are pre-defined up-front, having correct data types. Last but not least, when was the last time you checked the health and integrity of your database? When was the last time you UNLOAD ALL and re-built the entire database? Hope that provides you with some blue's clues ... Very Best R:egards, Razzak.

