To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=31385





------- Additional comments from [EMAIL PROTECTED] Mon Sep  4 18:05:57 -0700 
2006 -------
Not sure if this is still the case with HSQLDB.

I am attaching an embedded database file.

Open this file, then open the SQL window.

Copy and paste these commands into it.

CREATE TEXT TABLE "DISCIPLINARY_ACTION_TXT"("ActionID" INTEGER NOT NULL PRIMARY
KEY,"StudentID" INTEGER,"StaffID" INTEGER,"ActionType" VARCHAR(50),"ActionDate"
DATE,"ActionComments" LONGVARCHAR);

SET TABLE DISCIPLINARY_ACTION_TXT SOURCE "DISCIPLINARY_ACTION_TXT.CSV;all_quoted
= true";

INSERT into DISCIPLINARY_ACTION_TXT ( SELECT "ActionID", "StudentID", "StaffID",
"ActionType", "ActionDate", "ActionComments" FROM "DISCIPLINARY_ACTION" AS
"DISCIPLINARY_ACTION" );

Close the database and open the file DISCIPLINARY_ACTION_TXT.CSV with any text
editor.
The second record includes an embedded lineend character.




---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to