Maxlength to 64K?

D

Dietmar Liste

Guest
My homepage contents large texts (up to 64K in one field). This is the maximum size Windows Filemaker allows. I export/import the the whole table file in csv format via myPHPadmin everytime a correction or addition was made. And it works well.

(How) can I config DaDaBIK fields to this size?

Dietmar
 
D

Dietmar Liste

Guest
After changing 'maxlength char(3)' to 'maxlength(6)' in 'business_logic.php' AND after running install.php again the fields are working up to 99999K - if you want.

Dietmar
 
E

Eugenio

Guest
Dietmar Liste wrote:
>
> After changing 'maxlength char(3)' to 'maxlength(6)' in
> 'business_logic.php' AND after running install.php again the
> fields are working up to 99999K - if you want.

The maxlength affect only the HTML maxlength attribute of an input text field.
If you use textarea fields instead, you can safety forget the maxlength property.

(Latest version of DaDaBIK when this message was posted: 1.7)
 
Top