I'm using php with db2, and i need to insert
files in a blob field type, using unified odbc functions.
i've already used prepare and execute statements,but the program timed out.
the problem is that in mysql, i can put files in blob fields directly from his source code, but this is not sql default.
So, i can't do this using db2, somebody already have done this before?
files in a blob field type, using unified odbc functions.
i've already used prepare and execute statements,but the program timed out.
the problem is that in mysql, i can put files in blob fields directly from his source code, but this is not sql default.
So, i can't do this using db2, somebody already have done this before?