Hi,
I'm beeing writing a small WEB-API which has to process POSTed metadata and files as json-data and insert it into a SQL Server database.
I know, the client could send the data and files together in one POST using the content-type form-data.
But it could work more easily if the file contents were delivired BASE64 encoded in JSON text fields. I gave it a try and it worked, but for a maximum filesize of 32K only, as is usual with ODBC.
Earlier I had the same restriction with PowerBuilder and could solve it manipulating der PBOdbc.ini file setting PBMaxTextSize.
Is there any setting with SnapDevelop data sources which has the same effect?
Any hint would be very much appreciated
Peter
you made my day - it works either way.
And the solution was so easy... (Yes, I have to admit being an absolute noob)
Thanks for your help