Agorus Driver
COBOL to DBase using Delphi??I am using Delphi for two years but I'm totally blind to cobol. Thanks in advance ooooooooooooooooooooooooooooooooo |
Welcome to the AORUS YouTube channel!Subscribe and stay tuned to get the latest updates on AORUS gaming hardware and gear! By popular demand, HERE IT IS! My quick guide to installing a customized Windows Boot and BIOS logo on your PC.The process will vary depending on your mother.
Re:COBOL to DBase using Delphi??Paulo, What version of COBOL? Do you have the file layouts for the COBOL files or If you have some of these things I might be able to help. Paulo Oliveira <paulolive..@mail.telepac.pt> wrote in article Quote> I am using Delphi for two years but I'm totally blind to cobol. |
Re:COBOL to DBase using Delphi?? |
Re:COBOL to DBase using Delphi??Hi, Paulo. Their several different kinds of Cobol data/file formats. One There is the usual magnetic tape type file - a simple sequential structure Now the 2nd format can be altered by using a simple one logical record is Lastly, Oracle supports PL -Cobol - a Cobol language based client/ server Oracle supports the same embedded software protocol for several I hope that wasn't too confusing. Lastly it is possible for any program - in any language - to transform any I hope this helps. Regards, -= Lou =- Bob Findley <bfind..@cheney.net> wrote in article Quote> Paulo, |
Re:COBOL to DBase using Delphi?? |
Re:COBOL to DBase using Delphi??QuotePaulo Oliveira <paulolive..@mail.telepac.pt> wrote: the file and export it to a format of your choice. It's not THAT hard, after all. The main issue will often be to know with BTW, if you need to have the Cobol program written, we can do this ------------------------- |
Re:COBOL to DBase using Delphi??QuoteFrederic MARAND wrote: could just save yourself alot of hair and access the data directly. Pity it didn't work out that way for me, but it is worth a few minutes -- |
Re:COBOL to DBase using Delphi??In article <33F1CFF7.7..@voicenet.com> 'Michael C. Mitchell' <coldt..@voicenet.com> writes: Quote>> >I am using Delphi for two years but I'm totally blind to cobol. for Windows, or hiring the services of a data conversion company. |
Re:COBOL to DBase using Delphi??Quote
and is still in use. Just wanted to get at the data that is in there :0 -- |
Re:COBOL to DBase using Delphi??In article <33F2037C.2..@voicenet.com> 'Michael C. Mitchell' <coldt..@voicenet.com> writes: Quote>> >Pity it didn't work out that way for me, but it is worth a few minutes |
Re:COBOL to DBase using Delphi??Quote
ODBC drivers exists, the easiest thing is to access the data directly from your Delphi code. If your data is being written by the cobol program to sequential files, all you need to do is ftp it to a client machine then just have your Delphi program read the data as it would any other non-database file. We do this all the time with flat files produced by cobol programs on the mainframe which are then ftp'ed to client machines and read by VB programs (the process shouldn't be any different with Delphi). -- 'Meddle not in the affairs of dragons, |
1. cobol driver or cobol .dat converter
2. How to do multiple Key using DBase in Delphi 1.0
3. Date Fields in Paradox and Dbase when using Delphi 2
4. Read COBOL Tables from Delphi, is this possible?
Agorus Driver License Test
5. Delphi , DB2 and Cobol
6. Create MS Access dbase using Delphi
7. Problem using LIKE operator with DBASE files in Delphi
8. Calling a FM COBOL DLL from Delphi?
9. Accessing MicroFocus COBOL Files from Delphi
10. Calling Cobol DLL's from Delphi
Hi!
Are there good informations sources (books, FAQs, articles..) which
explain ways to optimize the performance of single user Delphi /
Paradox
database applications?
We use a database with over 100 tables, all in the same directory,
over 60
MB data.
BDE driver version: is BDE 4.0 faster?
BDE configuration:
- BLOCK SIZE setting: do higher values result in less 'overhead' time?
- FILL FACTOR setting: lower values = faster
Tables:
- more tables = more file handles: is this critical?
- more tables = more memory usage for data caching, can this be
monitored
(system resources) or 'profiled'?
- in-memory tables: are they faster? (btw. can a physical table be
read
into an in-memory table?) *)
Agorus Driver Jobs
- open table exclusive *)
- index files: speed up the search, but need memory.
= what about 'compact' indizes: didn't find them in the on-line help
for
paradox tables (dBase only).
= maintained index: unmaintained index is faster (until needed)?
- Transactions: do they significantly slow down the application?
- Stored procedures: can they be used for single user (local) database
applications?
- DBiAddfilter, DBiSetrange.. *)
- Native handles ('Native handles allow you to bypass BDE functions to
use
native SQL database APIs to create and manipulate tables. This
approach
can deliver substantial performance improvement.') *) - but it seems
that
this doesn't work for Paradox databases (doesn't appear in the list).
Aorus Driver Update
*) = the online help says this improves BDE performance
The BDE32 online help covers the topics in two pages:
'Improving BDE performance' and 'SQL performance tips'
Aorus Drivers B450
To be continued ..
Agorus Driver Updater
Michael Justin