PHP Classes

Missing WHERE clause...

Recommend this page to a friend!

      TextSQL  >  All threads  >  Missing WHERE clause...  >  (Un) Subscribe thread alerts  
Subject:Missing WHERE clause...
Summary:Need WHERE support...
Messages:2
Author:Eric Guerin
Date:2009-01-29 18:19:10
Update:2009-01-29 22:40:43
 

 


  1. Missing WHERE clause...   Reply   Report abuse  
Picture of Eric Guerin Eric Guerin - 2009-01-29 18:19:10
The SQL flat file class goes along way to my needs, but it's missing one important aspect, the WHERE clause, has anyone added/updated this clause to support WHERE?

-Eric

  2. Re: Missing WHERE clause...   Reply   Report abuse  
Picture of Eric Guerin Eric Guerin - 2009-01-29 22:40:43 - In reply to message 1 from Eric Guerin
For people interested I found a more robust fully developed SQL like flat file database class called txtSQL. You can get it here:
txtsql.com/index.php

The latest BETA version has SQL syntax parsing, but it also has it's own unique class to do SELECTs, INSERTs etc.