Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I just wondering if there any way to host SQL server freely on the web and access that from different Locations via C# desktop application? So that any one could Log in to the Desktop App and enter data and retrieve data from any place.Thanks a lot for Support!
Posted
Updated 8-Oct-15 18:47pm
v3

Here is list of Few Websites which Provides SQL Hosting Free but for Limited Period of time

hazelhosting.com
googiehost.com
razyhosting.com
craighosting.co.uk
binhoster.com
nextmill.com
hostvesta.com
filetruth.com
hostyd.com
just4free.co
free-hoster.net
host4bros.net
jnt.pw
Webmastercall.net

Hope this might help you
 
Share this answer
 
Hi, you need to host your database in a server system, which can be accessed through the internet, so it must have a public IP. You can host your database in cloud servers, but it is not free. In your case, the options are,
1. Google Cloud Servers free for 2 months - Google Cloud & Check their pricing for SQL hosting - Google Cloud SQL Pricing.
2. As well as, You can try with Microsoft Azure Cloud Servers - Microsoft Azure.
3. And this one is free - Clusterpoint ClusterPoint Pricing - Free Hosting.
 
Share this answer
 
Comments
Hesha 9-Oct-15 3:31am    
HI I tried Cluster point.I created a DB. But how could I insert and retrieve data from Cluster Point to C# desktop App and wise versa Using Cluster point?
VR Karthikeyan 9-Oct-15 5:04am    
Download ClusterPoint .Net API from here - .Net API download. By using this API, you can connect your database created in ClusterPoint server with your C# Desktop Application and you can do all database operations.
Refer this documentation - ClusterPoint .Net API Documentation.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900