Hi Ray,

>> For example, for a db insert, can I create one cffunction
>> with a returntype of any, an access value dynamically
>> inserted (or "remote" if it'll work), and cfargument tags for
>> all data passed in, and use it from both?

> What exactly is the method doing?

I will be building a simple data entry and reporting app.  One
particular method will simply insert three fields into a SQL Server
table: accountNumber (varchar 4), accountType (char 1), and accountName
(varchar 25). Validation likely to be done in JS and/or AS.

I'm supposing RETURNTYPE will = query only when a SELECT statement is
performed on a database, correct? And if I only wanted to return the
values that the user inserted, would the RETURNTYPE = struct?

Thanks for your response.

Sincerely,

Andrew
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to