PDA

View Full Version : ICS Telecom Internal Database



noircy
2010-09-11, 04:24 AM
Hi All

Does someone have documentation about Tcs Telecom
internal datase structure ( .DAT, .DAM, .SIT, .MB2, ...) ?

Thanks!

zeuscane
2010-09-11, 05:40 PM
Look at this post
http://www.finetopix.com/showpost.php?p=61869&postcount=1

or because you are junior member at
http://www.atdi.us.com/docs/The%20data%20bases.pdf

regards

zeuscane

noircy
2010-09-11, 09:02 PM
Thanks zeuscane.

I would have information about the internal structure of these databases.

In ICS Telecom some functions are only accessible with these internal databases.
I would synchronise a big SQL database directly (maybe by a ICS internal database ODBC driver).

zeuscane
2010-09-11, 11:02 PM
I would try to read the manual posted here:
http://www.finetopix.com/showpost.php?p=98984&postcount=1

Regards
zeuscane

noircy
2010-09-17, 05:23 AM
Thanks ... but there is no description about the structure :
A example :
For .SIT database
offset 11 is the name
offset 128 is the adress
offset 242 is the town
offset 342 is the country
offset 424 is X coordinate (4 byte float)
offset 428 is Y coordinate (4 byte float)
offset 616 is pylon height (4 byte float)
... and so on

it's the kind of description I would like to have for other databse file (MB2, DAT, ...)

Thanks