Mail merge in PowerBuilder

Hello,
I use the aspose word for .net in powerbuilder, and I notice that you provided the example about the mail merge . I want know if I connect the SQL and Oracle dataset,how could I modify the following code ?

string connectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Temp\myDb.mdb";
connection = CREATE oleobject;
connection.ConnectToNewObject("ADODB.Connection");
connection.Open(connectionString);
// Perform data selection
RS = connection.Execute(commandString);

Thanks!

Hello
Thanks for your inquiry. I think this question is not related to Aspose.Words. So, I suppose you should contact Oracle or Powerbuilder support in order to resolve this problem.
Also, you can try to find the answer in Google (how to connecting to Oracle from PowerBuilder).
Maybe this article will be useful for you:
http://www.sybase.com/detail?id=44571
Best regards,