Connecting
Connecting with the cdata.woocommerce Module:
The connector's module is used directly to establish a connection with the data source. It does this by using a connection string as its argument. For example:import cdata.woocommerce as mod conn = mod.connect(" Url=http://localhost/woocommerce/;ConsumerKey=ck_ec52c76185c088ecaa3145287c8acba55a6f59ad;ConsumerSecret=cs_9fde14bf57126156701a7563fc87575713c355e5;")
Once the connection is created, you can use it to execute subsequent SQL queries.