Ask a Question related to Macromedia ColdFusion, Design and Development.
-
Bigjjames #1
Query Syntax
HI,
Can someone give me a few poitners on the most efficient uses of QUERY.... e.g
if there are several query's on one page would it be best to group into one and
and ref all fields from that one, how does the DB (Access) deal with the
query's best? etc tec
thanks
Bigjjames Guest
-
CFPARAM Query syntax
Can anyone tell me the proper syntax to enter a query into a cfparam variable?? I would like to put the result of the query Recordset3 into the... -
Variable Syntax Query
I'm building a button bank of 6 buttons whereby pressing one button releases the last button activated. Each button is it's own movie clip named... -
Syntax error in Query Expression,
Hi everyone I have a page on my site in which i wish to display links to brochures, and i have stored an index of these links in my database. ... -
Can some help me with the syntax, ADo.net C# dataset query
hi every body i need help i have a dataset called ds, which contains a table called login_table, which contains three columns, namely (login,... -
SQL Syntax Query - sorry
Colin, Working simply with what you gave us (as opposed to what you might be doing in the end). Why not try: desc family Name ... -
Syncopation #2
Re: Query Syntax
It depends on what type of query you're doing. It may be easier for you to put
all your queries/functions in one file (*.CFC) and call that page using the
<cffunction> tag. You can combine all your queries into one if you are simply
getting data from a specific table also. just pass in the variables necessary
and do something like this:
<cfquery name="get#TableName#" datasource="myAccess">
SELECT *
FROM #TableName#
</cfquery>
Syncopation Guest



Reply With Quote

