Upcoming News » Database


Database »

If you're not testing, please stop reading this and start TATFT. If you are testing, you have no doubt had to deal with testing with a database. Testing with a database is usually inevitable, even if you go to extremes to prevent it (and you should). Testing with a database creates several issues.
Posted by girish.r 47 days ago (http://codegroove.net)
1 Comment  | Read MoreBury | Tweet This | Tagged: sqlite databases
| Add To 

Database »

Paul Reinheimer's PHP memory pro tip shows how re-assigning a value to a variable doesn't release the original value until the new data is ready. With large data lengths, this unnecessarily increases the peak memory usage of the application.
In Oracle you might come across this situation when dealing with LOBS. Here's an example that selects an entire LOB into PHP's memory. I see this being done
Posted by girish.r 73 days ago (http://blogs.oracle.com)
1 Comment  | Read MoreBury | Tweet This | Tagged: oracle lob memory
| Add To 

Database »

Hi, I’m Ashay Chaudhary, Program Manager at Microsoft. Today at DrupalCon SF 2010, we are reaching an important milestone by releasing a Community Technology Preview (CTP) of the new SQL Server Driver for PHP 2.0, which includes support for PHP Data Objects (PDO). Alongside our efforts, the Commerce Guys, a company providing ecommerce solutions with Drupal, is also presenting a beta version of Dr
Posted by girish.r 102 days ago (http://blogs.msdn.com)
Discuss  | Read MoreBury | Tweet This | Tagged: interoperability sql server pdo drupal
| Add To 

Database »

Anil Kumar Panigrahi maintained a blog related to PHP - OSCommerce - CakePHP - CodeIgniter - JavaScript - Smarty - Drupal - Articles on PHP - SEO
Posted by anil2u 119 days ago (http://www.anil2u.info)
Discuss  | Read MoreBury | Tweet This | Add To 

Database »

Yesterday we were having a conversation on IRC about the need for more useful information about the internals of the database. "SHOW STATUS" is just too primitive in its design to provide the sort of detailed information you need to do operations. Yesterday we got a bug request over the number of "open tables" found after a particular query. The user had assumed the number was off, but what they
Posted by girish.r 138 days ago (http://krow.livejournal.com)
Discuss  | Read MoreBury | Tweet This | Tagged: table cache table definition
| Add To 

Database »

MySQL is known for its willingness to accept invalid queries, data values. It can silently commit your transaction, truncate your data....
Posted by girish.r 141 days ago (http://code.openark.org)
Discuss  | Read MoreBury | Tweet This | Tagged: mysql configuration data types sql_mod
| Add To 

Database »

The SQL Server Driver for PHP (also called the " sqlsrv " driver for it’s API prefix) has been available since July of 2008, but I still often see the "old" driver (the " mssql " driver) used to connect to SQL Server from PHP scripts. Many of the tutorials
Posted by girish.r 143 days ago (http://blogs.msdn.com)
Discuss  | Read MoreBury | Tweet This | Tagged: sql server driver for php mssql driver
| Add To 

Database »

TRUNCATE is usually a fast operation (much faster than DELETE FROM). But sometimes it just hangs; I’ve has several such uncheerful events with InnoDB (Plugin) tables which were extensively written to. The TRUNCATE hanged; nothing else would work; minutes pass.
Posted by girish.r 143 days ago (http://code.openark.org)
Discuss  | Read MoreBury | Tweet This | Tagged: truncate delete
| Add To 

Database »

Working on mycheckpoint, I have the intention of adding custom monitoring. That is, letting the user define things to monitor. I have my own thoughts, I would be grateful to get more input!
Posted by girish.r 143 days ago (http://code.openark.org)
Discuss  | Read MoreBury | Tweet This | Tagged: execution plan monitoring mysql
| Add To 

Database »

I'm seeking help from the MySQL community for what tools are used today to generate complex reports for enterprise applications that use MySQL. In an Oracle
Posted by girish.r 144 days ago (http://ronaldbradford.com)
Discuss  | Read MoreBury | Tweet This | Tagged: mysql reporting
| Add To 

Database »

MySQL has the same level of data integrity for numbers and strings as Oracle; when MySQL is correctly configured. By default (a reason I wish I knew why it is still the default), MySQL performs silent conversions on boundary conditions of data that will result in your data not always being what is specified. Let’s look at the following examples to demonstrate default behavior.
Posted by girish.r 145 days ago (http://ronaldbradford.com)
Discuss  | Read MoreBury | Tweet This | Tagged: mysql mysql or oracle dba mysql4oracledb
| Add To 

Database »

One of the things that’s great about the Internet is that it’s open to everyone. There are a million sites, all different, and everyone is free to invent their own way of doing things. Of course, that has left us with a legacy of systems which don’t always work well together.
Posted by girish.r 148 days ago (http://carsonified.com)
Discuss  | Read MoreBury | Tweet This | Tagged: database yql yahoo query language
| Add To 

Database »

All about how to make create / drop database with mysql using PHP. If you are a new / Begineer in PHP/Mysql than just go through this article.
Posted by shailpatel05 148 days ago (http://www.onlinehungama.com)
Discuss  | Read MoreBury | Tweet This | Tagged: mysql create table drop table
| Add To 

Database »

Several of my recent posts have focused on how to use the SQL Server Driver for PHP in various ways. You might think that I would know the driver API by heart at this point, but alas, my many trips back to the documentation are proof that my brain is like a fixed length queue – if something new goes in, something else must go out.
Posted by girish.r 149 days ago (http://blogs.msdn.com)
Discuss  | Read MoreBury | Tweet This | Tagged: sql server cheat sheet
| Add To 

Database »

I just rolled a 0.0.2 release. In case you had 0.0.1 installed, just use pear upgrade-all to get it automatically. This release is trying to fix a random hang while reading documents from the source server.
Posted by girish.r 149 days ago (http://till.klampaeckel.de)
Discuss  | Read MoreBury | Tweet This | Tagged: couchdb couchdb-lounge pear php
| Add To