Re: How do we add rows of data in ADO files
- From: "Bob Barrows [MVP]" <reb01501@xxxxxxxxxxxxxxx>
- Date: Sat, 30 Jun 2007 06:57:52 -0400
Ahmed wrote:
How do we add rows of data in ADO files....thanks for your time
There is no such thing as "ADO files", at least insofar as files to which
one would be adding data. You need to tell us what datasource you are using,
based on which we might tell you to use a recordset and AddNew, or to
execute a SQL Insert statement, either encapsulated in a stored procedure or
built in your code.
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
.
- Prev by Date: Re: ADO.NET connect fails after some hours (cannot get connection from pool)
- Previous by thread: Re: ADO.NET connect fails after some hours (cannot get connection from pool)
- Index(es):
Relevant Pages
|
|