Library code snippets tagged with mysql
Page 1 of 1
-
How to access a MySQL database with .NET
by Edward Tanguay
Demonstrates how to connect to a MySQL database with C#.
-
Get metadata on MySQL databases
by Edward Tanguay
An example of how to get metadata - such as all the databases on the server, all of their tables, and the corresponding field information for that table.
-
Limit the number of rows returned
by altphpfaq
How to limit the number of records returned from a MySQL database