database

  • C# MySQL On Windows Named Pipes Development Mode

    While outlining the scope for a new project I’ve considered the possibility of using MySQL for budgeting purposes with respect to the potential size and growth rate of the database. I downloaded and ran through the latest setup for MySQL… Continue reading

  • How to Create secure relational databases in SQL

    The first step to a secure DB, is a well structured DB and the application layers that access it. Take the following example of a table containing factories and the robots they produce. FACTORYNAME ROBOTNAME FACTORY1 Ron FACTORY1 John FACTORY2… Continue reading