From: Ted O. <te...@on...> - 2006-11-13 15:51:46
|
I've written some scripts to import customer orders and purchase orders, but they use the API. If you don't use the API, then you are bypassing all the business rules built into SQL-Ledger. There are also many validation checks done in the API to maintain data integrity. It may be a little more work shelling out and running a script to use the API, but the amount of work you may face fixing data integrity issue may far out weigh the work required on an API call. Dave Snell wrote: > Has anyone sucessfully used LWP to enter sales orders > (or similar) into SQL-Ledger? I have a perl > application that uses DBI to access several > databases, and then eventually needs to update > SQL-Ledger. It just seems silly to shell out and call > the API from the OS, when theoretically I could do it > all from within the same perl script. > > B > > > > ____________________________________________________________________________________ > Yahoo! Music Unlimited > Access over 1 million songs. > http://music.yahoo.com/unlimited > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > |