 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Ian Jagger Guest
|
Posted: Sat Oct 18, 2003 4:18 pm Post subject: Delphi 1 to ??? |
|
|
Hi,
I may be getting to do some contract work in Delphi and would need to use a
newer version (prefereby Version 7).
I'm somewhat confused by the features of Delphi 7 versions. I want to
produce a multi media Delphi application that connects to various databases
using probably ODBC. To do this I'd need to use the BDE, TTable, TQuery etc
and to be able to distribute the BDE.
Can I do this in Delphi Professional?
Regards,
Ian
|
|
| Back to top |
|
 |
Rick Carter Guest
|
Posted: Mon Oct 20, 2003 2:56 pm Post subject: Re: Delphi 1 to ??? |
|
|
"Ian Jagger" <idjagger (AT) hotmail (DOT) com> wrote:
| Quote: | I'm somewhat confused by the features of Delphi 7 versions. I want to
produce a multi media Delphi application that connects to various databases
using probably ODBC. To do this I'd need to use the BDE, TTable, TQuery etc
and to be able to distribute the BDE.
Can I do this in Delphi Professional?
|
Yes, you can do that with Pro if you have reliable ODBC drivers
for your "various databases." Be aware that SQL Links has been
deprecated.
http://community.borland.com/article/0,1410,28688,00.html
See the Delphi 7 Feature Matrix at
http://www.borland.com/delphi/pdf/del7_feamatrix.pdf
Rick Carter
[email]carterrk (AT) despammed (DOT) com[/email]
Chair, Paradox/Delphi SIG, Cincinnati PC Users Group
|
|
| Back to top |
|
 |
Brion L. Webster Guest
|
Posted: Mon Oct 20, 2003 4:28 pm Post subject: Re: Delphi 1 to ??? |
|
|
"Ian Jagger" <idjagger (AT) hotmail (DOT) com> wrote...
| Quote: | I may be getting to do some contract work in Delphi and would need to use a
newer version (prefereby Version 7).
I'm somewhat confused by the features of Delphi 7 versions. I want to
produce a multi media Delphi application that connects to various databases
using probably ODBC. To do this I'd need to use the BDE, TTable, TQuery etc
and to be able to distribute the BDE.
Can I do this in Delphi Professional?
|
D7 Pro would also include "dbGo", Borland's wrappers for ADO. It would
probably be safer to develop a new application that way, and would reduce the
deployment package as well. ADO maps to the BDE fairly well.
--
-Brion
Team JEDI, 2001 Spirit of Delphi Award Winners
http://www.delphi-jedi.org
Fresno Area Delphi Users Group
http://groups.yahoo.com/group/FresnoDelphi
|
|
| Back to top |
|
 |
Dave Schudel Guest
|
Posted: Sat Nov 01, 2003 5:32 am Post subject: Re: Delphi 1 to ??? |
|
|
Ian,
Delphi Professional is a good tool to do what you're talking about.
Oh, btw- you don't need the BDE to use ODBC, you can use the OLEDB
ODBC provider via the ADO components. It's best to avoid the BDE at
all costs. If you need to use a lot of ODBC drivers for different
sources, there are some 3rd party ODBC component packages that might
make life a lot easier.
Best regards,
Dave Schudel
On Sat, 18 Oct 2003 17:18:47 +0100, "Ian Jagger"
<idjagger (AT) hotmail (DOT) com> wrote:
| Quote: | Hi,
I may be getting to do some contract work in Delphi and would need to use a
newer version (prefereby Version 7).
I'm somewhat confused by the features of Delphi 7 versions. I want to
produce a multi media Delphi application that connects to various databases
using probably ODBC. To do this I'd need to use the BDE, TTable, TQuery etc
and to be able to distribute the BDE.
Can I do this in Delphi Professional?
Regards,
Ian
|
|
|
| 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
|
|