is too long (>30 chars)

Hi to All.
Could Someone resolve this problem, while importing a solution in the server.

com.servoy.j2db.persistence.Server Column name 'prezzo_della_quantita_scaricata' from table 'progressivo_scarico_art' is too long (>30 chars) -- this is not supported by all databases

Note that many times I imported the field ‘prezzo_della_quantita_scaricata’ and i had no problem.
Tanks in advance.
Gianni Pinna.

Hi Gianni,

This is just a notice that your column name is longer than 30 characters. Database vendors like Oracle don’t support database objects with >30 character names so deploying your solution to such a database would give you errors.
Other vendors don’t have the 30 character limitation so you can still do it. Servoy just warns you about it. You can simply ignore it.

Hope this explains it.

Tank You, Robert.
Gianni Pinna.