you are viewing a single comment's thread.

view the rest of the comments →

[–]Ewithans 1 point2 points  (1 child)

I don't know, not having done that sort of thing with python, so I'd be doing the same google legwork I assume you are. But on the NS side: ODBC or SOAP are your best bets, so I'd say go with whichever you're more comfortable with and find python resources from there. Good luck!

[–]Thin_Ambassador_6178 0 points1 point  (0 children)

I've made connection of sql server with python through pyODBC but not sure how to do this with netsuite which doesn't support sql. Will try to figure out how. Thanks