I am learning Java and I'd like to use MySQL to create, delete and
update databases using Java. I have done this with C++ SQLite, but now,
as I said, I want to port my code to Java [not easy for a Java nubby].
However, the MySQL installer [mysql-installer-web-community-5.7.18.1]
has several cho
hould use hex representation, for example :
INSERT INTO users VALUES (7,'zk'',1,binary 0x112233,binary
0x44556677,.);
or at least escape sequences in text strings
--
Best regards,
Papa mailto:[EMAIL PROTECTED]
---