Board index » delphi » Upgrading to Delphi from dBase III/IV

Upgrading to Delphi from dBase III/IV

I've done quite a bit of programming in dbase III and IV and am now
looking for the ability to program in Windows environment.  I've been
using the dbase for creating applications to handle inter-factory
purchasing, scheduling, and receipts for approximately 8 centers. I'm
also using is to create an application to track all returns and
resolution of those returns.  

I am interested in knowing if anyone out there can give me information on
the programming aspect of the delphi package.  Is is possible to (in
dBase/foxpro lingo):

1. link multiple databases
2. store info to memory variables from either user input or databases
3. create databases from memory variables
4. do mass changes of data
5. append or copy to ascii or fixed length field formats
6. call commands from within the compiled program

I guess I'm wondering if Delphi is a true programming language or is it
simply a tool to create window applications that call compiled programs
from other applications. I'm looking at investing my time and money in
the upcoming Delphi Conference. Before I do, I want to make sure it will
accommodate my needs.

Please email me at pack...@use.usit.net or post to the newsgroup. Either
would be greatly appreciated.  Thanks.

 

Re:Upgrading to Delphi from dBase III/IV


Quote
> I've done quite a bit of programming in dbase III and IV and am now
> looking for the ability to program in Windows environment.  I've been
> using the dbase for creating applications to handle inter-factory
> purchasing, scheduling, and receipts for approximately 8 centers. I'm
> also using is to create an application to track all returns and
> resolution of those returns.  

Delphi is probably a good idea. It does pretty much everything that dBase
for Windows or Paradox for Windows, but does it better, faster, cheaper.
And it does a lot more as well.

Quote
> .......................................    Is is possible to (in
> dBase/foxpro lingo):
> 1. link multiple databases

Yes.

Quote
> 2. store info to memory variables from either user input or databases

Oh Yes.

Quote
> 3. create databases from memory variables

Yes, I suppose so.

Quote
> 4. do mass changes of data

Yes, yes.

Quote
> 5. append or copy to ascii or fixed length field formats

Yes.

Quote
> 6. call commands from within the compiled program

Delphi does everything that you would expect from a database development
system, but it is also a full strength programming language, comparable
to C/C++.

----------------------------------------
Nick Moon  ncm...@cix.compulink.co.uk
----------------------------------------

Re:Upgrading to Delphi from dBase III/IV


Delphi can do anything you want it to - I'm a former dBASE III/III+
programmer (long, long ago...), who then went to Clipper and FoxPro, then
C/C++, and now do almost _everything_ in Delphi!  It's a great package!

HTH

Ken White
qpwpla...@aol.com

Other Threads