Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Detect active users at SQL Server
Message
De
14/11/2011 11:14:37
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Database:
MS SQL Server
Divers
Thread ID:
01528779
Message ID:
01528844
Vues:
39
>>>>Hi All,
>>>>
>>>>I developed a copy-protect method with some utitilies from UT and other VFP sources. It looks cpu, hdd serial etc...
>>>>I was use .dbf file and lock one record for each user when developing .dbf based applications for RDP users.
>>>>How can I control active user counts at SQL Server?
>>>
>>>You can use the same idea as in VFP. Every time the user log in, you create a new record in the table, say, Logins, and in the application destroy you update this record with the logout time.
>>
>>What will I do when application crashed?
>
>If application crashed, you can delete (update) all records in that table.

Of course, some of big turkish software firms use this way (they have a fixuser.exe ) but I think so it doesn't so much safe.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform