RE: Scripting Functoids and SQL LookUps



RAB,

Assuming you are referring to BTS2k4, Any specific reason you dont want to
use or cant use the business rules engine to do this lookup for you? For a
performance standpoing it may be more beneficial to do it there.

Jeremy

"RAB" wrote:

> So what I need is the WHERE clause capabilities within the Database LookUp
> Functoids.
>
> For example, SELECT Value FROM Table_StringMap WHERE
> AttribteName=picklist_name AND AttributeValue=picklist_value_I_am_looking_for
>
> I dont think Database LookUp Funtoids do that. Let me know if they do.
>
> So, in order to get around the limited capabilities, I would like to use a
> scripting functoid.
>
> Question:
>
> Can I do the following in a scripting functoid (VBScript)
>
> Set Connection = Server.CreateObject("ADODB.Connection")
> Set Command = Server.CreateObject("ADODB.Command")
>
> If I could do this then I believe I can retrieve the value I need.
>
>
> Anyone, please help.
> Thank you.
>
.



Relevant Pages

  • Re: Named Recordsets from SProcs?
    ... Yeah. ... i dont generally do unfiltered SELECT *'s except on things like lookup ... tables where its just a small set of ID/TEXT combinations. ...
    (microsoft.public.sqlserver.programming)
  • Re: Named Recordsets from SProcs?
    ... Yeah. ... i dont generally do unfiltered SELECT *'s except on things like lookup ... tables where its just a small set of ID/TEXT combinations. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Using INDEX and MATCH to find data in 2 different sheets
    ... Why is the lookup value in the second MATCH formula 1? ... Dont understand this ... perhaps I am missing something here ...
    (microsoft.public.excel.worksheet.functions)
  • Re: how to get rid of sshd needing DNS ?
    ... >> I dont want my sshd to lookup the client's IP. ... Any hints? ...
    (comp.security.ssh)
  • Re: Where to do a SQL Lookup: map or orchestration
    ... Also check out the Getxxx functoids in the database functoids category. ... I have a question about where to handle a SQL Adapter lookup. ... customer part number and the CustomerId as criteria. ... Is this kind of thing best handled in a map using a (Database Lookup ...
    (microsoft.public.biztalk.general)