Recent content by sse

  1. sse

    64 bit support in the IDE?

    Is there 64 bit support in the IDE? if so how to make a single delphi proj, targeting both 32 and 64 bit, but that can display data in the IDE? I have 64 bit oracle client installed and would like to create a 64 bit Delphi App. using Delphi Tokyo. When I try to connect a TOracleSession to a...
  2. sse

    TDBEdit component allowing too many characters

    still waiting... I would be grateful for a response. It has been well over 24 hours. I changed the subject line since the problem has nothing to do with DBEdits and more to do with character lengths being miscalculated. Please reply back, thank you. Shereif
  3. sse

    TDBEdit component allowing too many characters

    anyone out there?
  4. sse

    TWideStringFieldSize

    Hi, I realize this is an older topic. Carlo or Marco, could you share the solution to this. It seems to me that dividing the value of FieldSize (in the CreateFieldDef proc in OracleData.pas) by the value of session.CurrentBytesPerCharacter might do the trick, but I do not want to break...
  5. sse

    TDBEdit component allowing too many characters

    Hi, I am encountering a problem with dbedits in Delphi XE allowing the user to type four times (4x's) as many characters in an edit box than allowed. This is for an al32utf8 database with the underlying structure of the table set to CHAR (not BYTE). It's clear the edit box is using the size...
  6. sse

    Double Quoted TableNames for numeric leading tables.

    This sounds great! Thank you! Shereif
  7. sse

    Double Quoted TableNames for numeric leading tables.

    Hi Marco, Just following up again. Can you provide an eta for this patch. Thank you, Shereif
  8. sse

    Double Quoted TableNames for numeric leading tables.

    Ok, Wonderful! There are no columns with leading numerics, mixed cases, or special characters. That said, it is possible for a client to setup user defined columns. We would discourage them from creating such columns, but it would be good to protect this code too. Thank you again, Shereif
  9. sse

    Double Quoted TableNames for numeric leading tables.

    Hi Marco, Just following up on my response from last week. Will you be able to provide us with a patch for this issue? Thank you, Shereif
  10. sse

    Double Quoted TableNames for numeric leading tables.

    Hi Marco, The version number is 4.1.1.0 for Delphi XE. Thank you, Shereif
  11. sse

    Double Quoted TableNames for numeric leading tables.

    Thank you Marco. I feared that. Since Oracle supports double quoted tablenames, I believe it is reasonable to expect DOA to also support them, or at least not to remove them when they are present. Is this something you would consider adding. Or are there other wrinkles to be concerned about...
  12. sse

    Double Quoted TableNames for numeric leading tables.

    Does anyone know how to make Direct Oracle Access work with queries involving tables that lead with numeric characters? The original tables were created with double quotes and we form our queries with double quotes around the table names. But DOA purposefully strips the double quotes when...
Back
Top