Thanks Shantha,
I will give it a try. But I am loading this information through the web or passing the query in a sql statement through a datasource name.
Thanks...
I am trying to do a bulk copy from one datasource (Access) to another (Oracle). I know in sql server you can just separate each new inserts with a ";". But I keep getting errors in Oracle,
Why?
I am trying to do a bulk copy from one datasource (Access) to another (Oracle). I know in sql server you can just separate each new inserts with a ";". But I keep getting errors in Oracle, Why?
Not sure what could be the problem. If you can run the sql statement within the database you should be fine.
Need Cheap Hosting, http://www.revorg.net
1 Rate, 1 Plan
Ok,
Let's say you have 10 products in a table, and you query the table,
select *
from productTable
Now: I would like product "1" to be display 5 time more likely than product 2-10.
Thanks all I know. I appreciate everything though.
I am building a banner ad management system. But I would like to use ratios in my queries. Meaning I would like banner x to display 20:1 (twenty-to-1) or banner y display 5:1. How would I do this with?
Thanks for all your support!
You can use the group but you have to group the data in your query first. So build your query and let cf do it's work.
Happy Coding
CFPROGROGRAMMER
Need Coldfusion Resources: http://www.cfdevx.com
Need Coldfusion Hosting: http://www.revorg.net
Just set session vars and depending on the role, display or don't display links on the left site.
Menu1
Menu2
Menu3
Happy Coding
CFPROGROGRAMMER
Need Coldfusion Resources: http://www.cfdevx.com
Need Coldfusion Hosting: http://www.revorg.net
If the drive is not on the same server, try drive mapping into the other one. This may work.
Happy Coding
CFPROGROGRAMMER
Need Coldfusion Resources: http://www.cfdevx.com
Need Coldfusion Hosting: http://www.revorg.net
There is not much too it but protecting the pages you want. Try Thawte, they usuall have lots of information.
CFPROGROGRAMMER
Need Coldfusion Resources: http://www.cfdevx.com
Need Coldfusion Hosting: http://www.revorg.net
Your code is fine as is. It will not set the session var. True it and see. Try setting the session var and calling it on the same page outside the cfif...
CFPRGROGRAMMER
Need Coldfusion Resources: http://www.cfdevx.com
Need Coldfusion Hosting: http://www.revorg.net
Make sure you have the correct header in your form field.
Ex:
<form name=test" action="upload.cfm" enctype="multipart/form-data" method="post">
<input type="file" name="deafile">
</form>
Just use the cfmail tag in the scheduled element.
ex: cfschedule has run, <cfinclude template="_emailmyreport.cfm">
The included file:
<cfmail to="grover.fields@famu.edu" from"support@yourdomain.com" subject="New Report"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.