Click here to Skip to main content
15,888,454 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionTCP error code 10013: An attempt was made to access a socket in a way forbidden by its access permissions 172.21.101.157:8080 Pin
BalasubramanianK15-Aug-13 4:26
BalasubramanianK15-Aug-13 4:26 
AnswerRe: TCP error code 10013: An attempt was made to access a socket in a way forbidden by its access permissions 172.21.101.157:8080 Pin
jschell15-Aug-13 9:10
jschell15-Aug-13 9:10 
QuestionWhat am I missing in the .Net Framework that could make my coding easier or more effective Pin
GuyThiebaut14-Aug-13 22:27
professionalGuyThiebaut14-Aug-13 22:27 
AnswerRe: What am I missing in the .Net Framework that could make my coding easier or more effective Pin
Eddy Vluggen15-Aug-13 1:09
professionalEddy Vluggen15-Aug-13 1:09 
GeneralRe: What am I missing in the .Net Framework that could make my coding easier or more effective Pin
GuyThiebaut15-Aug-13 1:52
professionalGuyThiebaut15-Aug-13 1:52 
Questioncopy rows from one table to multiple table based on condition Pin
ronjit13-Aug-13 23:32
ronjit13-Aug-13 23:32 
AnswerRe: copy rows from one table to multiple table based on condition Pin
Richard MacCutchan13-Aug-13 23:49
mveRichard MacCutchan13-Aug-13 23:49 
AnswerRe: copy rows from one table to multiple table based on condition Pin
Dusara Maulik31-Aug-13 23:15
Dusara Maulik31-Aug-13 23:15 
You didn't specify your table structure i.e. how many columns are available in table1,table2 and table3.

The usual reason for this error is a missing or misspelled value.

I think there will be more than one or more columns are available on your all three tables. If there is no any primary key defined on above tables then you can write query as below:

INSERT INTO TABLE2 SELECT * FROM TABLE1 WHERE GRADE = 'B'
GO
INSERT INTO TABLE2 SELECT * FROM TABLE1 WHERE GRADE = 'A'

Another case will be like, your all table structure will be same but some columns have not null attributes may be.
Questiondynamically create checkboxs in Asp.net 2010 using C# Pin
kanna44312-Aug-13 6:06
kanna44312-Aug-13 6:06 
Questionrebuild exe files Pin
Member 849546611-Aug-13 0:00
Member 849546611-Aug-13 0:00 
AnswerRe: rebuild exe files Pin
Richard MacCutchan11-Aug-13 2:27
mveRichard MacCutchan11-Aug-13 2:27 
AnswerRe: rebuild exe files Pin
Bernhard Hiller11-Aug-13 22:05
Bernhard Hiller11-Aug-13 22:05 
GeneralRe: rebuild exe files Pin
Member 849546622-Oct-13 5:57
Member 849546622-Oct-13 5:57 
QuestionUsing WebCAM via Browser in asp.net Pin
Raaj2610-Aug-13 20:20
Raaj2610-Aug-13 20:20 
AnswerRe: Using WebCAM via Browser in asp.net Pin
Musakkhir10-Aug-13 20:50
professionalMusakkhir10-Aug-13 20:50 
AnswerRe: Using WebCAM via Browser in asp.net Pin
SaqibRasheed25-Aug-13 11:44
SaqibRasheed25-Aug-13 11:44 
AnswerRe: Using WebCAM via Browser in asp.net Pin
Dusara Maulik31-Aug-13 23:19
Dusara Maulik31-Aug-13 23:19 
QuestionTraining Advice for EF 5 Pin
Brady Kelly2-Aug-13 22:36
Brady Kelly2-Aug-13 22:36 
AnswerRe: Training Advice for EF 5 Pin
Gerry Schmitz7-Aug-13 18:31
mveGerry Schmitz7-Aug-13 18:31 
QuestionSession State using database for ASP.NET and WCF Pin
Desmond Lim30-Jul-13 22:26
Desmond Lim30-Jul-13 22:26 
AnswerRe: Session State using database for ASP.NET and WCF Pin
Richard MacCutchan30-Jul-13 23:29
mveRichard MacCutchan30-Jul-13 23:29 
AnswerRe: Session State using database for ASP.NET and WCF Pin
keyur satyadev29-Aug-13 2:42
keyur satyadev29-Aug-13 2:42 
GeneralData type mismatch in expression critria Pin
abdulkodir29-Jul-13 20:16
abdulkodir29-Jul-13 20:16 
GeneralRe: Data type mismatch in expression critria Pin
Richard MacCutchan29-Jul-13 20:52
mveRichard MacCutchan29-Jul-13 20:52 
GeneralRe: Data type mismatch in expression critria Pin
abdulkodir30-Jul-13 18:03
abdulkodir30-Jul-13 18:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.