Invalid column name
-
Hi, we are retriving data from one database table to other database table. But we are getting error as invalid column. The issue is we are not using that column name in both table and even in .net code also. If we search the column name in full project code it is not finding that word also. what will be the problem can any one help me
-
Hi, we are retriving data from one database table to other database table. But we are getting error as invalid column. The issue is we are not using that column name in both table and even in .net code also. If we search the column name in full project code it is not finding that word also. what will be the problem can any one help me
Well, if you're not naming the column anywhere in your code, where is it coming from ? Perhaps from something that's auto generated ?
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Hi, we are retriving data from one database table to other database table. But we are getting error as invalid column. The issue is we are not using that column name in both table and even in .net code also. If we search the column name in full project code it is not finding that word also. what will be the problem can any one help me
The Column Name that you are retrieving(in the database) is different from your Column Name in the table. God is always with you.