I thought that I would share something with the group.
As you are aware, using MySQL with ZZEE works as it should but when it
comes to supplying files for customers has its disadvantages due to
having to install MySQL separately (for licencing and technical
reasons)...
However, I may have some exciting new for you. An incredible solution
that I have been using for a while now is called FSQL. It mimics the
functionality of MySQL, its free and its only one php file to include
(fSQL.php).
The functionality as I mentioned mimics MySQL so much that you can
convert your MySQL queries to FSQL queries in no time (no changes to
the query are necessary).
The only change is that instead of using:
$query=mysql_query(" YOUR QUERY HERE ");
$result=mysql_fetch_object($query);
You would use:
$query=query(" YOUR QUERY HERE ");
$result=fetch_object($query);
Spot the difference?
Kind regards to all and respect to Paul for such an awesome, industry
changing developers solution!!
Thank you Miike, very good news. FSQL can really help many people.
For the easiest of conversions I have developed a library where most of
mysql_xxx functions are rewritten as calls to FSQL functions, kind of a
drop-in replacement for MySQL. So you need to change virtually nothing in
your code if you want to adapt your code from MySQL to FSQL. Also the
index.php file illustrates how this works - you will see a familiar MySQL
stuff.
Download here:
http://www.zzee.com/phpexe/fsql.zip
FSQL Project home:
http://fsql.sourceforge.net/index.html
FSQL Download is here:
http://sourceforge.net/projects/fsql/
Time for me to test it out!
Cheers
Mic
I have no access to my files because I'm in hospital. That said, if you search this group for fsql then you should find some prepared downloads that should help.
--
--
You received this message because you are subscribed to the Google
Groups "ZZEE PHPExe" group.
To post to this group, send email to php...@googlegroups.com
To unsubscribe from this group, send email to
phpexe+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/phpexe?hl=en
---
You received this message because you are subscribed to the Google Groups "ZZEE PHPExe" group.
To unsubscribe from this group and stop receiving emails from it, send an email to phpexe+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.