Hi Lars,



Sorry but I need to correct you concerning the support of like in Axapta. Axapta does support like.



Try this out.



static void TestLike(Args _args)

{

    InventTable it;

    ;

    while select it

     where !(it.ItemId like '1*')

    {

        info(it.ItemId);

    }

}





/Jesper





Von: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED]
Gesendet: Sonntag, 24. April 2005 22:09
An: development-axapta@yahoogroups.com
Betreff: RE: [development-axapta] statement "where not" and "not like"




Where not = Where !=

Axapta does not support the "like" syntax.


Best regards,

Lars Holm
Senior Technical Consultant

T O I N C R E A S E - Y O U R  B U S I N E S S


-----Original Message-----
From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jaiver avila
Sent: 22. april 2005 22:47
To: development-axapta@yahoogroups.com
Subject: [development-axapta] statement "where not" and "not like"



What statement replace the "where not"  && "not like"
of sql in axapta

_________________________________________________________
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com






Yahoo! Groups Links













  _____ 

Yahoo! Groups Links

*      To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
 
*      To unsubscribe from this group, send an email to:
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
 
*      Your use of Yahoo! Groups is subject to the Yahoo! <http://docs.yahoo.com/info/terms/>  Terms of Service.



[Non-text portions of this message have been removed]






Yahoo! Groups Links

Reply via email to