Jump to content

What is your favorite language?


ZulfadlyAshBurn

What is your favorite language?  

33 members have voted

  1. 1. What is your favorite language?

    • HTML
      3
    • Javascript
      5
    • PHP
      8
    • MYSQL
      4
    • ASP
      0
    • PYTHON
      1
    • PERL
      1
    • CSS
      3
    • VB.NET
      1
    • C++
      2
    • C#
      1
    • Badger
      2
    • Other(s)
      2


Recommended Posts

What? HTML & CSS definitely aren't and MySQL is a database server. SQL (Structured query language) is the language of relational database systems (while I would agree, they all have there own dialects).

 

MySQL strictly speaking does have programming embedded into it in the form of Stored Procedures, it just lacks any real triggers, Oracle and Informix have great support for triggers, but comparing how much you spend on Oracle (in the thousands of $ or £ mark) or Informix for that matter you'd expect that to be a well maintained system and with some huge support for them!

 

To trigger a stored procedure you'd need to attach PHP or another language to invoke that stored procedure.

 

Mine are:

PHP

Perl

MySQL

C++

 

(more or less in that order too) C++ and C (couldn't see C in the list) are just out of pure interest, want to try and create a socket server in C or C++ eventually, what I am writing in PHP at this very moment, want to allow Flash to connect to a TCP socket and play network multiplayer games!

Link to comment
Share on other sites

MySQL strictly speaking does have programming embedded into it in the form of Stored Procedures

 

Which is indeed part of the language SQL. MySql isn't a language.

 

Also, MySQL has had triggers since version 5.0 and if you want to pay for it you can, it is owned by oracle after all.

Link to comment
Share on other sites

I did say embedded and in the form of '' that meaning MySQL is not a language.

 

But I was meaning in the sense of triggers that MySQL has to have something happened to that data to make the trigger work, MySQL can not do this on it's own, if a user for example is added to a users table, the trigger occurs after that.

 

You could in Oracle (did this at University myself), you could get the Oracle services (not sure which one would actually do this or which ones), to go through on a specified time to say remove any users that have not been logged in, without having to put that in your application logic, that's what I mean by lack of invoking triggers on it's own.

Link to comment
Share on other sites

But I was meaning in the sense of triggers that MySQL has to have something happened to that data to make the trigger work, MySQL can not do this on it's own.

 

Um, indeed it can. It has had temporal triggers since 5.1

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.