Your 3 DREAM FEATURE for Vstudio ?

Heinrich Ruoff heinrichruoff at gmail.com
Tue Jun 21 10:24:02 CDT 2005


how can a field of type text be defined?
shorttext text(512), shorttext text, 
both don't work?

CREATE TABLE tb_test (
  id INTEGER NOT NULL,
  shorttext text(512),
  longtext text
);

Heinrich


More information about the Valentina-beta mailing list