RE: [Axapta-Knowledge-Village] odbc

2007-11-16 Thread Jim Hummer
I am not sure if you can use Access.I know SRS and Crystal have OLE-DB but I am not sure if Access does. I would check the Microsoft website to check that functino. Jim To: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Thu, 15 Nov 2007 10:24:58 +0200Subject: RE: [Axapta-Knowledge-Village

Re: [Axapta-Knowledge-Village] odbc

2007-11-15 Thread Arijit Basu
Hi, From Control panel> Administrative Tools>Data Sources (ODBC) Add a new System DSN and select MS Access Driver. Cheers On 11/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Ok really stupid question from a lowly consultant but how do I setup > OLE-DB using Access?? > > > AX 4.0 i

RE: [Axapta-Knowledge-Village] odbc

2007-11-15 Thread cfidler
Ok really stupid question from a lowly consultant but how do I setup OLE-DB using Access?? > AX 4.0 in written in Unicode, try OLE-DB instead of ODBC. > > > > >>From: [EMAIL PROTECTED] >>Reply-To: Axapta-Knowledge-Village@yahoogroups.com >>To: Axapta-Knowledge-Village@yahoogroups.com >>Subject:

RE: [Axapta-Knowledge-Village] odbc

2007-11-14 Thread Jim Hummer
AX 4.0 in written in Unicode, try OLE-DB instead of ODBC. >From: [EMAIL PROTECTED] >Reply-To: Axapta-Knowledge-Village@yahoogroups.com >To: Axapta-Knowledge-Village@yahoogroups.com >Subject: [Axapta-Knowledge-Village] odbc >Date: Wed, 14 Nov 2007 13:15:37 +0200 (SAST) > >Hi All, > >I am using

Re: [Axapta-Knowledge-Village] ODBC

2005-03-30 Thread Varden Morris
Hi Axnbie   Try the following:   ClassDeclaration   Str Var1 Str Var2 …..     Add a programmable section to the report and create display method for the variables:   Display str Var1() {     Return var1; }   Display str Var2() {     Return var2; }   Drag and drop the methods on