Re: Best practices for sharing members database between different portals

2003-12-09 Thread Skippy
o remember state information from one site address and apply it automatically to the other two portals upon login. You can't set cookies for other domains. -- Skippy - Romanian Web Developers - http://ROWD.ORG -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Mysql Date column type

2003-12-03 Thread Skippy
plement and more flexible than working with an integer. Also when trying to input data, the datetime field is flexible in that it accepts a subset of the above format where fields starting from the right can be missing (I can only input year and month for example). -- Skippy - Romanian Web Dev

Re: Join only the latest entry...

2003-12-03 Thread Skippy
clause would accept a max() or something along those lines (like saying "give me these rows WHERE column is the biggest/smallest"). :) But I guess that's what subselects were meant for. -- Skippy - Romanian Web Developers - http://ROWD.ORG -- MySQL General Mailing List For list

Re: mysql remote access on linux

2003-12-02 Thread Skippy
any modifications to the mysql database is taken into account immediately. -- Skippy - Romanian Web Developers - http://ROWD.ORG -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Reducing and counting duplicate rows

2003-12-02 Thread Skippy
ight now. Post-processing results in the client would also mean a huge performance hit, but I guess I'll have to look into it. Could you give me an example of such subselects so I can see what to make of it? Can this be even done in any SQL implementation without the aid of client post-proc

Reducing and counting duplicate rows

2003-12-01 Thread Skippy
ted results due to duplicate persons, or I get the right amount but can't filter properly for a certain level. -- Skippy -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]