Home > Back-end >  ADOQuery odbc mysql, how to write a memory contents to the database.
ADOQuery odbc mysql, how to write a memory contents to the database.

Time:09-21

Char * pBuffer=new char [100].
How to pBuffer point to write the contents of the block of memory to table table1 data fields, data types for mediumblob,

CodePudding user response:

No reason,,,,

CodePudding user response:

Try to convert an array to MemoryStream

Reference:
BCB database image preservation technology
http://blog.163.com/tab_98/blog/static/1192409720166233736337/
  • Related