Hi there,
I need some advise.
I'm a programmer and I have an application that needs to have it's customers synchronized with ACCPAC (Advantage Series 5.2). The ACCPAC database is SQL Server 7.0.
Basically my application will get the customers from ACCPAC and compare them to the customers in my application. Then if I see that ACCPAC is missing customers or some customer information has changed then my application needs to update ACCPAC.
These are the options that I have right now:
1) Send a text file with the new customers/updated customer info so someone can import manually into ACCPAC. How can I get the file layouts? Which tables I'm supposed to update? A second step that I need to do is to send the billing information (monthly/quarterly, etc and the amount to bill) which tables and structure also.
2) Use ODBC Link? This is an interesting option, but I don't see any documentation about how to implement it. Does anyone know about it?
Any suggestions would be greatly appreciated.
Thanks.
I need some advise.
I'm a programmer and I have an application that needs to have it's customers synchronized with ACCPAC (Advantage Series 5.2). The ACCPAC database is SQL Server 7.0.
Basically my application will get the customers from ACCPAC and compare them to the customers in my application. Then if I see that ACCPAC is missing customers or some customer information has changed then my application needs to update ACCPAC.
These are the options that I have right now:
1) Send a text file with the new customers/updated customer info so someone can import manually into ACCPAC. How can I get the file layouts? Which tables I'm supposed to update? A second step that I need to do is to send the billing information (monthly/quarterly, etc and the amount to bill) which tables and structure also.
2) Use ODBC Link? This is an interesting option, but I don't see any documentation about how to implement it. Does anyone know about it?
Any suggestions would be greatly appreciated.
Thanks.