[Axapta-Knowledge-Village] ODBC

2008-09-03 Thread Craig Fidler
Hi All, I am using an ODBC connection called in code. I am unable to set a default user that will enable this connection to SQL. Any thoughts would be appreciated.

RE: [Axapta-Knowledge-Village] odbc

2007-11-16 Thread Jim Hummer
-Village@yahoogroups.com>>Subject: [Axapta-Knowledge-Village] odbc>>Date: Wed, 14 Nov 2007 13:15:37 +0200 (SAST)>>>>Hi All,>>>>I am using Ax4 SP2. on SQL 2005 SP2.>>>>Using Access Office 2007. Using the ODBC link I link Ax tables into>>Access,

Re: [Axapta-Knowledge-Village] odbc

2007-11-15 Thread Arijit Basu
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@yah

RE: [Axapta-Knowledge-Village] odbc

2007-11-15 Thread cfidler
Village@yahoogroups.com >>Subject: [Axapta-Knowledge-Village] odbc >>Date: Wed, 14 Nov 2007 13:15:37 +0200 (SAST) >> >>Hi All, >> >>I am using Ax4 SP2. on SQL 2005 SP2. >> >>Using Access Office 2007. Using the ODBC link I link Ax tables into >&

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) >

[Axapta-Knowledge-Village] odbc

2007-11-14 Thread cfidler
Hi All, I am using Ax4 SP2. on SQL 2005 SP2. Using Access Office 2007. Using the ODBC link I link Ax tables into Access, however certain of my tables I am not able to see the data. Anyone come across this problem or know how to solve it? Regards

[Axapta-Knowledge-Village] odbc connection in sql 2005

2006-11-17 Thread Ramazan G�RG�N
Can we use odbcconnection class in Sql Server 2005 like sql 2000? thanks ramazan [Non-text portions of this message have been removed]

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

[Axapta-Knowledge-Village] ODBC

2005-03-30 Thread axnbie
I have the following code to retrieve information from another SQL instance from axapta. I am looking for help to display the information returned in a report. static void Job1(Args _args) { LoginProperty LP = new LoginProperty(); OdbcConnection myConnection; Statement myStatemen

[Axapta-Knowledge-Village] ODBC

2005-03-30 Thread Sowmya Kumar
Can anyone help with this?   Pass in a parameter and retreive records from another SQL Server and display the results in a report within Axapta. Do you Yahoo!? Yahoo! Small Business - Try our new resources site! Sharing the knowledge on Axapta. Yahoo! Groups Sponsor ADVERTISEME