on 2021 Feb 24 4:08 PM
Is it not anymore supported in SQL Anywhere 17 replacing the column names in mobilink scripts with questions marks?
In some upload_insert script we call another procedure like: call mobilink_uplad(?, ?, ?), then the procedure gets the correct values but in incorrect order.
Is this already a known problem?
You can still use question marks in scripts instead of named parameters.
The order of values used is based on the order of the columns at the REMOTE database. Is it possible that the column order for a given table is not the same at the remote and consolidated database?
Reg
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Moreover, the procedure being called from upload_insert script is also correct no doubt, because I only replaced the question marks with the column names and then it startet working!!!!
Could the delimiter (Default field separator) be a problem? I mean if the remote is using ',' as delimiter and the cons. uses ';'
User | Count |
---|---|
68 | |
8 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.