I am currently doing a project on Wireless Medical Records. I need a host/client database application. I got a few examples like Microsoft Access, Excel, Visual Basic, SQL and C++. - Which should i use and it must be easy to learn. - And can someone explain to me the use of Microsoft SQL..
raywood
1:32 pm on Jul 17, 2004 (gmt 0)
MS SQL Server uses MS SQL language. For the the most part it conforms to ANSI SQL, but it has a few special exceptions and add on's just like most other database servers. You use SQL statements in your application program to connect to the database and do what ever you need to do to the data.
"easy to learn" is kind of relative and subjective. Easy for one person is hard for another person. Tell us what programming language you like to use, and maybe we can be a little more helpful.