
Knowing DB size through code
I could be mistaken, but I believe that FileLen will give
you the size of Mydb.mdb in bytes - not the name length.
Check out the help on it.
-hai
Quote:
>-----Original Message-----
>Thank you;
>i want to know the size of myDB.mdb ,not its name
lenght.its size in mega
Quote:
>bytes.
>thanx.
>> try:
>> FileLen ("Path\File")
>> -hai
>> >-----Original Message-----
>> >Hi;
>> >Is there a function or something like it that can
return
>> the size of my
>> >current Data Base(The DB that code is running from
inside
>> it)?
>> >Thank you.
>> >.
>.