search for: dbh1

Displaying 3 results from an estimated 3 matches for "dbh1".

Did you mean: dbh
2006 Feb 08
1
Possible AGI Bug in Asterisk?
...reciated. I have a production deadline. Warm Regards Shad Mortazavi #!/usr/bin/perl # CCVR Recording Module Shad Mortazavi December 15, 2005 use Asterisk::AGI; use DBI; #Create a DB-DNS my $dbh = DBI ->connect('DBI:mysql:CCVR;192.168.6.56','CCVR_User','****'); my $dbh1 = DBI ->connect('DBI:mysql:CCVR_ADMIN;192.168.6.56','CCVR_User','****'); my $dbh3 = DBI ->connect('DBI:mysql:CCVR;172.16.1.233','user1','****'); #Create AGI $AGI = new Asterisk::AGI; my %input = $AGI->ReadParse(); # Capture the extension d...
2007 Dec 03
1
coplot and xyplot and panel functions
Hi, I wrote a panel function called panelwhite.corplot. If i use this function in a coplot is working fine, but if i use same function with xyplot i get the error: Error using packet 1: plot.new has not been called yet ..... and so on filling all my plots. So with: coplot(be~ch|dbh1, envmetr1, panel=panelwhite.corplot) I get the expected result with: xyplot(be~ch | dbh1, data=envmetr1, panel = panelwhite.corplot) i get the error. Can you point me to the error i am making here? Same panel function works perfectly with the pairs command as well. Thanks, Monica...
2006 Sep 21
10
Can I use 2 DB connections in my app?
Hi there! How can i use 2 database connections in my rails application ( if it''s possible of course ): one for reading from DB and one for writing to DB? Thanks, Dmitry -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To