SimpleTable is a set of Macromedia ColdFusion MX custom tags which builds sophisticated, secure ColdFusion Web Database Apps without complex programming, but unlike many wizards, it does not sacrifice flexibility for advanced users/programmers. You will be amazed by the power you will gain and the time you will save for time-consuming tasks that almost every developer has already done several times in the past. |
|
Usually it is difficult to decide were to store files, uploaded by application users - as file on hard disk or in a database. But for those of you who want to store files in a database we recommend these CFX Java tags.
It was not easy to work with large database objects in early ColdFusion versions. And we had some hardships resolved by using present CFX tags.
jBLOB library is a set of easy to use ColdFusion CFX Java classes used to read and write binary information to and from database. jBLOB can be used to upload docs (images, MS Office files, etc) into Oracle, MSSQL and any databases with ODBC connection. The set of classes can be used on UNIX and NT platforms so jBLOB is universal and ultimate solution for ColdFusion developers who work with large data objects.
Installation procedure has four steps:
Check/install JDBC drivers
Copy and register CFX tags
Create demo database MSSQLBLOB
Copy ColdFusion demo script to web server directory
Tag Syntax
Note: demo version can store files with size up to 8000 bytes only! |
|
verveCFListRand is a ColdFusion Custom Tag that can be used to genertae a list of unique random numbers between (1) and (any number). You can then use the list to loop and output query results in random order.
Typical use of this tag would be in you wanted to display the results of a query or list in random order every time your ColdFusion page loads. |
|
This is a program which helps users to produce ColdFusion templates to meetout their needs in building new websites. It uses MS Access database, Oracle database, Microsoft SQL server database or any other database that have ODBC or ADO connection since it generates CFM using data source. With the help of created CFM users can manage each and every aspect (adding, viewing, deleting, searching etc.,) of the records which are in the database. This code generator can be used to create CFM for tables and It is easy to customize this program to meetout entire satisfaction of the users. It has several enhanced features for the benefit of the users. |
|
This is a ColdFusion-based MySQL web administrator, which supports most of the features that could be applied to the database.
Some of the features supported are as follows,
• List/Add/Drop MySQL databases;
• List/Rename tables in a database;
• Add/Modify table schema/indexes;
• View/Add/Update/Print records;
• A SQL Query Editor that lets your query database and print the output;
• Dump the schema of a single table or dump the schema of all the tables from a database;
• Backup/Restore Database/Tables from/to the remote server;
• A User Manager |
|
|
|