DTS Lookups - Type Mismatch error

  • Could be. DTSLookups will return empty variant if no data. To protect against error use

    If IsEmpty(arrAddresses) Then
    
    ...
    else
    ..
    End If

    Far away is close at hand in the images of elsewhere.
    Anon.

  • quote:


    Could be. DTSLookups will return empty variant if no data. To protect against error use

    If IsEmpty(arrAddresses) Then
    
    ...
    else
    ..
    End If

    now would you please explain me this 'mickel' - 'muckel' thing, David ...or I'll post something in German.

    Frank

    http://www.insidesql.de

    http://www.familienzirkus.de

    --
    Frank Kalis
    Microsoft SQL Server MVP
    Webmaster: http://www.insidesql.org/blogs
    My blog: http://www.insidesql.org/blogs/frankkalis/[/url]

  • Auch Mench, Frank.

    Are you referring to the quote or the dialogue in the other thread?

    Far away is close at hand in the images of elsewhere.
    Anon.

  • quote:


    Auch Mench, Frank.

    Are you referring to the quote or the dialogue in the other thread?


    The other thread.

    Frank

    http://www.insidesql.de

    http://www.familienzirkus.de

    --
    Frank Kalis
    Microsoft SQL Server MVP
    Webmaster: http://www.insidesql.org/blogs
    My blog: http://www.insidesql.org/blogs/frankkalis/[/url]

  • quote:


    many a mickel mucks a muckel sic!


    It's one of those obscure scottish (and I'm not scottish) phrases about money. As far as I know loosely translated it means "many pennies make pounds" or "look after the pennies and the pounds will look after themselves.

    I must be getting to know you as I can't resist jokey posts with you, must be the child in me

    Far away is close at hand in the images of elsewhere.
    Anon.

  • quote:


    I must be getting to know you as I can't resist jokey posts with you, must be the child in me


    Thanks for explanation!

    Keep that mentality, it's unpayable.

    Frank

    http://www.insidesql.de

    http://www.familienzirkus.de

    --
    Frank Kalis
    Microsoft SQL Server MVP
    Webmaster: http://www.insidesql.org/blogs
    My blog: http://www.insidesql.org/blogs/frankkalis/[/url]

  • quote:


    If IsEmpty(arrAddresses) Then


    Many thanks, that did the trick

    Stefan

Viewing 7 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic. Login to reply