Your 3 DREAM FEATURE for Vstudio ?

Heinrich Ruoff heinrichruoff at gmail.com
Tue Jun 21 00:59:35 CDT 2005


> Is this SQL file was produced by Valentina?
no, it was created for mySQL

thanks - this is working:

CREATE TABLE tb_test (
  artikel INTEGER NOT NULL,
  datei varchar(255) NOT NULL
);
INSERT INTO "tb_test" ( "artikel" , "datei")  VALUES (1,'file1');
INSERT INTO "tb_test" ( "artikel" , "datei")  VALUES (2,'file2');
INSERT INTO "tb_test" ( "artikel" , "datei")  VALUES (3,'file3');

I'll do further testing tomorrow...

Heinrich


More information about the Valentina-beta mailing list