Re: "Insert Into tbl1 Values(" & dynamicParams & ")" ?
From: David Browne (meat_at_hotmail.com)
Date: 07/02/04
- Next message: Chad A. Beckner: "Create Image OF remote web page(s)"
- Previous message: William Ryan eMVP: "Re: Setting Upper and Lower cases on control"
- In reply to: Rich: "Re: "Insert Into tbl1 Values(" & dynamicParams & ")" ?"
- Next in thread: Jeff Johnson [MVP: VB]: "Re: "Insert Into tbl1 Values(" & dynamicParams & ")" ?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 2 Jul 2004 13:04:34 -0500
"Rich" <anonymous@discussions.microsoft.com> wrote in message
news:255ba01c4605e$66435ea0$a401280a@phx.gbl...
> Thanks for your reply. Yes, I am familiar with Command
> Builder. I confess, that I am using com ADO in a Non
> DotNet application. I was hoping there was some VB object
> or technique that I wasn't familiar with for not having to
> hardcode parameters. Thinking outloud here I am thinking
> maybe I could make up a kind of library file with
> parameter lists I could use. Basically, I am just making
> sure there isn't some kind of functionality for the
> Command object that I wasn't familiar with before I start
> re-inventing the wheel :).
>
> Rich
>
>
Ado has the recordset. Just open a recordset against the new table and the
recordset will suck up all the table metadata. Add rows to the recordset
and then recordset.update will save them to the database.
David
- Next message: Chad A. Beckner: "Create Image OF remote web page(s)"
- Previous message: William Ryan eMVP: "Re: Setting Upper and Lower cases on control"
- In reply to: Rich: "Re: "Insert Into tbl1 Values(" & dynamicParams & ")" ?"
- Next in thread: Jeff Johnson [MVP: VB]: "Re: "Insert Into tbl1 Values(" & dynamicParams & ")" ?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|