Hello, Is there a way to have the result of a selection directly in a variable? (when the selection brings back only one row)
For ex. instead of: -------------- Dim v_townname As String Select TownName From TownTable Where TownID=876 Into _tempTable Fetch First From _tempTable v_townname=_tempTable.TownName --------------- Is there something faster? Thanks, David Berger --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
