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
Le Coder
NA
10
0
Which is the separation character for ... ?
Jan 24 2008 5:37 PM
I want to combine these 2 queries :
string query1 = "SELECT * FROM db1 ";
string query2 ="SELECT * FROM db2 ";
string query =query1 + query2;
The tutorial says that this works on SqlServer , but i am using Ms Access
And also the tutorial is saying that there should be a separator(but it doesn't says wich one .... ) between the queries i think something like this :
query =query1 +" ,"+ query2;
but this doesn't works .
Thanks
Reply
Answers (
5
)
Problem in Connecting Database. error " SQL Server does not allow remote connections."
Question about exception handling