<span class="gmail_quote">On 12/4/06, <b class="gmail_sendername">Hal Mueller</b> &lt;<a href="mailto:hal@mobilegeographics.com">hal@mobilegeographics.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
A bit more detail about the search would help--coding environment?<br>search parameterization?&nbsp;&nbsp;DB attributes?</blockquote><div><br></div>there're&nbsp;more than 1 coding environments. search database is oracle on a different server.  i am on a different server running my map service&nbsp;making&nbsp;maps on demand. i am also running&nbsp;my geocoding service on demand. i want to tie my    2 services for whoever wants it. my question really is-&nbsp;how do i best do the tie up?
<br><br><span class="gmail_quote">On 12/4/06, <b class="gmail_sendername">Hal Mueller</b> &lt;<a href="mailto:hal@mobilegeographics.com">hal@mobilegeographics.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
Geocoding after every search will be slow, and a heavy load.&nbsp;&nbsp;IMO you<br>would do better by geocoding all of the points in your search<br>database once, and storing that.<br></blockquote><br>yeah the visitor'd have to wait but i am trying to avoid mixing search database (oracle, non-spatial) with geocode database (postgresql, spatial). 
<br><br><span class="gmail_quote">On 12/4/06, <b class="gmail_sendername">Hal Mueller</b> &lt;<a href="mailto:hal@mobilegeographics.com">hal@mobilegeographics.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
1 run search<br>2 generate unique filename string (say &quot;xyzzy12345&quot;)<br>3 create xyzzy12345.dbf with the attributes of your search<br>4 ln -s permgeocode.shp xyzzy12345.shp<br>&nbsp;&nbsp; ln -s permgeocode.shx xyzzy12345.shx
<br>&nbsp;&nbsp; etc.<br><br>now you have a shapefile whose attributes are the search results for<br>a particular query, and you can display it normally, without having<br>to think about the fact that it came from a search query.<br>
</blockquote><br>didn't quite&nbsp;get&nbsp;that.&nbsp;i don't think i am struggling with shp creation.&nbsp;see,&nbsp;the&nbsp;search&nbsp;runs&nbsp;on&nbsp;a&nbsp;separate&nbsp;server&nbsp;on&nbsp;a&nbsp;separate&nbsp;database.&nbsp;that&nbsp;server'd&nbsp;then&nbsp;feed&nbsp;my&nbsp;server&nbsp;with&nbsp;the&nbsp;results. i get  to geocode the results and show them on a fancy map ;).
<br><br>jzs<br>