In article <>, Alan Silver
<alan-> writes
>Anyone any ideas? TIA
In case it helps anyone, I discovered that if you use "select * from
table" for the SQL, it works. You can then look at the properties of the
adapter, and open the query builder for the select command. This will
replace the * with the field names, at which point you can either just
save it, or edit the field list and then save it.
Having said that, I did discover further that you don't actually need
this feature at all. Once you have the adapter set up, you can just add
a new query, set it to be an insert and it will create a nice method for
you. Much easier, and it only creates the methods you want, rather than
extras that you don't want.
I still think the behaviour I observed was a bug, but I'm not going to
bother with it.
HTH
--
Alan Silver
(anything added below this line is nothing to do with me)
|