How to upload image file to internal SQL database

Hi, I want to upload image file using SQL.
I found out that image files are kept in internaldb:
localhost:8088/main/web/status/sys.internaldb

I need to know how to create connection to this database and send file using NamedQuerry or PrepQuerry?