0
811
views

Delete a record from a ColdFusion query

A very neat method hidden in the depths of ColdFusion that will delete a row from a ColdFusion query queryNew() in one, very simple line of code.

READ MORE & VIEW COMMENTS
1
788
views

Order mySQL results in a predefined set list order

This neat little mySQL function will tell mySQL to return your recordset in a list order specified by you. So, for example, you can order by in (2,1,4,3,5).

READ MORE & VIEW COMMENTS
0
926
views

How to order results randomly in Oracle

A very simple way to return your Oracle results randomly.

READ MORE & VIEW COMMENTS
0
1864
views

How to LIMIT results in Oracle

Those familiar with MySQL and PostgreSQL will know about the LIMIT clause these database's have. For those not in the know, the LIMIT clause will limit your resultset to a specific number. Here is the way to perform a similar action in Oracle.

READ MORE & VIEW COMMENTS
0
2057
views

How to kill a user's session in Oracle

Sometimes an Oracle action cannot be performed due to a user session still being active. To perform the action you will need to kill this session, here is how it is done.

READ MORE & VIEW COMMENTS
0
1025
views

memcached for Windows

Not only is memcached readily available for Linux/UNIX, but you can also get a pre-compiled version for Microsoft Windows Server.

READ MORE & VIEW COMMENTS