TLOG databases

03/28/2017 14:39 mrbrick#1
Hi. Where can I get TLOG0 and TLOG1 database?
I have TLOG0 one, but it's not working at all. I can't connect to it with TLogTool :/
03/28/2017 18:17 AncientCompiler#2
Just create a new database and create a table in there with the following name format:
ITEMLOGTLYYYYMMDD like ITEMLOGTL20161104 as example. The struct of the tables you can find in the source for the logservice.
Well you can add these procedures to create them automatically by just entering the date suffix.

TCreateNewDayTable

TCreateTable
Simply run "TCreateNewDayTable" and enter the date in the format YYYYMMDD like 20161104 as example.
03/28/2017 23:16 mrbrick#3
@[Only registered and activated users can see links. Click Here To Register...]
Thanks

I have found this function
[Only registered and activated users can see links. Click Here To Register...]
that creates exactly the same tables

The main problem is that I can't open tables with TLogTool.
LogTool opens connection to DB well, but it can't read the data.


[Only registered and activated users can see links. Click Here To Register...]
03/29/2017 21:10 AncientCompiler#4
Are you sure that you have picked in the "Search" only the days for that are tables existing on the logdb? If you accidently choosed like 27 or 29 and you just have a table for the 28 the tool is going to fail to load the records.