Connecting
Connecting with the cdata.quickbase 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.quickbase as mod
conn = mod.connect("[email protected];Password=test_1234;Domain=test.quickbase.com;ApplicationToken='bwkxrb5da2wn57bzfh9xn24';")
Once the connection is created, you can use it to execute subsequent SQL queries.