[development-axapta] Re: Launch an external application from Ax 4.0

2007-10-24 Thread KimlaCour
WinApi::shellExecute("http://www.amazon.com";); --- In development-axapta@yahoogroups.com, "rajiyer74" <[EMAIL PROTECTED]> wrote: > > Hi Guys > > I am relatively new to the AX world. > I have a requirement to add a link to an external application or even a > url for example and launch this ur

[development-axapta] Re: Oracle to SQL

2007-10-24 Thread KimlaCour
It can be done via DTS. Create the SQL Server database using AX. Avoid copying SqlParameters (and probably some other system tables). You have to convert all empty strings (there are no NULLs in AX) from ASCII-2 to an empty string. Be very carefull with what type of Oracle-connection you cho