Suha Posted August 28, 2015 Posted August 28, 2015 I am using Import script step to move data into Oracle database using ODBC connection. It is working if there is data/text in the field but it does not push blanks into fields in Oracle db. Any suggestions?
Wim Decorte Posted August 28, 2015 Posted August 28, 2015 Import script step can only get data into FM. If you are creating records or updating records in Oracle you should be using the Execute SQL script step... Do you get any errors logged on the Oracle side? Any field validations on the Oracle side where it would not accept empty values?
beverly Posted September 1, 2015 Posted September 1, 2015 "Blanks" may require NULL. FMP doesn't know what NULL is. and/or your columns may be NOT NULL and that is your error. Yes, log and look at the logs.
Recommended Posts
This topic is 3448 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now