J
James Palmer
Guest
If you look at the example I gave you supply the startup with a pf file. This will have your db connection stuff in it. You are much better off using that than code. Particularly as it is likely the code you are using contains db references which will mean it won't run with no dbs connected. TO connect dbs programmatically you would need to connect them in one .p and then run the other from within that program.
Continue reading...
Continue reading...