Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
Hi, I have made a form application program in c# called a MEWS System, which displays a patients vital signs and gives a score based on those signs. Now what I want to do is send this information into a database. I have already created the database with a table for storing the data I just need to know how to put that data into it.

The scores are displayed in text boxes and so is the patients name. What code do I need for this?
Posted
Updated 13-Jan-11 10:10am
v2

You should be able to find this by searching the site. I just did:
How to link to an Access Database in a C# Application[^]
 
Share this answer
 
The Microsoft [^]version.
 
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