Search found 1 match

by eboraks
Sat Apr 12, 2008 9:09 am
Forum: Databases
Topic: Recursive call to database
Replies: 3
Views: 395

Recursive call to database

I am trying to write a recursive function that call a database. I have a table of zipcodes and their latitudes and attitudes. In addition I have a store procedure that accept zipcode and radius, and return the near by zipcodes. I need a function that will return only 7 zipcodes. To achieve this I tr...