Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

GL Integrations

Status
Not open for further replies.

iwells

Programmer
Joined
Oct 2, 2012
Messages
284
Location
CA
Hi,

Is there a quick and easy way to copy the GL integration for one database to another? We have a fairly customized integration for one company that we need copied to another and don't want to do this manually.

Thanks!
 
TRUNCATE TABLE TOCOMP..xxGLREF
INSERT INTO TOCOMP..xxGLREF SELECT * FROM FROMCOMP..xxGLREF

where 'xx' is your module

Sage 300 Whisperer
 
Sounds like a utility that Tairox should make.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top