Ask a Question related to Coldfusion Database Access, Design and Development.
-
stupidStan #1
coldfusion function for table length
Is there a simple way of finding a tables length in CF?
stupidStan Guest
-
Create Table Through Coldfusion
Hello, I'm trying to create a table through Coldfusion, but I keep getting the following Oracle error: ORA-01031: insufficient privileges ... -
How to call a coldfusion function defined in other coldfusion file??
inside a.cfm, it has code fragment: <cfloop> <cfinclude template="b.cfm"> </cfloop> inside b.cfm, it has code fragment: ... -
ColdFusion MX - Firebird table name issues
Anyone using Firebird DB ever run into this? I have a Coldfusion Firebird connection and I can only view the data in some firebird DB tables (if... -
Using a table function with a SET of parms?
Hi, Given I have defined a TABLE udf of mytableudf(parm1) Is there a way of calling the table function for a SET of parm. values ? i.e once... -
How to get length of string? length() problems
Simplified a bit, I'm parsing HTML documents to get sentences e.g. my $html = get($URL); # remove all HTML TAGs...blah blah blah @sentences =... -
stupidStan #2
Re: coldfusion function for table length
I mean the number of entries in a table...
stupidStan Guest
-
Dan Bracuk #3
Re: coldfusion function for table length
select count(somefield) from sometable
Dan Bracuk Guest



Reply With Quote

