Datatype "TEXT" in Oracle
Hello,
I try to use QxORM with Oracle 10g and when I want to create a table with QxORM it wants to create a textfield with the type "TEXT". In Oracle there is no tyoe "TEXT" but VARCHAR. The AUTOINCREMENT Function is also not working (I disabled this for the moment).
Is there an option to change this or did I something wrong with my OCI plugin?
I get the output:
[QxOrm] execute sql query failed : CREATE TABLE TestElementType (test_element_type_id INTEGER NOT NULL PRIMARY KEY, test_element_type_name TEXT)
and an oracle error 902.
I tried the same with VARCHAR(200) instead of TEXT and it worked.
Any pointers, what to do?
greetz
Ricardo
I try to use QxORM with Oracle 10g and when I want to create a table with QxORM it wants to create a textfield with the type "TEXT". In Oracle there is no tyoe "TEXT" but VARCHAR. The AUTOINCREMENT Function is also not working (I disabled this for the moment).
Is there an option to change this or did I something wrong with my OCI plugin?
I get the output:
[QxOrm] execute sql query failed : CREATE TABLE TestElementType (test_element_type_id INTEGER NOT NULL PRIMARY KEY, test_element_type_name TEXT)
and an oracle error 902.
I tried the same with VARCHAR(200) instead of TEXT and it worked.
Any pointers, what to do?
greetz
Ricardo