Creating a Database
March 25th, 2008 . by HenryExposing a database as a Web Service, you first need to have the entire database around, to create a very simple database with one table to store personal information. Its table will have four fields to store ID, name, address, and age. This sample application is based on My SQL databases, but you can do the exact same thing with any given database. You can add much more data if you want. You can either insert data by running SQL or you can just insert all the data by using the My SQL Query Browser. When listing the names of all the persons in the DB, you just need to return the String array.
