Search found 3 matches

by fred_nd
28.03.2007, 16:05
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: 'Range check error' on SELECT with JOIN
Replies: 1
Views: 1123

'Range check error' on SELECT with JOIN

I have a very strange problem with the following SQL query (it was more complex earlier, but this still causes the same problem). SELECT Sites.Name, Inventory.Name FROM Inventory JOIN (Sites) ON Sites.IndexID = Inventory.SiteID) WHERE Inventory.IndexID = 62; The error ERangeError "Range check e...
by fred_nd
05.03.2007, 10:46
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: DataType ftTime limited to 24 hours
Replies: 2
Views: 836

DataType ftTime limited to 24 hours

I have been playing around with generating time statistics from data in a MySQL database. The problems I'm having is that I will sum up lots of small time values into one larger time value, and the result I get from the database can be something like "136:00:00". This is then converted to ...
by fred_nd
02.08.2006, 13:05
Forum: Bug Reports
Topic: [bug_fixed] Compiling in Borland C++ Builder 6
Replies: 1
Views: 2285

[bug_fixed] Compiling in Borland C++ Builder 6

Today I compiled the rev 79 from mdaems in Borland C++ Builder, and had some troubles. I havent checked the SVN since I did not find any info on how to do that ;) so possibly the errors are already fixed there? 1. Access Violation in dcc60.dll when compiling ZPlainMysqlConstants.pas, fixed this by c...