Hi Guys,
I have been using the web datawindow component for our web pages for ever. I can see the WEBDW is still included in the 12.6 example files but I have no way of deploying it to use with my web pages. I'm assuming it has been deprecated.
What are my options going forward?
Do I have to create a web service from scratch. Is there a sample version like the webdw included i can use to get started and modify.
Any help would appreciated.
My current ASP calls look like this
dw1 = Server.CreateObject("PowerBuilder.HTMLDataWindow");
retVal = dw1.SetDWObject ("mydwlib.pbl", "GA000006_1")
dw1.setTrans("ODBC",...
etc
How would these calls change?
Thanks Michael