Dagel Posted June 29, 2013 Posted June 29, 2013 I have two tables, OrdersSQL and OrderMirror. A primary ID and a text field in each table. My script copies the primary key from OrdersSQL, creates a new record in OrderMirror and pastes the ID into the ID field. The data field in the mirror table gets populated via a lookup to the sql table. Problem is, I get some of the text, but then it gives me a huge string of periods. When looking at the text in a text editor, each period is preceded by an inverted question mark. Â I've also tried doing a copy and paste as well as setting a variable and doing a set field. Same thing. Â What's even more disturbing is that when I walk through each of the script steps with Script Debugger, it works fine. I was beginning to think it was an issue with the original data I was trying to bring in, but that negates that possibility. Â Any insight as to what might be going on would be greatly appreciated! Â ***UPDATE: I don't know why, but adding the field from the OrdersMirror table to the OrdersSQL table layout seemed to solved the problem, at least for now. I'm still scratching my head.
Recommended Posts
This topic is 4164 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