D
davidvilla
Guest
Sorry, If I am not being clear on my question. I understand everything you guys are saying and I completely follow it. But, my question is not answered yet. From a class, if I call a .p to connect a db and then call another .p to access the db, it doesn't work. prog1 (connect db1) --> prog2.p (use class mycls1) --> class mycls1 (access db1) --> prog3.p (connect db2) --> prog4.p (access db2) Not able to access db2 in prog4.p, eventhough db2 is connected one level up in prog3.p Is my question clear?
Continue reading...
Continue reading...