Re: [development-axapta] AxaptaCOMConnector: Getting Existing Tables

2006-04-27 Thread Anil Ozay
Hi Eya, You can read Axapta Help Documentation, also you can find example about COM Connector on MSDN. Firstly, you must register AxaptaCOMConnector, after that you must add reference to your project. *try {* *Axapta axaptaApp = new AxaptaClass() * // Create Axapta object to connect to Axapt

AW: [development-axapta] AxaptaCOMConnector: Getting Existing Tables

2006-04-27 Thread Andreas Rudischhauser
Use DicTable Object in axapta Von: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von eya_parungao Gesendet: Mittwoch, 26. April 2006 11:25 An: development-axapta@yahoogroups.com Betreff: [development-axapta] AxaptaCOMConnector

RE: [development-axapta] AxaptaCOMConnector: Getting Existing Tables

2006-04-27 Thread Rudi Hansen
] AxaptaCOMConnector: Getting Existing Tables Hi everyone! I'm developing in C# and we need to connect to Axapta. I'm new with using the AxaptaCOMConnector.. Is there anyone who knows how I could get the list of all existing tables in the Axapta database using this? I would really appreciate your

[development-axapta] AxaptaCOMConnector: Getting Existing Tables

2006-04-26 Thread eya_parungao
Hi everyone! I'm developing in C# and we need to connect to Axapta. I'm new with using the AxaptaCOMConnector.. Is there anyone who knows how I could get the list of all existing tables in the Axapta database using this? I would really appreciate your help. God bless!