If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Other > Help

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-29-04, 20:50
CultHero CultHero is offline
Registered User
 
Join Date: Jan 2004
Posts: 2
Unhappy Help

Hi everyone!

I really need help from you.
I need to get info about progress, i need to know about:

- Its internal data organization
- Special data types
- Diccionary structure
- Concurrency control
- Security control
- Administration tools
- Inter architecture
- DDL
- DML

That's a lot uh?
Any help is welcome.
Reply With Quote
  #2 (permalink)  
Old 01-30-04, 05:23
brbogdan brbogdan is offline
Registered User
 
Join Date: Nov 2003
Location: Lomza, POLAND
Posts: 81
Re: Help

Quote:
Originally posted by CultHero
Hi everyone!

I really need help from you.
I need to get info about progress, i need to know about:

- Its internal data organization
- Special data types
- Diccionary structure
- Concurrency control
- Security control
- Administration tools
- Inter architecture
- DDL
- DML

That's a lot uh?
Any help is welcome.
Hi,
1. internal data organization and data structure:
http://www.peg.com/techpapers/monogr...ma/schema.html

2. data types:
decimal, character, integer, date, logical, recid.

3. concurrency control:
3 modes of retrieving records: NO-LOCK - equivalent of READ_UNCOMMITTED transaction isolation level, SHARE-LOCK - equivalent of REPEATABLE_READ; EXCLUSIVE-LOCK - equivalent of SELECT ... FOR UPDATE.

4. DDL
There is no DDL. You can modify logical db structure by loading *.df file with schema changes definitions.

5. Very efficient, far more better than SQL-92 standard. I think that you need documentation for Progress as ypou mentioned very broad range of subjects concerning Progress technology.

Regards
Bogdan
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On