Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

How can i create windows gadget to enter record in sql database ?
Posted

1 solution

What you will need to do is have a WebService that can handle the data sent from the gadget. Use that webservice to write to the SQL db.

In the gadget, probably best to package up the data as json format and post to the webservice.

Note: Windows 7 gadgets (or sidebar applications) have pretty much been dropped due to security risks.
 
Share this answer
 

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