Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Convert MS-Access commands into Oracle

Author  Topic 

Kolipaka
Starting Member

7 Posts

Posted - 2008-10-27 : 01:58:15
Basically we need help in interpreting/converting macros i.e. the commands which are in MS-Access queries I want to convert the same into Oracle.

Some eg -

1. (((Sum(CDbl([Revenue Share Amount])))<>0)
2. ((IsNumeric([Revenue Share Amount]))=True)

Above is only some examples but actually there are many complicated commands used in the codes.

Can anyone suggest any site wherein I can get help on converting access commands into oracle.

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-10-27 : 02:10:18
please post in some Oracle forums. This MS SQL Server forum. you cant find an oracle forum at www.dbforums.com
Go to Top of Page
   

- Advertisement -