V 4.51
MS Access

For the sake of reducing the volume of code -- can you, and if you can, how
do you enter, via CFQUERY, an Array or List directly to a DB record?

Something like the following

<CFQUERY NAME="myTask" DATASOURCE="myDS">
INSERT INTO mytable (Field1, Field2, Field3, Field4, etc )  <!---  Can you
also avoid naming the fields? --->
VALUES ('#Data#')   <!---  "Data" is either an Array or a List --->
</CFQUERY>

Thanks,

Nick

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

Reply via email to