Search results

  1. H

    How to create a 'public' view which can be used by ODBC connection?

    Hi FrancoisL, Thanks for your advice. I just figured that out and was logging in here to tell ppl (if they search for a slolution) how to solve the problem. Its true, you have to use SQL explorer and use something like: CREATE VIEW pub1.myview AS (SELECT field1, field2 FROM pub.app)...
  2. H

    How to create a 'public' view which can be used by ODBC connection?

    Hello, Can someone help me with this? Please let me know if the question is in the wrong section. Henky
  3. H

    Is it possible to make a view and make this view public via ODBC?

    Is it possible to make a view in Progress (9.1E) and make this view public via ODBC? Thanks in advance, Henky *Edit Yeah it is check http://www.progresstalk.com/showthread.php?t=111021 for more info!
  4. H

    How to create a 'public' view which can be used by ODBC connection?

    Hello, I am trying to import data directly out of Progress 9.1E into SQL Server 2005. For many tables this is no problem, I created a Linked server and am able to connect the tables and can use T-SQL statements to select records out of the tables. SQL Server 2005 has a big F***-up in their...
Back
Top