19,155 tutorials online
11 tutorials pending review
763 dead links removed





C and Cpp: Database Related Tutorials

 

mysql connection example
Posted in C and Cpp > Database Related by tutorialgrub on Apr 15, 2011

Mysql is a database, and to gain access to the data within C++ you will need to be able to "talk" to the database via queries (just like on the mysql command line interface e.g. select * from tablename), the connection process is very similar to the command line interface you will need to supply connection details as in hostname (localhost normally), username, password, database to use and also there are other details that you can pass e.g port number more information can be gained from the MYSQL API pages
30 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

Displaying the Newest Entries from a Database in C#
Posted in C and Cpp > Database Related by tutorialgrub on Mar 25, 2011

This tutorial will show how to display the latest entries to a database using a Repeater Control in ASP.NET 4.0 and C#.
30 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial


1