Displaying 3 results from an estimated 3 matches for "alue2".
Did you mean:
value2
2020 Aug 14
2
TDB database commands (TDB used by SAMBA)
...al, where I want to store
basically 3 information:
IP address , Name, TimeStamp - where IP would be the KEY and
"NAME,TIMESTAMP" would be the VALUE.
I am using the tdbtool to insert/store data successfully (like the example
below)
tdbtool myfile.tdb store "key1" "value1,value2,value3,value4"
The problem is when I want to READ the information back. It brings
hexadecimal code in a strange format. (see below)
tdbtool myfile.tdb show "key1"
key 4 bytes
key1
data 27 bytes
[000] 76 61 6C 75 65 31 2C 76 61 6C 75 65 32 2C 76 61 value1,v alue2,va
[010] 6C 75 6...
2020 Aug 17
1
TDB database commands (TDB used by SAMBA)
...TimeStamp - where IP would be the KEY and
> > "NAME,TIMESTAMP" would be the VALUE.
> >
> > I am using the tdbtool to insert/store data successfully (like the
> > example
> > below)
> >
> > tdbtool myfile.tdb store "key1" "value1,value2,value3,value4"
> >
> > The problem is when I want to READ the information back. It brings
> > hexadecimal code in a strange format. (see below)
> >
> > tdbtool myfile.tdb show "key1"
> >
> > key 4 bytes
> > key1
> > data 27 byt...
2020 Aug 17
0
TDB database commands (TDB used by SAMBA)
...formation:
>
> IP address , Name, TimeStamp - where IP would be the KEY and
> "NAME,TIMESTAMP" would be the VALUE.
>
> I am using the tdbtool to insert/store data successfully (like the example
> below)
>
> tdbtool myfile.tdb store "key1" "value1,value2,value3,value4"
>
> The problem is when I want to READ the information back. It brings
> hexadecimal code in a strange format. (see below)
>
> tdbtool myfile.tdb show "key1"
>
> key 4 bytes
> key1
> data 27 bytes
> [000] 76 61 6C 75 65 31 2C 76 61 6C...