
May 10th, 2004, 09:41 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 888
Time spent in forums: < 1 sec
Reputation Power: 5
|
|
|
Article Discussion: Two Lessons in ASP and MySQL
ASP and MySQL are designed and distributed with completely different rationale, not to mention by two very different companies. But there is a good chance that you may want these two technologies for your dynamic application, in which case you need them to 'talk' to each other. One major obstacle to this could be that they differ in their handling of dates and times. This article will show you two functions you can implement to allow them to communicate peacefully, without trying to re-configure date/time formatting in either.
Read the full article here: Two Lessons in ASP and MySQL
|