Hi again,

Hermann Kienlein schrieb:
> Hi *,
> I´m trying to use a existing csv-file with hsqldb1.7.
> So first I read hsqlTextTables.html from doc.
> Then I put this file where the other files are and try to connect with:
> set table CSVFILE source "hsqldbf.csv;ignore_first=true;fs=\semi"
> this works, but hsqldb created a NEW file named:
> hsqldbf.csv;ignore_first=true
> It seems that the first ";" is ignored. Any ideas?
> 
I found the error :-) if I use a filename without extension e.g.
"hsqldbf;ignore_first=true;fs=\semi"
all works fine. So the problem is the dot in the filename. I think this a bug, or?



-- 

mfg
Hermann Kienlein
-------------------------------------------------------------------
EDV-Systeme Kienlein GdbR                       FON: +49-9184-80040
Pfarrer-Zinckel-Str. 10                         FAX: +49-9184-80041
D-92364 Deining         http://www.kienlein.com



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
hsqldb-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hsqldb-developers

Reply via email to