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

.NET (Core and Framework)

 
AnswerRe: .net framework Pin
Pete O'Hanlon31-Aug-13 23:14
mvePete O'Hanlon31-Aug-13 23:14 
AnswerRe: .net framework Pin
Eddy Vluggen1-Sep-13 1:57
professionalEddy Vluggen1-Sep-13 1:57 
Question.net framework Pin
abusalehrajib31-Aug-13 20:51
abusalehrajib31-Aug-13 20:51 
QuestionMVC 4 Tree with d3.js Pin
viprocks24-Aug-13 11:16
viprocks24-Aug-13 11:16 
QuestionRenaming a solution help Pin
rfresh24-Aug-13 6:19
rfresh24-Aug-13 6:19 
AnswerRe: Renaming a solution help Pin
Richard MacCutchan24-Aug-13 6:34
mveRichard MacCutchan24-Aug-13 6:34 
GeneralRe: Renaming a solution help Pin
Jameel VM2-Sep-13 6:18
Jameel VM2-Sep-13 6:18 
QuestionRe: Renaming a solution help Pin
Richard MacCutchan2-Sep-13 21:20
mveRichard MacCutchan2-Sep-13 21:20 
Questionhelp help help Pin
Member 1022775823-Aug-13 3:19
Member 1022775823-Aug-13 3:19 
AnswerRe: help help help Pin
Richard MacCutchan23-Aug-13 4:25
mveRichard MacCutchan23-Aug-13 4:25 
Questionlocalization with .net compact framework Pin
Member 845993919-Aug-13 4:53
Member 845993919-Aug-13 4:53 
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 

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.