thanks kevin and stewart--big help. ------ Original Message ------ Received: 09:25 AM PST, 03/28/2005 From: Kevin Byrnes <[EMAIL PROTECTED]> To: [email protected] Subject: Re: [Maptitude] appending a file
"If the databases you want to combine are "geographic files" for map layers, you would need to use the "Merge Geography" command under the "Tools"-"Geographic Utilities" menu. If the tables in question are simply Maptitude "bin" files you can "union" them in DOS, simply by using the "copy" command. For instance, to combine the contents of "a.bin" and "b.bin" into a new bin file, "c.bin", it would go something like this: copy /B a.bin+b.bin c.bin that would give you the bin file, but you need to get the dictionary file, so just copy a's: copy a.dcb c.dcb now c.bin is a valid bin file that included the contents of both a and b. This assumes that the table structure of a and b are IDENTICAL. Hope this helps." Kevin Byrnes (quoting previous message from Caliper Tech Support) Mark Duncan wrote: > > hey guys, I have a file that is so large that it was created in two > parts. Can I append these in maptitude to create just one file? All > the fields are the same. thx, > mark > > > > > Yahoo! Groups Sponsor > ADVERTISEMENT > click here > <http://us.ard.yahoo.com/SIG=129c0pvhg/M=298184.6191685.7192823.3001176/D=groups/S=1705905730:HM/EXP=1112116103/A=2593423/R=0/SIG=11el9gslf/*http://www.netflix.com/Default?mqso=60190075> > > > > ------------------------------------------------------------------------ > Yahoo! Groups Links > > * To visit your group on the web, go to: > http://groups.yahoo.com/group/Maptitude/ > > * To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > * Your use of Yahoo! Groups is subject to the Yahoo! Terms of > Service <http://docs.yahoo.com/info/terms/>. > > > --------------------------------------------- > Attachment:�Kevin.Byrnes.vcf > MIME Type:�text/x-vcard > --------------------------------------------- ____________________________________________________________________ ------------------------ Yahoo! Groups Sponsor --------------------~--> What would our lives be like without music, dance, and theater? Donate or volunteer in the arts today at Network for Good! http://us.click.yahoo.com/TzSHvD/SOnJAA/79vVAA/C5grlB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Maptitude/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
