markftwain
Technical User
- Jul 12, 2006
- 108
Hi,
After establishing a connection to a postgresql database, I am unabe to insert a new record when the source vfp record has an empty timestamp value. The sql syntax of ?varname seems to pass an empty string to the backend postgresql database resulting in postgresql message of wrong data type. Replacing empty timestamps in the source foxpro table with .null., results in ? still failing.
How do I send empty timestamps values through sqlexec to posgresql?
Thanks for any help with this.
After establishing a connection to a postgresql database, I am unabe to insert a new record when the source vfp record has an empty timestamp value. The sql syntax of ?varname seems to pass an empty string to the backend postgresql database resulting in postgresql message of wrong data type. Replacing empty timestamps in the source foxpro table with .null., results in ? still failing.
How do I send empty timestamps values through sqlexec to posgresql?
Thanks for any help with this.