Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: FLASH: Generator help
From: Andrew Vester
Date: Mon, 8 Feb 1999 13:55:32 GMT

Hi there,

We are currently looking to implement a dynamic map using Generator that
will display a list of dealers within a particular town.

The problem we are currently having is that we haven't managed to figure out
a way to send generator a variable to do the second query.

>From a database perspective its basically looking like this for the first
part :

select * from tCity

The hard part comes into the second part which needs to have a city number
passed to it :
select * from tSuburbs where CityCode = 4 'the variable passed by generator


How can we get generator to pass a user selected variable to the database?

Any answers would be much appreciated.

Thanks for your time.
Cheers
Andrew

------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com


Replies
  RE: FLASH: Generator help, Jan van Boesschoten

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]