Hello,
I have built something with multiple frames, all of which use a ODBC connection to the same DSN (an Access database). The frameset is also in php.
It all works fine the first time I open the frameset. All frames show what they are supposed to. When I go to another page and then open the frameset a second time it crashes. The php engine is messed up, I get just half of the html code from then on. Really weird.
I've learned the using the same DSN in more than one function results in a shared use of the same connection but could that be the cause of this behaviour?
For now I have no clue how to solve this. I'll try to create three DSN's to the same database just to see if it has anything to do with this shared use.
Does anyone have a suggestion what else I could try?
Thanks.