> 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?
Yes, returnType=struct would work if you want to return the values as a
structure, but that seems kind of odd. Why would a method return exactly
what it was passed? Normally when I do an insert in a method, I return the
ID of the new record.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

