Guest_imported
New member
- Jan 1, 1970
- 0
I want to save a memo that is in the form to a database who have a field type blob called "help1". I'm using Interbase.
I created that using this SQL:
create table test(id integer, help1 blob sub_type -1);
Could you help me? Thanks
I created that using this SQL:
create table test(id integer, help1 blob sub_type -1);
Could you help me? Thanks