Does anyone know if Developer 2000 starts seperate "sessions" of connecting to the database for each form you attempt to run? Here's the scenario:

I've compiled 2 forms within Developer 2000. Form 1 writes data to an internal storage area. Form 2 is supposed to extract the information out of the storage area, but it never finds data. It sounds like Developer starts a new session for each form it executes, and therefore Form 2 would never find the data that Form 1 entered, because they are in different sessions.

The interaction between the forms works fine within a production environment, but we can't get it to work within Developer.

Any thoughts?