Click here to Skip to main content
15,921,793 members
Home / Discussions / Database
   

Database

 
GeneralRe: Unable to get the data from 2 tables which are in 2 differenet servers Pin
vnr7-Nov-09 19:15
vnr7-Nov-09 19:15 
GeneralRe: Unable to get the data from 2 tables which are in 2 differenet servers Pin
Mycroft Holmes7-Nov-09 22:46
professionalMycroft Holmes7-Nov-09 22:46 
Questionhorizontal union operation Pin
loyal ginger5-Nov-09 10:03
loyal ginger5-Nov-09 10:03 
AnswerRe: horizontal union operation Pin
Garth J Lancaster5-Nov-09 10:45
professionalGarth J Lancaster5-Nov-09 10:45 
AnswerRe: horizontal union operation Pin
Luc Pattyn5-Nov-09 12:59
sitebuilderLuc Pattyn5-Nov-09 12:59 
AnswerRe: horizontal union operation Pin
Niladri_Biswas5-Nov-09 17:07
Niladri_Biswas5-Nov-09 17:07 
GeneralRe: horizontal union operation Pin
Shameel9-Nov-09 3:01
professionalShameel9-Nov-09 3:01 
Answerclarification on my original question Pin
dxlee6-Nov-09 5:43
dxlee6-Nov-09 5:43 
First of all, thanks for all who replied.

I was given those Access tables and was asked to do that "horizontal join". I did not design the database, so I have no control over the design of the tables. For example, there is no primary key in those tables. Had I designed them, I would probably put a rowid field there as the primary key.

The person who asked me to do this needed the result table "so that he can load the table in GeoMedia to map the points." I don't know the details about GeoMedia. I just do whatever he asks me to do. He is my boss. The real requirement is more than what I presented here. He actually asked me to horizontally join more than two tables. Actually the number of tables are unknown at design time. I am actually writing a program to do this. However, I want a query to simplify my program. I was hoping that I can avoid the result table creation part because I don't want to deal with Access data types. If a query is possible, I will just use "select ... into ..." to create the result table, instead of using "create table ..." because to construct the create command I have to find out the fields' info (name and type) for the result table.

Thanks again for all your replies.
AnswerRe: horizontal union operation Pin
Shameel9-Nov-09 3:05
professionalShameel9-Nov-09 3:05 
QuestionHelp! Database Problem, Unknown Information in a Access DataBase by the MEMO type! Pin
maysam gamini5-Nov-09 8:26
maysam gamini5-Nov-09 8:26 
AnswerRe: Help! Database Problem, Unknown Information in a Access DataBase by the MEMO type! Pin
maysam gamini5-Nov-09 12:37
maysam gamini5-Nov-09 12:37 
AnswerRe: Help! Database Problem, Unknown Information in a Access DataBase by the MEMO type! - CrossPost Pin
Richard MacCutchan5-Nov-09 23:19
mveRichard MacCutchan5-Nov-09 23:19 
QuestionSQL Server 2005 - Passing 2 Dim. Array to SP Pin
Anusha.19805-Nov-09 7:42
Anusha.19805-Nov-09 7:42 
AnswerRe: SQL Server 2005 - Passing 2 Dim. Array to SP Pin
Eddy Vluggen5-Nov-09 8:39
professionalEddy Vluggen5-Nov-09 8:39 
AnswerRe: SQL Server 2005 - Passing 2 Dim. Array to SP Pin
Niladri_Biswas5-Nov-09 16:56
Niladri_Biswas5-Nov-09 16:56 
QuestionSQL Server 2005 - Working with IDENTITY column Pin
Anusha.19805-Nov-09 7:04
Anusha.19805-Nov-09 7:04 
AnswerRe: SQL Server 2005 - Working with IDENTITY column Pin
Mycroft Holmes5-Nov-09 14:20
professionalMycroft Holmes5-Nov-09 14:20 
AnswerRe: SQL Server 2005 - Working with IDENTITY column Pin
Niladri_Biswas5-Nov-09 17:22
Niladri_Biswas5-Nov-09 17:22 
AnswerRe: SQL Server 2005 - Working with IDENTITY column Pin
Shameel9-Nov-09 3:08
professionalShameel9-Nov-09 3:08 
QuestionMS SQL Selecting all rows in one table and only rows matching in a second Pin
Steven J Jowett5-Nov-09 2:48
Steven J Jowett5-Nov-09 2:48 
AnswerRe: MS SQL Selecting all rows in one table and only rows matching in a second Pin
J4amieC5-Nov-09 3:05
J4amieC5-Nov-09 3:05 
AnswerRe: MS SQL Selecting all rows in one table and only rows matching in a second Pin
Niladri_Biswas5-Nov-09 3:41
Niladri_Biswas5-Nov-09 3:41 
AnswerRe: MS SQL Selecting all rows in one table and only rows matching in a second Pin
David Skelly5-Nov-09 5:27
David Skelly5-Nov-09 5:27 
GeneralRe: MS SQL Selecting all rows in one table and only rows matching in a second Pin
Steven J Jowett5-Nov-09 6:57
Steven J Jowett5-Nov-09 6:57 
GeneralRe: MS SQL Selecting all rows in one table and only rows matching in a second Pin
David Skelly5-Nov-09 23:08
David Skelly5-Nov-09 23:08 

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.