Recent content by Wellingthon Ara

  1. W

    Problemns with 7.1.1.1339

    And now? Something about?
  2. W

    Problemns with 7.1.1.1339

    something about?
  3. W

    Problemns with 7.1.1.1339

    This is a consideration of the 3th problem... when I use a subselect in the sqlwindow the oracle report a database error, and the error cause is "invalid table", with the sql error reported is my consult without "(" and ")" chars... My client generate the code to capture servererros... When I...
  4. W

    Problemns with 7.1.1.1339

    Nothing about?
  5. W

    Problemns with 7.1.1.1339

    question 1) in 7.03 version 1) I create a Table (i integer, c clob); 2) I "select * from from update"; 3) I insert a row, and, in "i" field I write some number... and in the "c" field I write a text... on the text final I write ... to finish with a chr(13) with nothing after then. 4) commit...
  6. W

    Problemns with 7.1.1.1339

    Hi, I have 2 versions of PSD instaled... I have the licence of the 7.0.3 and I use it for produce, but a client has a 7.1.1 licence, so I install the 7.1.1 trial version... He say about 4 problemns, and I can see 3 of then... 1) When I have a clob field, and edit in text mode and terminate the...
  7. W

    doa345 in 10g

    Tks, I change the version of my application to use Doa405... I only change the component... my fear was make necessary change anything in my code ... :] until now, its running ok,,, ficou tudo bem... tks,,,
  8. W

    doa345 in 10g

    hi :cool: , i'm using a oracle 10g database, and, i have two oracle clients version in my winxp:9i and 10g; In MY aplication, when i list the database connections services, is showing only from the oracle9iClients services. This application is using d5, doa 345, and two oracle clients...
  9. W

    TDateField type

    oh,,, nLayer/nTier aplication i think i need convert the values... if in my appServer oracle compatible i have a dateTimeField... in my appServer paradox/firebird compatible i don't have... in my clientApp all date fields are dateFields... my solution, until now, is modified db.pas to try assume...
  10. W

    TDateField type

    Hi, I have a aplication make to paradox database. Now, i need convert this client/server aplication do a n-layer aplication... a paradox compatible server aplication will remain ... so, i need make a oracle server compatible... in oracle, Date is TDateTimeField, and i dont obtaining a solution...
Back
Top