Store char Arrays (no replies)
(MySQL.com) Hi,
I'm trying to store the data of UDP packets in my database. So I can only access my data via a char* pointer (called "buffer") and a length indicator (called "length").
I don't know how I can feed that into my database. For example, someth