Hey guys, it's been a while. Believe it or not, I'm using DBPro to make something for an engineering company. Makes a change for me from rubbish FPS games!

My question:
Is there a co-ordinate limit in DBPro?
I'm making a program to check building positions, and it's checking drill locations over a very wide area, 79,300 DB units (which are metres in the real world). Now, in a range that's tight to the origin it works fine (10,0,10), but funny things start happening with drill locations at extreme distances (79300,102,77645).
I CAN post my source code if people are interested, but it's pretty confusing without loads of backstory. Basically, I'm just wondering whether anyone else has had strange results at extreme co-ordinates like me.
I can simply change the DB scale, so instead of one unit being one metre I can make it a smaller scale but I'm reluctant to go through and put a scale factor on all the loading in and saving points.