전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
how are you?question -> type:
question -> type:
마지막 업데이트: 2011-10-04
사용 빈도: 1
품질:
경고: 보이지 않는 HTML 형식이 포함되어 있습니다
@ item: intable column question,% 1 is capital name
& accept
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
경고: 보이지 않는 HTML 형식이 포함되어 있습니다
@ info messagebox question.% 1 is the close state explanation
invalid report data
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
for insert/update queries you must create these "blob id's" yourself with "ifx_create_blob() ;". you then plug the blob id's into an array, and replace the blob columns with a question mark (?) in the query string. for updates/inserts, you are responsible for setting the blob contents with ifx_update_blob().
you can get at the contents with "string_var = ifx_get_blob($blob_id);" if you choose to get the blobs in memory (with: "ifx_blobinfile(0) ;").