Hi,
My problem is:
I'm tryin to register a new user (grab their name and when they installed a trial version) of a c# application. I have a sqlite db on a hosted web server however using sqliteconnection's encounter problems with firewalls.
Is there any way in sqlite I can insert a new row into a db over port 80 or by manipulating a http string?