By tag: MySQL
0
kicks
10 reasons why I chose MySQL over MSSQL2005 Express
10 reasons why to choose MySQL as database engine for your websites instead of MSSQL 2005
0
kicks
Selecting Random Records With SQL
Have you ever wanted to be able to SELECT a random record or records from a database table, but was unsure how to do it with SQL, instead of through code?
Fortunately there is a way to do it in SQL Server (and MySQL, PostgreSQL, Oracle, DB2, SQLite, and yes, even your favourite, MS Access), and ...
0
kicks
MySQL eye for an Microsoft SQL Server guy
As I've been porting Subtext to MySQL, it's been a learning experience. I've come to both marvel at MySQL's simplicity and tear my hair out at the maddening insanity of half-implemented features. I go back and forth between saying "SQL Server should have done this" and "SQL Server had...
0
kicks
Performance tests of MySQL, SQL2005 Express and Postgresql
Some performance test numbers of MySQL, MS SQL 2005 Express and Postgresql in a specific scenario.
0
kicks
Convert a C# Object to a SQL string
A static method that converts C# standard objects and types to a SQL string, e.g. a byte array is saved as a blob.
0
kicks
A Better View On Your Coding Community!
A great site that aggregates the top coding-related feeds in one convenient and easy-to-use location. Filter information by providers, topics and keywords in order to quickly find the information that you need.
0
kicks
Getting Mono and MySQL to Play Nice
While messing about with Mono and MySQL on Fedora Core 6, I came across a particularly aggravating bug.The current .Net/Mono driver provided for MySQL has an odd flaw in the way the code is written. If you've tried the driver using .Net, you would never know it's there, but if you're using it under ...
0
kicks
MySQL Tools for Visual Studio 1.0.1
MySQL Tools for Visual Studio is a plug-in for Visual Studio 2005 which allows developer to maintain database structures and objects all from within the Visual Studio environment...
0
kicks
Using MySQL with .NET
It is realy amazing to combine a powerful platform like .net with a free database like MySql. Well the credit goes to the ODBC database functions in ADO .net. You install it and its ready for the action and rollover to build a simple application for reading a table built in MySQ.
Read to know mo...