TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Ali Khan
NA
146
4.7k
i want to insert two table data and then show both table dat
Jan 30 2018 1:11 AM
i am using two insert query to add two table data instead of insert with select clause and it works but not save data together. then i am using this query to show data in datatable gridview..
SELECT
dbo.Setup_article_production.article_id, dbo.Setup_article_production.article_code, dbo.Setup_article_production.article_name, dbo.Setup_article_production.machine_size, dbo.Setup_article_production.guage, dbo.Setup_article_production.gsm, dbo.Setup_article_production.weight, dbo.Setup_buyer.buyer_code
FROM
dbo.Setup_article_production
LEFT
JOIN
dbo.Setup_buyer
ON
dbo.Setup_article_production.article_id = dbo.Setup_buyer.buyer_id
Reply
Answers (
5
)
Read a large Text File ( 250 MB) And Write in TextBox C#
Bot Framework related query