Baptiste
Dec 27th, 1999, 05:00 AM
I've made a program which create a database
(1 .mdb file with 2 table and 12 fields).But
I noticed that it takes too much place since
it receive near 500 or 700 recordsets a day.
That makes 7Mo a day!!! obviously that is too
big. So, what are the constants or the methods or anything else I can do to lighten
the database in order to reach a ratio such
as 150 or 200 octets per recorset, given that
I do not need to sort the datas, it is only
a log on which I only apply SQL's requeries.
Nota: in a recordset, I sent 80/90 charaters,
and I am still using the old good JET database engine which is enough for me.
Thanks
(1 .mdb file with 2 table and 12 fields).But
I noticed that it takes too much place since
it receive near 500 or 700 recordsets a day.
That makes 7Mo a day!!! obviously that is too
big. So, what are the constants or the methods or anything else I can do to lighten
the database in order to reach a ratio such
as 150 or 200 octets per recorset, given that
I do not need to sort the datas, it is only
a log on which I only apply SQL's requeries.
Nota: in a recordset, I sent 80/90 charaters,
and I am still using the old good JET database engine which is enough for me.
Thanks