Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
1548 Error Message
Message
De
04/07/2001 10:58:24
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
1548 Error Message
Divers
Thread ID:
00526685
Message ID:
00526685
Vues:
73
Have an application that uses a local view, definition is:

CREATE SQL VIEW "MUSICCAT" ;
AS SELECT Musictbl.catalog, Musictbl.composer, Musictbl.title, ;
....
FROM appdata!musictbl musictbl ;
WHERE &?Criteria

"Criteria" is a PUBLIC variable that is populated before the view is opened. Thus the definition of the view does not change, but the contents presented to each user can vary.

A grid is presented and the user has the option to sort the grid by double-clicking on a column header. The program then creates indexed on the view (INDEX ON UPPER(TITLE) TAG TITLE, for example).

Everything works fine in a stand-alone environment. On a network, however, when adding a new record and issuing a BEGIN TRANSACTION, we get error 1548, indicating that "MusicCat" has a non-structural index open. If the user ignores the error, everything seems to be OK - the new record gets added properly.

Each user runs from a unique workarea on their local hard drive, but sharing a common data directory and DBC.

Wondered if anyone had any idea about what might be going on here.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform