Re: What's the best way to open a recordset for insert only?
- From: Spencer <Spencer@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 8 Apr 2008 09:06:01 -0700
Just in case you really wanted an answer to your question, I suppose I've
been conditioned by a SQL environment I used to work with (not SQL Server,
and defnitely not compliant with any known standard) that would only allow
inserts directly into tables.
"Bob Barrows [MVP]" wrote:
Spencer wrote:.
Do you mean:Yes, why wouldn't it?
rs.Open "SELECT * FROM +m_rsname+" WHERE 0=1", m_conn, adOpenStatic,
adLockBatchOptimistic, adCmdText
will let me call rs.AddNew ?
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
- 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
- Re: What's the best way to open a recordset for insert only?
- From: Bob Barrows [MVP]
- 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: What's the best way to open a recordset for insert only?
- 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):
Relevant Pages
|
|