[Technorati] Tag results for DBI http://technorati.com/tag/DBI Posts tagged with "DBI" on Technorati Thu, 15 May 2008 19:52:12 -0700 Technorati v1.0 http://static.technorati.com/pix/logos/logo_sm.gif Technorati logo http://technorati.com/tag/DBI support@technorati.com (Technorati Support) http://blogs.law.harvard.edu/tech/rss 60 DBI Adapter specific date handling in Rails http://pmkenney.com/adapter-specific-date-handling-in-rails.htm http://pmkenney.com/adapter-specific-date-handling-in-rails.htm Thu, 15 May 2008 18:11:34 -0700 Lately I’ve had to endure working on a Rails project where the requirements dictate the use of Microsoft SQL Server as the choice database. In addition, we’ve had to test environments consisting of Microsoft Windows/Apache 2.2/Mongrel and Red Hat/Apache 2.2/Mongrel with various adapter(odbc, oledb) and tabular data stream translators. When testing several operating systems, adapters, manipulators, etc there were inevitable issues between the different setups. One of the most common issues was t 2008-05-15 18:11:34 PDT http://technorati.com/search/pmkenney.com/adapter-specific-date-handling-in-rails.htm 0 0 Can’t locate DBI.pm in @INC http://fiber-hosting.com/docs/2008/05/linux/tutorials/cant-locate-dbipm-in-inc http://fiber-hosting.com/docs/2008/05/linux/tutorials/cant-locate-dbipm-in-inc Thu, 15 May 2008 16:15:51 -0700  The error “Can’t locate DBI.pm in @INC” on a Linux or UNIX server can be fixed the same way. We have listed the solution below. How to fix this error: wget http://www.cpan.org/modules/by-module/DBI/DBI-1.604.tar.gz tar zxvf  DBI-1.604.tar.gz cd DBI* perl Makefile.PL make make install make clean This should correct the error while trying to run the perl script. If the next error you receive while trying to run the script is  “Can’t locate DBD/mysql.pm” then please click here for the solution. 2008-05-15 16:15:51 PDT http://technorati.com/search/fiber-hosting.com/docs/2008/05/linux/tutorials/cant-locate-dbipm-in-inc 0 0 Cum accesam serverul MySQL din Perl http://www.lamp.ro/mysql/cum-accesam-serverul-mysql-din-perl/ http://www.lamp.ro/mysql/cum-accesam-serverul-mysql-din-perl/ Tue, 13 May 2008 23:03:07 -0700 DBI este o interfata generala folosita pentru accesarea mai multor servere de baze de date. Asta inseamna ca o aplicatie poate fi folosita pe mai multe tipuri de servere de baze de date fara schimbari majore. Este necesar un DBD (DataBase Driver) definit pentru fiecare tip de baza de date - pentru MySQL exista un modul numit DBD::mysql. Folosind modulul DBD::mysql ne putem conecta din Perl la o baza de date folosind modulul DBI. Un exemplu de utilizare se gaseste mai jos: #!/usr/bin/perl -w 2008-05-13 23:03:07 PDT http://technorati.com/search/www.lamp.ro/mysql/cum-accesam-serverul-mysql-din-perl/ 2 48 LAMP New Harness Tool Bags from DBI-Sala http://airgastraining.blogspot.com/2008/05/new-harness-tool-bags-from-dbi-sala.html http://airgastraining.blogspot.com/2008/05/new-harness-tool-bags-from-dbi-sala.html Tue, 13 May 2008 12:27:01 -0700 To keep productivity high, an employee requires quick access to all the tools he or she needs at a jobsite. However, working at heights does not always allow for convenient access to a toolbox. With this challenge in mind, Capital Safety has developed a line of tool bags designed to connect effortlessly and securely to full body harnesses. For more information on these tool bags, please view our presentation: Tool Bag Presentation When viewing the presentation, please use the controls at the 2008-05-13 12:27:01 PDT http://technorati.com/search/airgastraining.blogspot.com/2008/05/new-harness-tool-bags-from-dbi-sala.html 1 1 New Harness Tool Bags from DBI-Sala http://fastenal.blogspot.com/2008/05/new-harness-tool-bags-from-dbi-sala.html http://fastenal.blogspot.com/2008/05/new-harness-tool-bags-from-dbi-sala.html Tue, 13 May 2008 12:26:38 -0700 To keep productivity high, an employee requires quick access to all the tools he or she needs at a jobsite. However, working at heights does not always allow for convenient access to a toolbox. With this challenge in mind, Capital Safety has developed a line of tool bags designed to connect effortlessly and securely to full body harnesses. For more information on these tool bags, please view our presentation: Tool Bag Presentation When viewing the presentation, please use the controls at the 2008-05-13 12:26:38 PDT http://technorati.com/search/fastenal.blogspot.com/2008/05/new-harness-tool-bags-from-dbi-sala.html 0 0 New Harness Tool Bags from DBI-Sala http://mysafetyarsenal.blogspot.com/2008/05/new-harness-tool-bags-from-dbi-sala.html http://mysafetyarsenal.blogspot.com/2008/05/new-harness-tool-bags-from-dbi-sala.html Tue, 13 May 2008 12:26:12 -0700 To keep productivity high, an employee requires quick access to all the tools he or she needs at a jobsite. However, working at heights does not always allow for convenient access to a toolbox. With this challenge in mind, Capital Safety has developed a line of tool bags designed to connect effortlessly and securely to full body harnesses. For more information on these tool bags, please view our presentation: Tool Bag Presentation When viewing the presentation, please use the controls at the 2008-05-13 12:26:12 PDT http://technorati.com/search/mysafetyarsenal.blogspot.com/2008/05/new-harness-tool-bags-from-dbi-sala.html 0 0 New Harness Tool Bags from DBI-Sala http://mysalesarsenal.blogspot.com/2008/05/new-harness-tool-bags-from-dbi-sala.html http://mysalesarsenal.blogspot.com/2008/05/new-harness-tool-bags-from-dbi-sala.html Tue, 13 May 2008 12:25:19 -0700 To keep productivity high, an employee requires quick access to all the tools he or she needs at a jobsite. However, working at heights does not always allow for convenient access to a toolbox. With this challenge in mind, Capital Safety has developed a line of tool bags designed to connect effortlessly and securely to full body harnesses. For more information on these tool bags, please view our presentation: Tool Bag Presentation When viewing the presentation, please use the controls at the 2008-05-13 12:25:19 PDT http://technorati.com/search/mysalesarsenal.blogspot.com/2008/05/new-harness-tool-bags-from-dbi-sala.html 0 0 Install DBD::Oracle on 64-bit Linux and Oracle 11g http://www.pythian.com/blogs/995/another-dbdoracle-intall-kludge-64-bit-linux-and-oracle-11 http://www.pythian.com/blogs/995/another-dbdoracle-intall-kludge-64-bit-linux-and-oracle-11 Tue, 13 May 2008 11:53:58 -0700 Install DBD::Oracle on 64-bit Linux and Oracle 11g May 13th, 2008 - by John Scoles Karun Dutt and I managed to get DBD::Oracle 1.21 to install on a 64-bit Linux OS against the Oracle 11 full client. Here’s what we did. As root, we downloaded DBD::Oracle from CPAN. # perl -MCPAN -eshell cpan> get DBD::Oracle ... We replaced the distribution makefile with: http://svn.perl.org/modules/dbd-oracle/trunk/Makefile.PL (this is the latest Makefile.PL). # cd /root/.cpan/build/DBD-Oracle-1.21 # 2008-05-13 11:53:58 PDT http://technorati.com/search/www.pythian.com/blogs/995/another-dbdoracle-intall-kludge-64-bit-linux-and-oracle-11 105 471 Pythian Group Blog Advanced A-Frame from DBI-Sala http://mysafetyarsenal.blogspot.com/2008/04/advanced-engineered-systems-division-of.html http://mysafetyarsenal.blogspot.com/2008/04/advanced-engineered-systems-division-of.html Fri, 09 May 2008 10:15:18 -0700 Advanced Engineered Systems, a division of DBI-Sala, creates solutions to fall protections problems. DBI has recently released a new piece of literature on the Advanced Engineered Systems A-frame. This A-frame was designed for a specific application, but can be used in many different situations and environments. Click here to view the A-Frame Literature: Advanced Engineered Systems A-Frame 2008-05-09 10:15:18 PDT http://technorati.com/search/mysafetyarsenal.blogspot.com/2008/04/advanced-engineered-systems-division-of.html 0 0 New OSHA Ruling http://mysafetyarsenal.blogspot.com/2008/04/new-osha-ruling.html http://mysafetyarsenal.blogspot.com/2008/04/new-osha-ruling.html Fri, 09 May 2008 10:15:18 -0700 New OSHA Ruling 1910.132(d)(1) - PPE will be provided by the Employer at NO COST to the Employee Rule effective February 13, 2008, must be implemented by May 15, 2008 We have created a presentation to further explain this new ruling. To view this presentation, Please view our presentation: New OSHA Ruling Presentation When viewing the presentation, please use the controls at the bottom of the page to navigate through the presentation. 2008-05-09 10:15:18 PDT http://technorati.com/search/mysafetyarsenal.blogspot.com/2008/04/new-osha-ruling.html 0 0 The New Tie-Back Talon from DBI http://mysafetyarsenal.blogspot.com/2008/05/new-tie-back-talon-from-dbi.html http://mysafetyarsenal.blogspot.com/2008/05/new-tie-back-talon-from-dbi.html Fri, 09 May 2008 10:15:18 -0700 DBI-Sala has come out with the new Tie-Back Talon For more information please click on the presentation: Tie-Back Talon Presentation When viewing the presentation, please use the controls at the bottom of the page to navigate through the presentation. 2008-05-09 10:15:18 PDT http://technorati.com/search/mysafetyarsenal.blogspot.com/2008/05/new-tie-back-talon-from-dbi.html 0 0 New Sealed-Blok 30-foot SRL from DBI-Sala http://fastenal.blogspot.com/2008/04/new-sealed-blok-30-foot-srl-from-dbi.html http://fastenal.blogspot.com/2008/04/new-sealed-blok-30-foot-srl-from-dbi.html Fri, 09 May 2008 10:14:13 -0700 DBI-Sala has come out with a new, sealed 30’ retractable for the oilfield and other harsh environments. To view the pdf on this new product please click here: Sealed-Blok 30-foot SRL PDF 2008-05-09 10:14:13 PDT http://technorati.com/search/fastenal.blogspot.com/2008/04/new-sealed-blok-30-foot-srl-from-dbi.html 0 0 New OSHA Ruling http://fastenal.blogspot.com/2008/04/new-osha-ruling.html http://fastenal.blogspot.com/2008/04/new-osha-ruling.html Fri, 09 May 2008 10:14:13 -0700 New OSHA Ruling 1910.132(d)(1) - PPE will be provided by the Employer at NO COST to the Employee Rule effective February 13, 2008, must be implemented by May 15, 2008 We have created a presentation to further explain this new ruling. To view this presentation, Please view our presentation: New OSHA Ruling Presentation When viewing the presentation, please use the controls at the bottom of the page to navigate through the presentation. 2008-05-09 10:14:13 PDT http://technorati.com/search/fastenal.blogspot.com/2008/04/new-osha-ruling.html 0 0 The New Tie-Back Talon from DBI-Sala http://fastenal.blogspot.com/2008/05/new-tie-back-talon-from-dbi-sala.html http://fastenal.blogspot.com/2008/05/new-tie-back-talon-from-dbi-sala.html Fri, 09 May 2008 10:14:13 -0700 DBI-Sala has come out with the new Tie-Back Talon For more information please click on the presentation: Tie-Back Talon Presentation 2008-05-09 10:14:13 PDT http://technorati.com/search/fastenal.blogspot.com/2008/05/new-tie-back-talon-from-dbi-sala.html 0 0 New OSHA Ruling http://airgastraining.blogspot.com/2008/04/new-osha-ruling.html http://airgastraining.blogspot.com/2008/04/new-osha-ruling.html Fri, 09 May 2008 10:12:40 -0700 New OSHA Ruling 1910.132(d)(1) - PPE will be provided by the Employer at NO COST to the Employee Rule effective February 13, 2008, must be implemented by May 15, 2008 We have created a presentation to further explain this new ruling. To view this presentation, Please view our presentation: New OSHA Ruling Presentation When viewing the presentation, please use the controls at the bottom of the page to navigate through the presentation. 2008-05-09 10:12:40 PDT http://technorati.com/search/airgastraining.blogspot.com/2008/04/new-osha-ruling.html 1 1 Advanced A-Frame from DBI-Sala http://airgastraining.blogspot.com/2008/04/advanced-frame-from-dbi-sala.html http://airgastraining.blogspot.com/2008/04/advanced-frame-from-dbi-sala.html Fri, 09 May 2008 10:12:30 -0700 Advanced Engineered Systems, a division of DBI-Sala, creates solutions to fall protections problems. DBI has recently released a new piece of literature on the Advanced Engineered Systems A-frame. This A-frame was designed for a specific application, but can be used in many different situations and environments. Click here to view the A-Frame Literature: Advanced Engineered Systems A-Frame 2008-05-09 10:12:30 PDT http://technorati.com/search/airgastraining.blogspot.com/2008/04/advanced-frame-from-dbi-sala.html 1 1 The New Tie-Back Talon from DBI-Sala http://airgastraining.blogspot.com/2008/05/new-tie-back-talon-from-dbi-sala.html http://airgastraining.blogspot.com/2008/05/new-tie-back-talon-from-dbi-sala.html Fri, 09 May 2008 10:12:30 -0700 DBI-Sala has come out with the new Tie-Back Talon For more information please click on the presentation: Tie-Back Talon Presentation When viewing the presentation, please use the controls at the bottom of the page to navigate through the presentation. 2008-05-09 10:12:30 PDT http://technorati.com/search/airgastraining.blogspot.com/2008/05/new-tie-back-talon-from-dbi-sala.html 1 1 New OSHA Ruling http://mysalesarsenal.blogspot.com/2008/04/new-osha-ruling.html http://mysalesarsenal.blogspot.com/2008/04/new-osha-ruling.html Fri, 09 May 2008 10:11:24 -0700 New OSHA Ruling 1910.132(d)(1) - PPE will be provided by the Employer at NO COST to the Employee Rule effective February 13, 2008, must be implemented by May 15, 2008 We have created a presentation to further explain this new ruling. To view this presentation, Please view our presentation: New OSHA Ruling Presentation When viewing the presentation, please use the controls at the bottom of the page to navigate through the presentation. 2008-05-09 10:11:24 PDT http://technorati.com/search/mysalesarsenal.blogspot.com/2008/04/new-osha-ruling.html 0 0 New Tie-Back Talon from DBI-Sala http://mysalesarsenal.blogspot.com/2008/04/new-products-from-dbi.html http://mysalesarsenal.blogspot.com/2008/04/new-products-from-dbi.html Fri, 09 May 2008 10:11:24 -0700 DBI-Sala has come out with the new Tie-Back Talon For more information please click on the presentation: Tie-Back Talon Presentation When viewing the presentation, please use the controls at the bottom of the page to navigate through the presentation. 2008-05-09 10:11:24 PDT http://technorati.com/search/mysalesarsenal.blogspot.com/2008/04/new-products-from-dbi.html 0 0 Pay no attention to that callback behind the curtain! http://blog.timbunce.org/2008/05/01/pay-no-attention-to-that-callback-behind-the-curtain/ http://blog.timbunce.org/2008/05/01/pay-no-attention-to-that-callback-behind-the-curtain/ Thu, 01 May 2008 03:32:13 -0700 So you’ve got some perl code that connects to a particular database via a particular DBI driver. You want it to connect to a different database or driver. But you can’t change that part of the code. What can you do? I ran into this problem recently. A large application is using an old version of DBIx::HA which doesn’t support DBD::Gofer. DBIx::HA can’t be upgraded (long story, don’t ask) but I wanted to use DBD::Gofer to provide client-side caching via Cache::FastMmap. (I’ll save more details 2008-05-01 03:32:13 PDT http://technorati.com/search/blog.timbunce.org/2008/05/01/pay-no-attention-to-that-callback-behind-the-curtain/ 32 48