Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Forum Replies Created

Viewing 13 posts - 16 through 28 (of 28 total)
  • Author
    Posts
  • in reply to: "Text" fields and Insert/Update window #15233
    dany
    Member

    Thanks,

    but I think you should set the default value of this option to the old way.

    Bye

    in reply to: Long Text fields emptying out in v3.1 #14911
    dany
    Member

    Wow…

    it's long time since I noticed this bug… but I was never able to create a step by step guide.

    Dany

    in reply to: Copy Table Structure/Data doesnt copy extras #14158
    dany
    Member

    Bug confirmed,

    whilst “DB->Copy Database To Different Host/DB” works fine.

    in reply to: Text blob fields #13967
    dany
    Member

    Hi,

    I also have problems with blob text fields (I use InnoDB tables).

    Sometimes they loose their data 🙁

    I'm still not able to give you a step by step way to simulate this bug but I am sure that THIS IS A BUG

    (confirmed for both SQLyog 3.0x and SQLyog 3.1).

    Bye,

    Daniele

    in reply to: SQLyog crashing #13992
    dany
    Member

    Hi,

    I use SQLyog for several hours a day and it never crashes. 😛

    I use Windows2000 SP3 and MySQL 4.0.12

    Bye,

    Daniele

    in reply to: Error in update data #13987
    dany
    Member

    Hi,

    try to read this:

    MySQL manual on NULL value

    Bye,

    Daniele

    in reply to: BUG in "export database" #13986
    dany
    Member
    Quote:
    Select all the 10 tables in the first instance. You can select multiple tables

    Sorry, my problems is when I want to export more than 1 database not more than one table.

    Please make the “export” button work as in SQLyog 3.03.

    Bye,

    Daniele

    in reply to: What happened to my post about "Copy database" #13978
    dany
    Member

    Hi,

    I've downloaded SQLyog 3.1 again.

    The new file is 528.192 bytes, the old file (downloaded yesterday) was 528.188 bytes.

    Now everything is OK.

    Thanks,

    Daniele

    in reply to: What happened to my post about "Copy database" #13976
    dany
    Member

    :huh:

    in reply to: What happened to my post about "Copy database" #13974
    dany
    Member

    Hi,

    my “Copy Database” window IS different.

    On my computer (Windows2000 SP3) I don't have the button COPY.

    Why?

    Bye,

    Daniele

    in reply to: What happened to my post about "Copy database" #13972
    dany
    Member

    As I wrote yesterday,

    I love the new function Copy Database but I think the buttons in the “Copy Database” window are not correct:

    1) when you press Select All the program actually makes a copy of what you have selected

    2) when you press Unselect All nothing happens

    3) a button called “Copy” is required.

    Bye,

    Daniele

    in reply to: Foreign keys #13650
    dany
    Member
    Quote:
    you were trying to reference cars.IDCar and that field does not exist

    Hi CalEvans,

    I want you to understand that the error is not mine, the wrong code was created by SQLyog.

    Bye

    in reply to: Foreign keys #13648
    dany
    Member
    Quote:
    Your code looks solid (without having actually executed it myself) Other than:

    alter table `test`.`owners` add foreign key (IDcar) references `cars` (IDcar) on delete restrict

    looks like it should be

    alter table `test`.`owners` add foreign key (IDcar) references `cars` (ID) on delete restrict

    All the SQL code shown above was created by SQLyog 3.01 .

    I've tried to create the foreign key using the new feature “Manage relationships“.

    The table that was selected before using Manage relationships was Owners.

    I want to specify that I'm able to create a foreign key between Oweners.ID and Cars.ID but this is not what I want!

    Thanks

Viewing 13 posts - 16 through 28 (of 28 total)