https://bugs.freedesktop.org/show_bug.cgi?id=65359
Priority: medium
Bug ID: 65359
Assignee: [email protected]
Summary: Base Crashes when using SQL Create Table command
EDITING
Severity: blocker
Classification: Unclassified
OS: Windows (All)
Reporter: [email protected]
Hardware: Other
Status: UNCONFIRMED
Version: 4.0.3.3 release
Component: Database
Product: LibreOffice
When I attempt to create a table (as per the tutorial) using SQL commands the
program crashes out.
I manage to type the first section of code:
DROP TABLE "Patient Medication" IF EXISTS;
DROP TABLE "Medication" IF EXISTS;
DROP TABLE "Payment" IF EXISTS;
DROP TABLE "Schedule" IF EXISTS;
DROP TABLE "Assignment" IF EXISTS;
DROP TABLE "Therapists Number" IF EXISTS;
DROP TABLE "Phone Number" IF EXISTS;
DROP TABLE " Patient" IF EXISTS;
DROP TABLE "Psychiatrist" IF EXISTS;
DROP TABLE "Medical Doctor" IF EXISTS;
DROP TABLE " Therapist" IF EXISTS;
I then start the next line
CREATE TABLE
As soon I put a space after this line the system crashes and goe into recovery
mode, this means I cannot proceed any further on the tutorial!!
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs