Re: Action Query

2006-10-18 Thread Jim Wright
Terry Troxel wrote:
> My bad.
> 
> I obviously stated my problem wrong.
> 
> I have a make table query defined already in access as
> MakeAR1 that takes a link to an existing table(Mas90 ODBC
> source named AR1_CustomerMaster) and creates a new Access
> table(AR1).
> 
> I would like to somehow run that MakeAR1 query in Coldfusion
> rather then running Access from a batch file command that
> executes a the query.
> 

Look at the SQL view of your make table query in Access...it probably 
has something like:

SELECT somefield INTO somenewtable FROM someothertable;

Which you can run in a cfquery.

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257241
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Action Query

2006-10-18 Thread Terry Troxel
My bad.

I obviously stated my problem wrong.

I have a make table query defined already in access as
MakeAR1 that takes a link to an existing table(Mas90 ODBC
source named AR1_CustomerMaster) and creates a new Access
table(AR1).

I would like to somehow run that MakeAR1 query in Coldfusion
rather then running Access from a batch file command that
executes a the query.

d:
cd\program files\microsoft office\office
msaccess d:\inetpub\databa~1\ARMASTER.mdb /x updateAR
msaccess d:\inetpub\databa~1\ARMASTER.mdb /compact
Exit

Terry Troxel

-Original Message-
From: Jim Wright [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 18, 2006 10:27 AM
To: CF-Talk
Subject: Re: Action Query

Terry Troxel wrote:
> Has anyone run a MS Access action query using a cfquery
statement or 
> any other way in CF?
> 
> I need to somehow do a "Make Table" query in Access and
would 
> appreciate any Input to help figure this out if it is
possible.
> 
> Terry Troxel
> 

This may help you...
http://support.microsoft.com/default.aspx?scid=kb;en-us;1808
41




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257230
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Action Query

2006-10-18 Thread Jim Wright
Terry Troxel wrote:
> Has anyone run a MS Access action query using a cfquery
> statement or any other way in CF?
> 
> I need to somehow do a "Make Table" query in Access and
> would appreciate any
> Input to help figure this out if it is possible.
> 
> Terry Troxel
> 

This may help you...
http://support.microsoft.com/default.aspx?scid=kb;en-us;180841

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257228
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4