Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.
how are you?question -> type:
question -> type:
Dernière mise à jour : 2011-10-04
Fréquence d'utilisation : 1
Qualité :
Avertissement : un formatage HTML invisible est présent
@ item: intable column question,% 1 is capital name
& accept
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :
Avertissement : un formatage HTML invisible est présent
@ info messagebox question.% 1 is the close state explanation
invalid report data
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :
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) ;").