ODBC Connection to Axapta created SQL DB

Hello All, Can someone tell me what issues I would find if I connect to a SQL database created and maintained by AXAPTA using COM developed in VB 6.0 or .NET? I would only be accessing the DB as read-only, and I would not be writing back to it. Mike

Until or unless you are writing the data on the database which is maintained by AXAPTA. There should not be any problem. But if you try to write the data on the database. Then there will be a problem. Bcos remember AXAPTA gives its own record id to each transaction. which is been maintained throughout the system. Jagjeet