Ask a Question related to Coldfusion Database Access, Design and Development.
-
surenr #1
Coldfusion calling DTS
Do any one know how call Data Transformation Services using coldfusion?I need
to transform a CSV file into a the Database table.Any kind of information or
resourses will be of great help.
thnx in advance.
surenr_15
surenr Guest
-
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: ... -
Calling ColdFusion Functions: Event Driven
Hi: Is it possible to write Cold Fusion functions which only respond to events? What I am trying to do is call a CFMODULE which has a VBScript... -
Calling ASP.NET WEB SERVICE FROM COLDFUSION
I used simply calling ASP.NET WEB SERVICE FROM COLDFUSION. I a describing the way I called. <html> <body> <!---cfobject... -
Calling Flex from ColdFusion
I'm not sure if it's even possible, it seems like it should be.. but... Is it possible to include a Flex page inside a ColdFusion website? (i.e.... -
Calling an coldfusion template from a ASP script
G'day, On the server i am using a asp script to loop thru an xml file that contains a number of email addresses. When i pick up a email address i... -
Mountain Lover #2
Re: Coldfusion calling DTS
[url]http://cfregex.com/cfcomet/SQL_Server/index.cfm?ArticleID=A51CB8F7-C297-4E80-92CC7A8907B0A5B2[/url]
HTH
--
Tim Carley
[url]www.recfusion.com[/url]
[email]info@NOSPAMINGrecfusion.com[/email]
Mountain Lover Guest
-
surenr #3
Re: Coldfusion calling DTS
I had plugged the code in the below link, the system can recognize the DTS
package but the package is not being executed.
[url]http://cfregex.com/cfcomet/SQL_Server/index.cfm?ArticleID=A51CB8F7-C297-4E80-92C[/url]
C7A8907B0A5B2
Do anyone know what must be the problem?any other solutions for Coldfusion to
call DTS. Any kind of feedback is valuable.
Thnx in advance.
surenr Guest
-
Mr Black #4
Re: Coldfusion calling DTS
Just use BULK INSERT statement from <CFQUERY>.
Mr Black Guest
-
MikerRoo #5
Re: Coldfusion calling DTS
Wow Tim,
That code rocks! I had no trouble implementing it.
surenr,
If you can't get the COM call to work, you can always use <cfexecute> to run dtsrun.exe.
Good luck,
-- MikeR
MikerRoo Guest
-
surenr #6
Re: Coldfusion calling DTS
I tried calling DTS using Coldfusion and it did work ( I used bulk insert in my
DTS package). Now I realised that we have to upload the file into the server
before we run DTS.Is there any other means where I can read the text file
directly from my Desktop, rather than first upload it into the coldfusion
server?
surenr Guest
-
Mr Black #7
Re: Coldfusion calling DTS
Unfortunately, magic is not possible. You must have file available (to SQL Server - not CF server), if you want to load it into your database.
Mr Black Guest



Reply With Quote

