CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 Executing MS-Access action querys

Print topic Send  topic

Author Message
meridiano
Posted: 08/08/2002, 9:16 AM

We have .MDB files with tables and querys. Querys are both types, like views and action queries (upfate, insert, etc.).

So, I want to know if is possible execute from CCS an action query saved on a .MDB database. I thinking in similar concept to store procedure.
Nicole
Posted: 08/09/2002, 1:52 AM

Hello,
you can use Access select queries as grid form datasource (select ones from the tables list).
As for action queries (like update, insert) you cannot select Access query as stored procedures because you cannot pass parameters to it. The other way is to select 'SQL' from 'Custom Insert Type', open Custom Insert dialog and enter sql that will insert new record into the table. E.g.:
insert into priorities (priority_name) values ({name_val})
Then add the parameter with the "name_val" name and select proper control as its source.

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.