Jump to content

[SOLVED] Maintaining several different DB connections in same script?


kernelgpf

Recommended Posts

I've managed to do it before, even with nested loops between two databases..ie..querying one and while looping through the results array using those results to query another and it worked fine.  but maybe there is a better way to do that type of thing.

yeah why not?

 

php is not designed to handle 1 single db connection.

In fact, you can have multiple connection to different kind of db, ie. oracle, postgre, myslq ...

 

If you have multiple connection, you must specify which connection to be used when calling db function, otherwise, php will use the first available connection and it could be a wrong one.

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.