SfC Home > ColdFusion >
Reader questions and feedback on ColdFusion Development. Also refer to markup language, CFML, Macromedia, Dreamweaver, code, web site, Ron Kurtus, School for Champions. Copyright © Restrictions
Answers to Readers' Questions on ColdFusion Development:
Populate Matrix
The following 1 comments and questions have been sent in. They are listed according to date.
List of first 10 items
What type of database can be used?
Question
November 27, 2007
On several pages you reference a "database"... That's pretty broad, so I am curious just what kind of database you are querying. We have data in MySQL tables - is that something that these scripts can access? If so, how?
Skip - USA
14867
Answer
Beginners in ColdFusion often use a Microsoft Access database. Although easy to configure, it also does not work well with multiple users. MySQL is a preferred database. MS SQL Server db is also often used. We use MySQL.
Using ColdFusion tags and SQL, you can access the various databases, as you would with PHP, ASP, etc. The advantage of CF is there is much less code, so it is easy to program and maintain. The disadvantage is that the server must have CF installed, so the host usually charges extra for that.
Summary
Hopefully, this reader feedback has helped provide information about ColdFusion issues.
Always do your best
Resources
The following are some resources on this topic.
Websites
Books
What do you think?
Do you have any questions, comments, or opinions on this subject? If so, send an email with your feedback. We will try to get back to you as soon as possible.
Feel free to establish a link from your website to pages in this site.
Where can you go from here?
Answers to Readers' Questions
