Thursday 2 June 2011

The Beginning of Máquina de Cajero Libre

To start De Libre, we need to set-up a database to store all the data. Our first approach was to use the internal database of the sharpdevelop programming tool. But it was found that it has no internal database unlike its Microsoft equivalent ( Microsoft Visual Studio). We got two alternatives are on building the database which are setting up MySql and using Libre Office database which are in ODF --> open document format. Apparently, we can't find any information on linking up the ODF database to a C# language. Therefore our last resort will be creating database with MySql.

The next step will be installing MySql to our machine. After reading through the manual, there are 3 components to download which are : 1) MySql community server - which only available for windows and linux and this makes the database running. 2) MySql workbench - which available for all OS. 3) MySql connector(ADO.net) - which available for all OS. ADO.net --> the only connection string to connect MySql with our selective compiler tool. These three things are essential on building the database on MySql.


FIRE BREATHING RUBBER DUCKIES

No comments:

Post a Comment