Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Missing operand after 'bcba' operator
Message
De
27/01/2010 20:41:17
Timothy Bryan
Sharpline Consultants
Conroe, Texas, États-Unis
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
Missing operand after 'bcba' operator
Versions des environnements
Environment:
C# 3.0
OS:
Windows 7
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01446284
Message ID:
01446284
Vues:
164
Hi all,

I am getting this error message when this line is run.
Guid SpecificationPK = (Guid)this.GetPrimaryKeyValue(row);

// Search for the updated row in the original rows
DataRow[] FoundRows =
        dsOriginalSpecifications.Tables[this.ElementSpecificationsTable].Select(this.SpecificationFKField +
         " = " + SpecificationPK);
Something about the way this parses has a problem but I am not sure what it is. Anybody got a clue or how to form this to prevent it?
Thanks
Tim
Update: it is the second line that causes the problem.
Timothy Bryan
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform