Re: What's the best way to open a recordset for insert only?
- From: "Stephen Howe" <stephenPOINThoweATtns-globalPOINTcom>
- Date: Tue, 8 Apr 2008 16:41:03 +0100
Do you mean:
rs.Open "SELECT * FROM +m_rsname+" WHERE 0=1", m_conn, adOpenStatic,
adLockBatchOptimistic, adCmdText
will let me call rs.AddNew ?
Yes. You should be able to call AddNew if lock type is not ReadOnly.
Stephen Howe
.
- References:
- What's the best way to open a recordset for insert only?
- From: Spencer
- Re: What's the best way to open a recordset for insert only?
- From: Stephen Howe
- Re: What's the best way to open a recordset for insert only?
- From: Spencer
- What's the best way to open a recordset for insert only?
- Prev by Date: Re: What's the best way to open a recordset for insert only?
- Next by Date: Re: vb6/ADO 2.8/ DB2
- Previous by thread: Re: What's the best way to open a recordset for insert only?
- Next by thread: Re: What's the best way to open a recordset for insert only?
- Index(es):