On Thu, 10 May 2001, Eric Dobbs wrote:

> //Insert clauses need only column-value pairs
> Query q = new Query()
>      .setColumn(tableColumn1,value1)
>      .setColumn(tableColumn2,value2)
>      .setColumn();

I like this idea better than the last one, as it seems cleaner, but I'm
not clear on why the above code would cause an insert to happen.

Kurt Schrader
[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to