I am using an sql method to insert data into a postgresql db.
The sql method keeps rejecting the data types date and time.
These are recognized datatypes in postgresql. If I switch it to
Int its ok. If I use like varchar will the connector convert it to the
Right type for postgresql/???
Lewie