[Axapta-Knowledge-Village] Merging Axapta databases (recovery of lost data)

2007-03-18 Thread Bayliss, Barry
Hello, I was wondering if anyone has any information to help resolve this issue. Recently we had a database crash due to corruption. We found out that the database backups had also been corrupted for the previous several days, as a result we restored a database that was m

Re: [Axapta-Knowledge-Village] How to call Stored Procedure From Axapta 4.0

2007-03-18 Thread mohit rajvanshy
Hi Nitin, I hope this will help you LoginProperty lp; ODBCConnection odbc; Connection connection; Statement statement; ResultSet resultSet ; lp = new LoginProperty(); lp.setDSN("AxDSN"); odbc = new OdbcConnection(lp); statement = odbc.createStatement(); resultSet = statement.executeQuery("exec