Hello Jean-Philippe,

On Friday 14 May 2004 07:48, Jean-Philippe LIOT wrote:
> It would change nothing to the existing person's data. I hope i can add
> these feature.

Yes, I am sure it will be useful not only in your clinic but also for many 
others too. Specially the functionality to display the family tree is very 
nice.

By the way, when you code the sql queries, please make sure that you do not 
use mysql specific formatting because they do not work in postgresql nor in 
other dbms. There only a few things to do:

a) enclose the sql queries with double quoutes not single qoutes:

e.g.  "SELECT * WHERE item = 3";

b) do not use backticks (or backqoutes) to enclose field names, just leave 
them unenclosed.

e.g. "SELECT name, age WHERE item = 3";

c) Use single qoutes to enclose string values (not double qoutes).

e.g. "SELECT name, age WHERE  address = 'La Vista' ";


Thanks a lot,
elpidio


-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id%62&alloc_ida84&op=click
_______________________________________________
Care2002-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/care2002-developers

Reply via email to