Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft DotNet
Microsoft ADO .NET
Re: Column <ColumnName> does not belong to table <TableName>
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Guest, post: 9504923"] Um, yes, thanks. Searching for 80070057 *does* return hits - I should have explained a little better, perhaps. It seems that error code 80070057 is somewhat of a generic error code. I've seen it in my own code on occasion in a variety of situations - COM+ problems and other types of data access issues caused by my own foolishness. None of those are applicable in this case as far as I can tell, and indeed, none of the hits on the search you pointed to are relevant to the specific issue I'm experiencing. The most applicable one is "Standard COM Error 80070057. One or more arguments are not valid error." Except that all the arguments *are* valid since the column in question is in the table in question. I threw the 80070057 message in there in the interests of completeness, but I don't think it's the central issue. In fact, when you add the other part of the error message I quoted to your search (the "System.Data" part that I posted) you get 4 hits, none of which match. If we assume that perhaps the error message is being generated by invliad arguments, it begs the question: why are the arguments invalid? - the column *does* belong to the table. -- Thanks; cori [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft DotNet
Microsoft ADO .NET
Re: Column <ColumnName> does not belong to table <TableName>
Top