|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Firebird CLOB support
Why Firebird does not support CLOB data type?
How can I save long text into my db? |
|
#2
|
|||
|
|||
|
Code:
CREATE TABLE my_text_table ( id INTEGER PRIMARY KEY, clob_data BLOB SUBTYPE TEXT ) |
|
#3
|
|||
|
|||
|
thank you
Quote:
ok, thank you. |
![]() |
| Viewing: Dev Shed Forums > Databases > Firebird SQL Development > Firebird CLOB support |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|