Re: VB -> ODBC -> Oracle 7 = Can't Update ?
From: Ken Garove <kgarove_at_charm.net>
Date: 30 Sep 1994 13:35:46 -0400
Message-ID: <36hi9i$dl0_at_sowebo.charm.net>
Date: 30 Sep 1994 13:35:46 -0400
Message-ID: <36hi9i$dl0_at_sowebo.charm.net>
Make sure that unique indexes are defined for the tables you would like to update or append to. JET will query the DMBS catalog for unique indexes and will use the first one (in DBMS lexical order) it finds. It then uses this unique index to maintain addressability to each row. If it finds none, then the recordset is treated as read only.
Hope this helps.
--
--
kgarove_at_charm.net Ken Garove
Received on Fri Sep 30 1994 - 18:35:46 CET
