Re: RE : [Axapta-Knowledge-Village] Views in Axapta

2006-04-20 Thread Ho Adelyn
Hi All, Can any one advice me in Axapta SQL administration, how to issue a select statement with condition.  It is different from issue the command in SQL query. Thanks. --- DIEGO MARIANO GAGLIANO <[EMAIL PROTECTED]> wrote: > hi Andres >    >   Why you not try to use SQL Statment directly

Re: AW: RE : [Axapta-Knowledge-Village] Views in Axapta

2006-02-20 Thread Subrahmanyam, Mamidi
} } Subbu, Andreas Rudischhauser <[EMAIL PROTECTED]> wrote: I don't think it is good to use sql right here... Von: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von DIEGO MARIANO GAGLIANO Gesen

AW: RE : [Axapta-Knowledge-Village] Views in Axapta

2006-02-20 Thread Andreas Rudischhauser
treff: Re: RE : [Axapta-Knowledge-Village] Views in Axapta hi Andres Why you not try to use SQL Statment directly, and resolve the issue more quick and have better performance. This is an example: str mysql; Connection Con = New Connection(); Statement

Re: RE : [Axapta-Knowledge-Village] Views in Axapta

2006-02-20 Thread DIEGO MARIANO GAGLIANO
hi Andres Why you not try to use SQL Statment directly, and resolve the issue more quick and have better performance. This is an example: str mysql; Connection Con = New Connection(); Statement Stmt = Con.createStatement(); ResultSet R; ; mysql =

RE : [Axapta-Knowledge-Village] Views in Axapta

2006-02-20 Thread Steeve Gilbert
Hi Andreas, Try using the TreeNode object instead. Use Appl.dbSynchronize(...) to sync you new view. Regards, Steeve... -Message d'origine- De : Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Andreas Rudischhauser Envoyé : 20 février 2006 10:02 À