| View previous topic :: View next topic |
| Author |
Message |
Frank Burleigh Guest
|
Posted: Sat Jan 24, 2004 10:39 pm Post subject: Talking to BDE from D7 |
|
|
It's been a while since I've talked directly to the BDE from either
Delphi or BCB (I have BCB6 Ent and D7 Pro), but I'm sure it can still be
done. I see in my C++ package a bde.hpp but I don't see that D7 comes
with a similar bde.int or bde.pas. For a current Delphi project I just
want to ask the BDE to enumerate the users on the current net file.
Could you give me a hand? Thanks!
--
Frank Burleigh
Indiana University School of Law
[email]burleigh (AT) indiana (DOT) edu[/email]
|
|
| Back to top |
|
 |
Bill Todd (TeamB) Guest
|
Posted: Sat Jan 24, 2004 11:19 pm Post subject: Re: Talking to BDE from D7 |
|
|
1) Add the BDE unit to your uses clause.
2) Open the BDE API help file in your BDE directory ans search for
DbiOpenUserList.
3) Click the Delphi Example button.
--
Bill (TeamB)
(TeamB cannot respond to questions received via email)
|
|
| Back to top |
|
 |
Frank Burleigh Guest
|
Posted: Sun Jan 25, 2004 3:24 am Post subject: Re: Talking to BDE from D7 |
|
|
Thanks Bill. That was very helpful. I see we no longer have to have
"textual" descriptions--must be some extra juju in DCUs these days. ;-)
Bill Todd (TeamB) wrote:
| Quote: | 1) Add the BDE unit to your uses clause.
2) Open the BDE API help file in your BDE directory ans search for
DbiOpenUserList.
3) Click the Delphi Example button.
--
Bill (TeamB)
(TeamB cannot respond to questions received via email)
|
--
Frank Burleigh
Indiana University School of Law
[email]burleigh (AT) indiana (DOT) edu[/email]
|
|
| Back to top |
|
 |
|