Ask a Question related to Coldfusion Database Access, Design and Development.
-
xcoldnet #1
CFML & MySQL
Can I use CFML with MySQL? at the moment I am using CFML with MS Access.
Can I use the same CFML code with MySQL?
Dario
xcoldnet Guest
-
Flash and CFML
I just posted this same question but was in the wrong section of the forums. I am very new to flash but can definitely see the potential of this... -
CFML from MSSQL
I am attempting to pull CFML, <cfoutput>'s, etc. from a database and have them inserted into a .cfm page and executed at runtime. Instead of the... -
CFML to HTML
Is there a way to convert a whole ecommerce site with all of it's many products from CFML to HTML for easy spidering? I haven't found any snippets... -
ASP code to CFML
I try to use AspPDF ActiveX for auto generating PDF file. All examples at AspPDF website writen in ASP/.Net. Would you like to help me converting ... -
use cfml in JS
Hi Is it possible to use ColdFusion functions in Javacript ? e.g. (won't work) <script language="JavaScript" type="text/javascript"> <!--... -
VillageX #2
Re: CFML & MySQL
I haven't used MySQL enough to know all of the syntax differences between it
and Access; but there shouldn't be many, if any. For the most part, your SQL
code should work the same. You'll just need to setup a datasource for your
MySQL database, and reference that instead of Access in your CFQUERY tag.
VillageX Guest
-
prayank #3
Re: CFML & MySQL
CF does support MYSQL and your code shud work fine, if ur not using any special
constructs - particular to MS Access.
This shud get u started with MySQL on CF:
[url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=6ef0253[/url]
cheers :)
Prayank
prayank Guest
-



Reply With Quote

