FiveDB? somewhat disturbing

Post Reply
Ollie
Posts: 233
Joined: Sat Dec 30, 2006 6:10 am

FiveDB? somewhat disturbing

Post by Ollie »

I found this statement in a FWINTRO.PDF file written by James Bott.

FiveWin comes with a simple database class, but, in order to develop multi-user applications you will either need to purchase a separate database class (FiveDB) or you will need to write your own. The FiveWin TDATABASE class is a good start, but it doesn't provide any file/record busy messages or automatic retry capabilities which are essential for multi-user applications.

Do I need FiveDB too?
Many thanks
Ollie.

Using:
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Borland C++ 5.5.1
FWH 9.04 (2009 Apr)
areang
Posts: 128
Joined: Mon Jul 31, 2006 3:23 pm

Post by areang »

Ollie
Do I need FiveDB too?
FiveDB for 16 bit


Regards
areang
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Ollie,

Thats an outdated info. Class TDataBase is finished and complete and can be safely used, in fact it is used by many FWH users.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Ollie
Posts: 233
Joined: Sat Dec 30, 2006 6:10 am

Post by Ollie »

Phew. Thanks.

I thirst for documentation / examples.

Where can I find examples using the TDatabase class etc.

I got a lot of info from DBF01.PRG - but it wasn't enough.

I don't want to have to bug you guys all the time.
Many thanks
Ollie.

Using:
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Borland C++ 5.5.1
FWH 9.04 (2009 Apr)
User avatar
James Bott
Posts: 4654
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA
Contact:

Post by James Bott »

Ollie,

There are several more articles on using database classes on my website here:

http://ourworld.compuserve.com/homepage ... rogram.htm

Regards,
James
Post Reply