I have 2 database (db1 and db2), both are the same but column's position different. Previous i use db1 to generate code, but now for some reason we have to using db2. How do i to sync db2 with db1 for gen code? i cant drop and re-create column because i do not want loss data
Please help me. Thanks so much.
Hello,
What version of Generator are you using? The returned columns are sorted in Generator 6.x and 5.x. What issues are you seeing with column position?
Blake Niemyjski CodeSmith Tools, LLC. Software Development Engineer Blog: http://windowscoding.com/blogs/blake/ .NetTiers team | Visit http://www.nettiers.net
Hi Blake Niemyjski.
I have found solution for my problem.
Thanks so much.
What was your solution?
Oh. I just can created 1 new version code and use it with db2 because i have no way.