I need to add a column in the ETL process. All steps are successfully completed except the last one-ADO NET Destination (the “Insert Specs” element on the left).
In the ADO NET target (“Inser
I need to add a column in the ETL process. All steps are successfully completed except the last one-ADO NET Destination (the “Insert Specs” element on the left).
In the ADO NET target (“Inser
My code reads through one connection and writes through another connection. I don’t want to accidentally write with the read connection. How can I make a read-only connection? I’m using SQLite ATM,