Recent content by yzsind

  1. Y

    DATABASE CONNECTION

    I don't understand your meaning. do you have two databases? what is the meaning of
  2. Y

    Create Insert script using rows selected

    upstairs is correct.
  3. Y

    How to get FieldLength in Plusin

    thanks a lot.
  4. Y

    How to get FieldLength in Plusin

    Because I want to build a TDataSet and show in a datagrid. if has the FieldLength Property,I can set the Field Lenth,then the datagrid can automatic set column's width. this is my code: function SQLResultToDS(): TCustomClientDataSet; var vDS: TCustomClientDataSet; i: integer; vFieldType...
  5. Y

    How to get FieldLength in Plusin

    I want to build a TDataSet and show in datagrid,but can't get FieldLength.
  6. Y

    How to get FieldLength in Plusin

    I have know the way that use "SQL_FieldName" and "SQL_FieldType" to get the fieldname and fieldtype,now I want to know how to get the fieldlength(fieldsize) in PlusIn.
  7. Y

    Enhancement Request

    It seems a good advice. I don't like a lot of windows be opened also.
  8. Y

    Large editor button does not work on blob

    Please check your query result can edit.
  9. Y

    a bug of command window

    when i execute a script like this create or replace function mytest return varchar2 is /*- -*/ begin return '1'; end; / that execute error. I think this is a bug of command window,becase i execute this in sqlplus is sucessful. the reason is my script has string "-*/",but my script is...
  10. Y

    the new version

    i want to know the new version of pl/sql developer and that updates.
Back
Top