Clipper and minigui running at the same time ?

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
ILKNUR
Posts: 24
Joined: Thu Apr 22, 2010 7:16 am
Location: Istanbul- Turkey

Clipper and minigui running at the same time ?

Post by ILKNUR »

Hi ,
I have programs written with Clipper 5.2 . They all are running at the moment.

and newly I have written a program with Hmg.


All programs use same dbfs and ntxes . Does it cause a problem if I use them at the same time. (I mean give user all and let them use )

lock or index crash problems maybe..... ????


I tried a little , but dont get any problem.

As the data is real data . I hesitate .. :(

Does anyone have an experience about this ?
User avatar
apais
Posts: 441
Joined: Fri Aug 01, 2008 6:03 pm
DBs Used: DBF, Leto, MariaDB, SQLite
Location: uruguay
Contact:

Re: Clipper and minigui running at the same time ?

Post by apais »

I've used CLipper + Harbour NTX indexes without problems.
Just be sure you don't use any strange collations tables or if you need them to check they are compatible.

HTH
Angel
Angel Pais
Web Apps consultant/architect/developer.
ILKNUR
Posts: 24
Joined: Thu Apr 22, 2010 7:16 am
Location: Istanbul- Turkey

Re: Clipper and minigui running at the same time ?

Post by ILKNUR »

thanx for reply .

I dont use any different data . just standart dbf and ntxes .

ı just thought that lock will be problem
User avatar
danielmaximiliano
Posts: 2763
Joined: Fri Apr 09, 2010 4:53 pm
DBs Used: DBF
Location: Argentina
Contact:

Re: Clipper and minigui running at the same time ?

Post by danielmaximiliano »

Hola Ilknur:
Tengo un programa hecho en clipper trabaja en una pc con Win98
dbf-ntx
otras con Win XP y el mismo programa en HMG dbf-cdx
sin ningun problema con Bloqueos de la dbf

Translate Google
Hi Ilknur:
I have a program made in clipper works on a PC with Win98
dbf-ntx
others with Win XP and the same program in HMG-cdx dbf
without any problems with the dbf Block

Saludos /Greetings
DaNiElMaXiMiLiAnO
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Telegram invitation https://t.me/HMGWorkspace
ILKNUR
Posts: 24
Joined: Thu Apr 22, 2010 7:16 am
Location: Istanbul- Turkey

Re: Clipper and minigui running at the same time ?

Post by ILKNUR »

thanx for sharing ...
Post Reply