Can I use OraDirect with VCL.NET Forms Application?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Mark

Can I use OraDirect with VCL.NET Forms Application?

Post by Mark » Sat 28 May 2005 11:05

If so, how? The components only show up if I create a WinForms application.

Thanks.

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Tue 31 May 2005 11:08

Yes you can use OraDirect .Net with WinForms in Delphi 2005.
- Open Delphi or C#Builder and go to "Tool Palette" window;
- Add "OraDirect" category using popup menu;
- Select "Installed .NET Components..." from popup menu;
- Go to "Installed .NET Components" tab within opened dialog;
- Check OracleConnection, OracleCommand, OracleDataAdapter, OracleCommandBuilder,
OracleScript and OracleMonitor components;
- Press OK button.
Please see readme.txt and sample projects for more details

Post Reply