Working with MySQL in VC++
OVERVIEW One of the chief advantages of using Mysql databases in VC++ is that it is incredibly fast. Since almost every application which uses MySQL […]
OVERVIEW One of the chief advantages of using Mysql databases in VC++ is that it is incredibly fast. Since almost every application which uses MySQL […]
In some Linux installations, installing mysql-server does not prompt for a root password for mysql, thus creating the problem where you either run mysql under […]
WHAT IS SOCRATES Socrates is a web based application which generates a database schema diagram. It is written in PHP and uses JQuery in the […]
Common mistake when querying float fields is to use the equal sign eg. select * from table where amt = 19.99 This never works because […]
During my recent project, i was in a situation where I had to move a large mysql database from a testing server to live server. […]
Copyright © 2024 | WordPress Theme by MH Themes