From: Yves M. <yme...@li...> - 2004-10-29 10:35:37
|
> Hi again, > > to show that handling date datatypes in different RDBMS is not easy > portable, here some syntax examples (copied from sqlzoo.net): [...] > So you see, it's really hard to use ANSI SQL :-) But perfparse does not > use to many of the special cases, so i think it will be easier to make = it > db independent. [...] Remember that with modules, you can do something very different from one = db module to another. You don't need to follow the same database schema if you don't w= ant to. Too much different modules is bad (more work, more bugs...) But if you need speed and space, don't try to be 100% compatible. The mys= ql module will never connect to a postgresql database :) And again, the main problem that you will have is in the CGIs : they don'= t use modules. I have ideas for the CGIs and we can talk about that when you want. Yves --=20 - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - Perfparse - http://perfparse.sf.net/ - |