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.

Link to comment
Share on other sites

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.

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.