0

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!!

Igor
  • 5,620
  • 11
  • 51
  • 103

1 Answers1

0

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.

Matt Balent
  • 2,337
  • 2
  • 20
  • 23