Recent content by Oswaldo

  1. O

    Three-tier sample code

    Thanks, Are there some alternative that let me connect the TOracleNavigator to the DataSet to take advantage of the query by example properties? If I use Midas, I need a TClientDataSet and TOracleNavigator does not support a connection to a clientdataset. Thanks again, Oswaldo.
  2. O

    Three-tier sample code

    I'm new in three tier applications. What I need is to have a TOracleSessionPool in a middle tier for clients to connect with it and not login and logoff each time a new user needs to connect to the database. Is it possible to do what I need without using MIDAS? Any suggestions, links, sample...
  3. O

    How can I set Auto Commit off using TClientDataSet?

    Now it works... Thanks for your help.
  4. O

    How can I set Auto Commit off using TClientDataSet?

    I use a TClientDataSet and provider connection to the DOA components. Every time I do ApplyUpdates to a TClientDataSet, it does a commit. How can I take control of the transaccion? In some cases I need to do the commit by my self. Thanks in advance, Oswaldo.
Back
Top