rgelb


Comments:

10 reasons why I chose MySQL over MSSQL2005 Express

posted by rgelbrgelb(250) 4 years, 4 months ago 0

I agree, that LIMIT takes the cake, but it has issues namely it's crippled use inside of stored procedures. In addition MySQL has a lot of other issues, documented here: http://www.angryhacker.com/blog/archive/2007/09/16/mysql-eye-for-an-microsoft-sql-server-guy.aspx

Reply

Distance Calculation using Latitude and Longitude in C#

posted by rgelbrgelb(250) 2 years, 2 months ago 0

Here is a native code version I used - was much faster than the C# version.

http://www.vbrad.com/article.aspx?id=69

Reply