I'm trying to insert an image into Mysql as data, to access it from a Visual Studio program and Android Studio application at the same time - but iI'm having trouble finding a tutorial.
Asked
Active
Viewed 38 times
0
-
You can convert the image to a byte array and store it in MySQL as a blob. – Tyler Liu Feb 05 '22 at 18:15