Hi everyone,

  whenever axapta needed to extract data from an SQL (on which axapta is not
running) then we can get the data using the process of
1. initialise the connection to the external database (connect using ODBC)
2. run the SQL statement and get the executed query data in the resultset
3. now by using result.next() we get the records and update in the axapta
table

similarly now if we want to run the opposite way i.e pickup the data
(multiple records) from an axapta table and then insert these records in a
table present in a database which is not running on axapta how to do this?
          if anyone know how to achieve this please let me know.

thanks

Girish


Yahoo! Groups Sponsor
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to