Database Connection |
9/2/2010 10:33:54 AM |
PHPRunner General questions | |
![]() Hello to all of you <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=15139&image=1&table=forumtopics' class='bbc_emoticon' alt=':rolleyes:' /> |
|
![]() |
Admin 9/2/2010 |
It's not possible in PHPRunner wizard however you can do that using events. |
![]() |
r.altendorfer@suzuki.at author 9/3/2010 |
Dear Sergey, |
![]() |
Admin 9/3/2010 |
Rob, Create View Database2TableX as |
T
|
tedwilder 9/11/2010 |
Rob, the best approach would be create a set of views in your first database for each of tables in second database. Then you can add those views to PHPRunner project and use them the same way as normal tables. This approach is not elegant but it works. Create View Database2TableX as
|
![]() |
Admin 9/12/2010 |
tedwilder, |