RE: [Axapta-Knowledge-Village] SQLLiteral is giving wrong result

2007-10-04 Thread mit
Of gopala krishna Sent: 2. oktober 2007 10:13 To: axapta knowledge; axapta development Subject: [Axapta-Knowledge-Village] SQLLiteral is giving wrong result Hi, When I run this piece of code I am getting different results in 3.0 and in 4.0. SqlSystem sqlSystem = new SqlSystem();

[Axapta-Knowledge-Village] SQLLiteral is giving wrong result

2007-10-02 Thread gopala krishna
Hi, When I run this piece of code I am getting different results in 3.0 and in 4.0. SqlSystem sqlSystem = new SqlSystem(); ; print sqlSystem.sqlLiteral('000213_003'); Pause; In 3.0 it is printing as '000213_003' and in 4.0 it is printing as N'000213_003' Extra N is pre