View Single Post
Old 01-16-2008, 08:59 PM   #5 (permalink)
TlcAndres
The Addict
 
Join Date: Nov 2007
Posts: 264
Thanks: 2
TlcAndres is on a distinguished road
Default

PHP Code:

       
public function __query($sql)
        {
                
$this->varScope->queryCount++;
                
$query odbc_exec($this->varScope->connectionID,$sql);
                if (
$query != false
Adding an odbc driver to my database DB
TlcAndres is offline  
Reply With Quote