Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
R

rungecko2

@rungecko2
About
Posts
1
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Stored Procedures in MySQL
    R rungecko2

    Don't believe what you hear about MySQL. MySQL is great for simple PHP web applications, but not for more advanced applications. Don't expect version 5.0 to hit production status anytime soon. Version 4.1, which finally introdces subqueries and added functions still isn't even production yet. If you need stored procedures, subqueries, views, foreign keys, transactions, triggers, etc, MySQL is not for you. InnoDB supports FK and transactions, but that's it. PostgreSQL is a much better database, has the most features out of the open source databases, and is more similar to Oracle. It supports numerous languages for writing code, with the default PL/pgSQL very similar to Oracle's PL/SQL. Firebird is another feature-rich open source database. PostgreSQL FireBird

    The Lounge announcement csharp html mysql com
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups