WolfShade2k
11-18-2005, 06:06 PM
Is it possible to take two arrays that were built using "getRows()" and "splice" them together? For example:
Let's say that arrayOne is the getRows() result of the following query:
SELECT ID, Name, Age
FROM UsersGroupA
Now let's say that arrayTwo is the getRows() result of:
SELECT ID, Name, Age
FROM UsersGroupB
Is it possible to join arrayOne with arrayTwo? I've been looking all over the web, but just aren't finding it. I see lots of stuff for single-dim arrays, but not a multi-dim array join.
What say you?
Thanks,
WolfShade
PS. The above example is WAY over-simplified for what I'm actually trying to do, but it fits. I know about related-queries - can't be done for this one. Tnx.
Let's say that arrayOne is the getRows() result of the following query:
SELECT ID, Name, Age
FROM UsersGroupA
Now let's say that arrayTwo is the getRows() result of:
SELECT ID, Name, Age
FROM UsersGroupB
Is it possible to join arrayOne with arrayTwo? I've been looking all over the web, but just aren't finding it. I see lots of stuff for single-dim arrays, but not a multi-dim array join.
What say you?
Thanks,
WolfShade
PS. The above example is WAY over-simplified for what I'm actually trying to do, but it fits. I know about related-queries - can't be done for this one. Tnx.