search for: database_connect

Displaying 5 results from an estimated 5 matches for "database_connect".

2011 Nov 03
2
grep fixed (?) in 2.14
...r the #grep statement has been wrong all along. scripts2source <- (c("/home/ssefick/R_scripts/Convert_package.R", "/home/ssefick/R_scripts/Convert_R_CODE", "/home/ssefick/R_scripts/CV.R", "/home/ssefick/R_scripts/cvs.out.R", "/home/ssefick/R_scripts/database_connect", "/home/ssefick/R_scripts/database_connect_package.R", "/home/ssefick/R_scripts/exit_db.R", "/home/ssefick/R_scripts/exit.R", "/home/ssefick/R_scripts/hourly_zoo.R", "/home/ssefick/R_scripts/model_diag.R", "/home/ssefick/R_scripts/not_n...
2010 Feb 24
1
Requirement
sorry for asking again and again my Requirement: i am connecting to teradata database and i am accessing tables and table data also, i need generate graphs using that data and also i need to forecast the results. for example i have a table xyz Store Year Revenue abc 2010 $557889 def 2010 $697356 i want to draw a barplot and i want to
2006 Feb 27
5
Database connections...so many connections!
Hello all. I am currently running a very simple ruby app. It connects to an Oracle server using the OCI8 adapter. I have two controllers, each one connects to a different schema on the server, I looked at the WIKI that had details of multiple database connections (http://wiki.rubyonrails.com/rails/pages/HowtoUseMultipleDatabases), I moved the code from the application controller into each
2009 Nov 04
4
[PATCH server] Update daemons to use new QMF.
...oleHandler # Use monitor mixin for mutual exclusion around checks to heartbeats # and updates to objects/heartbeats. - include MonitorMixin def initialize() @@ -77,7 +74,6 @@ class DbOmatic < Qpid::Qmf::Console begin ensure_credentials - database_connect server, port = nil @@ -91,8 +87,17 @@ class DbOmatic < Qpid::Qmf::Console end @logger.info "Connecting to amqp://#{server}:#{port}" - @session = Qpid::Qmf::Session.new(:console => self, :manage_connections => true) -...
2009 Jul 10
2
[PATCH: server 0/3] Add host-register.rb (replaces host-browser.rb in part)
Removes node identification functionality from host-browser.rb and adds a new script, host-register.rb, that takes over that functionality. The chief difference is that host-browser used a simple TCP server setup to get data from the node, while host-register uses the qpid bus to do so. Specifically, it communicates with the matahari qmf agent added to the node in two related patchsets to node