PowerBuilder: create cross-database DataWindow

59 views Asked by At

ALL,

Is there a way to create a cross-database DataWindow inside PowerBuilder?

Its possible to make it work from the script/inside program, but is it possible inside the PB GUI?

TIA!!

1

There are 1 answers

0
Matt Balent On

Yes you can do this in MS SQL Server using synonyms. I'd suggest that this would be better in a stored procedure that you would then use as the datasource for a datawindow object.