Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FOPEN Bug?
Message
De
09/10/1998 07:47:42
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00145379
Message ID:
00145381
Vues:
31
>Can someone out there try this and see if they get the same response.
>
>Open a table as shared from a database in a private datasession.
>Then run the following command on the fullpath to the table you have opened, using another form with its own private data session.
>
>lcfile = FULLPATH TO THE TABLE YOU HAVE OPENED e.g. c:\temp\table1.dbf
>lnfilehandle=fopen(lcfile,0)
>
>Is the result in lnfilehandle less than 0, which indicates that fopen could not get a readonly open, which I think means that the table is being seen as exclusively opened.
>
>Let me know your results.
>
>I am trying this where the table resides on our Novell server, but I would be interested in any results.
>
>Thanks for your time.
Brett,
Table is shared but fopen tries to open it exclusive. To open in shared mode you should use winapi. You might try focus functions (www.fastwrite.com).
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform