 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
SamiraInStL Guest
|
Posted: Sat Dec 20, 2003 11:39 pm Post subject: access constants |
|
|
Trying to understand automation , I am trying to access value in the field
of table in Access( I know I can use dataset and data access control)
What should be the constant data or what should be added to the uses clauses
?
I already use
--------------------
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, OleServer, Access2000, DB, ADODB, StdCtrls, oledb;
-------------------
var rs : Olevariant;
app.connect ;
app.opencurrentdatabase('myMDBfile');
rs :=
app.CurrentDb.OpenRecordset('MyTableName',dbopentable,dbforwardonly,dbreadon
ly);
delphi will not take : dbopentable, dbforwardonly or dbreadonly.
I got "undeclared identifiers".
Please help.
Thanks
somner
|
|
| Back to top |
|
 |
Deborah Pate (TeamB) Guest
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|