I want to read a JPG
file in C++
and insert to a MicroSoft SQL Server 2014 (or 2019) database
as varbinary(max)
type via nanodbc
( doc is here and github is here ). There are several examples in the doc site. However, I find nothing about inserting varbinary
. How can I do it? Any example
or alternative library
will be appreciated
1条答案
按热度按时间bvn4nwqk1#