Recent content by sedge

  1. S

    Progress Query Tool

    Figured out one way: - append defaultSchema=pub to the end of the URL. Like: jdbc:datadirect:openedge://localhost:20850;databaseName=sv0pson;defaultSchema=pub
  2. S

    Progress Query Tool

    I've installed SquirrelSQL 3.3.0 and it connects fine to OpenEdge 10.2B, but: - it requires the schema name prefix ("pub.") on all table references in the SQL statements - The Query Builder doesn't generate the schema name prefix. Do you know either: - How to connect so that the default schema...
  3. S

    ProDataSet and DataSet Compatibility

    Hi We are using ProDataSets and DataSets to exchange data between OpenEdge and .NET applications. The approach we use is to: - Design the DataSet in Visual Studio - Use BPROXSDTO4GL to create a .i to use with OpenEdge - Use the serialise utilities in both .NET and OpenEdge to dump/load the...
  4. S

    .NET made OCX vs Progress events

    We have a working example of Progress accepting events (mail arriving) from the Microsoft Outlook DLL. You just use the <com-handle>:ENABLE-EVENTS like in your example. I also found another article that suggests that Progress can't do events from VB. That may be a bit of a red herring because VB...
  5. S

    .NET to trigger events in V9

    Has anyone managed to develop a .NET DLL that will trigger events in Progress V9.1d? I'd prefer VB.NET, but any of the .NET languages will do. We think we are close, based on the Microsoft article...
  6. S

    .NET made OCX vs Progress events

    Did you get anywhere with this? We would like to be able to generate Events that Progress (V9) can trap in .NET DLLs, preferably VB.NET but any .NET language will do. It looks like we got to a similar place to you, this article...
Top