Přidat otázku mezi oblíbenéZasílat nové odpovědi e-mailemVyřešeno [MYSQL] Vloženie súboru *.rar do BLOB

Řekl bych, že by to mohlo být tímto?

If you want to insert binary data into a string column (such as a BLOB column), the following characters must be represented by escape sequences:
NUL NUL byte (ASCII 0). Represent this character by ‘\0’ (a backslash followed by an ASCII ‘0’ character).
\ Backslash (ASCII 92). Represent this character by ‘\\’.
' Single quote (ASCII 39). Represent this character by ‘\'’.
" Double quote (ASCII 34). Represent this character by ‘\"’.

http://dev.mysql.com/doc/refman/5.0/en/string-synta x.html

Reakce na odpověď

1 Zadajte svou přezdívku:
2 Napište svou odpověď:
3 Pokud chcete dostat ban, zadejte libovolný text:

Zpět do poradny