Problems
How can I prevent SQL injection attacks?
SQL injection attacks occur when a client manipulates a web page to pass invalid data to a query. Th...
How can I store an image in a database?
To store an image in a database we must first turn the image in a BLOB or Binary Large OBject.
Ba...
How do I connect to a Progress Database
To connect to a Progress 9.1 Database you first need to licensed copy of the Progress Client.
Onc...
How do I create a query by hand?
Most (but not all) ColdFusion queries come straight from the database, but there are times when you ...
How do I get the primary key of a record added to the database?
Many people use database tables with autonumber primary keys. These are columns (typically named "id...
How do I get the SQL used to generate a query?
Most queries written in ColdFusion will contain one or more dynamic portions. If you want to get the...
How do I programmatically create a new datasource?
The short answer is to use the Coldfusion Administrator API.
The following is taken directly from...
How do I return a query from an Excel file?
NOTE: To use the below solution, your ColdFusion server must allow you to create Java objects. Many ...
Is it possible to connect to an Access database on another server?
Yes. This setup requires 2 basic steps. 1) the server running ColdFusion will need a mapped networ...