How do I add a record to an MS Acess DB using Delphi and ADO? Newbie
From: sara cox (saracox2004_at_yahoo.com)
Date: 12/27/03
- Previous message: Matthew Noordermeer: "Re: TBetterADODataSet - Row handle referred to a deleted row or a row marked for deletion"
- Next in thread: MikeB: "Re: How do I add a record to an MS Acess DB using Delphi and ADO? Newbie"
- Reply: MikeB: "Re: How do I add a record to an MS Acess DB using Delphi and ADO? Newbie"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 26 Dec 2003 21:54:35 -0800
Hi!
I am a newbie and I would like to add records to an MS Access DB using
Delphi and ADO within a DLL I wrote in Delphi 7.
I have a DSN connection. I (obviously) don't want to use a form - the
DLL is accessed through C# / .NET and it sends a string of data which
needs to be committed to the Access DB.
Right now the DLL is working and I can pass a string to it and it pops
up with a message box with the string.
Do I use a unit in delphi? A function? A procedure?
If you can supply me with some simple sample code, I would greatly
appreciate it. Thanks in advance!
Sara :)
xoxo
- Previous message: Matthew Noordermeer: "Re: TBetterADODataSet - Row handle referred to a deleted row or a row marked for deletion"
- Next in thread: MikeB: "Re: How do I add a record to an MS Acess DB using Delphi and ADO? Newbie"
- Reply: MikeB: "Re: How do I add a record to an MS Acess DB using Delphi and ADO? Newbie"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|