Search found 1 match
- Mon Mar 08, 2010 4:54 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: ODBCOutPut Command - MS Access 2007
- Replies: 2
- Views: 2785
ODBCOutPut Command - MS Access 2007
MS ACCESS OUTPUT – Note that it created the table based on parameters below Prolog # ODBC datasource called ‘tm1output’ DSN='tm1output'; UName=''; Pass=''; #Open DB ODBCOpen(DSN,UName,Pass); #Create table ODBCOutput(DSN, 'Create table af ( Plan TEXT, Versions TEXT, FY TEXT, ALC TEXT, GLAC TEXT...