| Author |
Message |
jean-rator
Joined: 02 Feb 2012 Posts: 9
|
Posted: Tue Mar 13, 2012 2:25 pm Post subject: Using other column value through Python script |
|
|
Hello everybody,
I'm trying to set a column (bit) with the opposite of another one (bit, too) of the same table.
when one is true, the other has to be false and vice-versa.
The only choice - in my opinion - is to use a Python script.
I'm not an expert of this language, and I'm wondering if it si possible to use the value of other column in my code (as it could be done with Regexp generator : $[columnName]...)
Constraint : it is not possible to use an SQL Statement because an additional connection has to be defined in that case ; and I want to target any server/DB with only changing the connection at Project level.
Thanks in advance for any suggestion/advice.
Regards.
JL. |
|
| Back to top |
|
 |
Brian Donahue
Joined: 23 Aug 2004 Posts: 6344 Location: Red Gate Software
|
Posted: Wed Mar 14, 2012 5:34 pm Post subject: |
|
|
Hello,
The Python generator won't give you access to generated data in other columns. There is an unsupported, third-party Ruby generator that you can use for this, discussed at http://www.simple-talk.com/dotnet/.net-framework/embedding-ironruby-and-the-dlr-into-sql-data-generator/
I have a newer build that works with SQL Data Generator v2; if you email me, I can send it to you so you don't have to mess around with the v1 version Ben did so long ago that is not working with the current build. _________________ Brian Donahue
Technical Support
Red Gate Software Ltd.
44 (0)870 160 0037 ext 8521
US and CAN 1-866-RED GATE ext 8521 |
|
| Back to top |
|
 |
cvillegas
Joined: 04 Apr 2012 Posts: 4
|
Posted: Wed Apr 04, 2012 6:53 pm Post subject: Could you please post a link to the unsupported generator? |
|
|
Could you please post a link to the unsupported generator?
Thanks! |
|
| Back to top |
|
 |
Brian Donahue
Joined: 23 Aug 2004 Posts: 6344 Location: Red Gate Software
|
|
| Back to top |
|
 |
buddhatripp
Joined: 07 Dec 2012 Posts: 1
|
Posted: Fri Dec 07, 2012 4:52 pm Post subject: |
|
|
| The Ruby Generator does not seem to work. It does not show as an option in the column generation settings. The old one shows up, but causes an error as expected. I just unzipped and put the files in the Generator directory then started the application... Am I doing something wrong? Thank you! |
|
| Back to top |
|
 |
sgehret
Joined: 07 Dec 2012 Posts: 7 Location: United States
|
Posted: Fri Dec 07, 2012 5:04 pm Post subject: IronRuby and V2 |
|
|
| Hi, I downloaded the IronRuby generator for SQL Data Generator 2.0 that Brian posted. But I don't know how to get it to show in the tool. I am evaluating this tool and the version is 2.0.3.1. I unzipped the dll files and added them to the Generator directory. But Ruby is not an option anywhere within the application. |
|
| Back to top |
|
 |
Brian Donahue
Joined: 23 Aug 2004 Posts: 6344 Location: Red Gate Software
|
Posted: Mon Dec 10, 2012 10:12 am Post subject: |
|
|
The Ruby generator had to be rebuilt for every version of SDG, so I believe the DLL references need to be updated and the project recompiled. I think the source code is included, so you can do this. However, if you need me to look into it, I may be ~1-3 days before I can get to it.
Just to manage expectations, the Ruby Generator is unsupported and not a part of the SQL Data Generator software package. It's something I can do in my spare time. _________________ Brian Donahue
Technical Support
Red Gate Software Ltd.
44 (0)870 160 0037 ext 8521
US and CAN 1-866-RED GATE ext 8521 |
|
| Back to top |
|
 |
sgehret
Joined: 07 Dec 2012 Posts: 7 Location: United States
|
Posted: Mon Dec 10, 2012 8:39 pm Post subject: |
|
|
Hi Brian,
I don't think you need to spend any time on it unless you think it would benefit the SDG user community at large. We are going to purchase this tool anyway and I am done with my testing.
The source code was not in the zip file. Just the .dll files. As a company, I think we would be interested in getting a working version of IronRuby, though, because we really have big need to reference other fields in the same row. Right now, we are doing all that kind of work in After scripts.
Thanks,
Scott |
|
| Back to top |
|
 |
Brian Donahue
Joined: 23 Aug 2004 Posts: 6344 Location: Red Gate Software
|
|
| Back to top |
|
 |
|