Your 3 DREAM FEATURE for Vstudio ?

Igor Gomon giv at tlc.kherson.ua
Tue Jun 21 01:13:45 CDT 2005


> ok - I try to import an unicode text sql file with:
Is this SQL file was produced by Valentina?

>CREATE TABLE tb_test (
Try the table name in double quotes.

>  id bigint(20) NOT NULL default '0',
As I know 'bigint(20)' is not a valid field type name for Valentina.

>  file varchar(255) NOT NULL default ''
>);
>INSERT INTO 'tb_test' ( 'id' , 'file')  VALUES
('1','files_ONLINE/b_2020.pdf');
>INSERT INTO 'tb_test' ( 'id' , 'file')  VALUES
>('2','files_ONLINE/1736158A.pdf');
>INSERT INTO 'tb_test' ( 'id' , 'file')  VALUES
('3','files_ONLINE/1736035.pdf');
The table name must be in double quotes or without it at all.


-- 
Best regards,
Igor Gomon
-------------------------------------------------------------
e-mail: giv at tlc.kherson.ua
web: http://www.paradigmasoft.com

To subscribe to the Valentina mail list go to:
http://listserv.macserve.net/mailman/listinfo/valentina




More information about the Valentina-beta mailing list