Re: Freetds perl limitation
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 29 Jun 2011 13:37:39 -0400 Ravi Krishna <[email protected]> wrote: > > > I never bumped into the limitations you describe because my DBI > > programs never have more than one statement handle per connection. > > Hmm. How do you handle situation when you have to talk to two > different servers, one in prod and one in dev. You do need two > separate db handles and the moment you do that "Per connection." Certainly you can't have one connection to two servers. One statement handle on each of two connections is fine. --jkl