Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PACK Paradox tables
Message
De
14/03/2010 14:14:43
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01454372
Message ID:
01454399
Vues:
51
>Hi all,
>
>
>
>sqlH = SQLCONNECT('AmlineBobConnection')
>
>IF sqlH < 0
>  =ErrorMsg(" Impossible de se connecter à PARADOX ! ")
>  RETURN .F.
>ENDIF
>
>*--- Compan
>IF SQLEXEC(sqlH,"DELETE FROM XYCOMPAN where 1=1") < 1
>  =ErrorMsg(" Impossible de vider la table 'XYCompan' ")
>  RETURN .F.
>ENDIF
>
>
>
>The table XyCOMPAN is not empty ?
>Please see attachmen...
>
>Thank in advance for help

Just googling - do either of these apply:
Limitations of certain drivers: http://support.microsoft.com/kb/230126
Also from ODBC drivers help : For the Paradox driver to delete a row from a table, the table must have a unique index (Paradox primary key).
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform