[Axapta-Knowledge-Village] OLAP in AX 2.5

2007-07-12 Thread Matthias Lachetta
Hi there, im starting to collect some informations about Axapta 2.5 and OLAP. Simple Questsion: Does anyone know some good sources about OLAP, OLAP Servers, handling OLAP in Axapta. Every documentaion would be useful, even higher Versions than 2.5 Thanks and regards Matthias

AW: [Axapta-Knowledge-Village] Calling procedure thru Axapta by passing parameters

2007-06-18 Thread Matthias Lachetta
Hi, the code is correct, but if you try to catch the resultset Axapata says there are no rows selected. i.e. resultSet.getString(1); // doesn't work Im using Ax 3.0 Hi Abhijit, I had replied to one of your queries before also with the subject line Email thru axapta and had given

AW: [Axapta-Knowledge-Village] calling prodecure with parameters in Axapta

2007-06-14 Thread Matthias Lachetta
Hi, first thx for this help. I have the same problem to call a stored procedere from Axapta. The code works and is close to my own. But if i try to catch the resultSet There is a error message : No rows selected. How can i handle a resultset of a stored procere? Any suggestions?