Multiple Databases with EDS
- Posted by "C. K. Lester" <cklester at HOTPOP.COM> Jun 02, 2000
- 457 views
Rob, How do I switch between multiple OPEN databases? For instance, I want to open database A, create two tables, then open database B, create two tables. I want to end up with TWO open databases, between which I can switch with a simple db_select() command... I would think with a notion of "current" database that there would be "non-current," but still OPEN, databases, but maybe I'm wrong. Thanks! ck