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

Forum Replies Created

Viewing 10 posts - 31 through 40 (of 40 total)
  • Author
    Posts
  • in reply to: Error: 1136, Column Count Doesn't Match Value Count #21812
    TomBez
    Member
    materix wrote on Jun 2 2006, 11:33 AM:
    Code:
    Check C:ProgrammerSQLyog Enterprisesja.log for complete error details.

    And what is the output in this file?

    in reply to: Feature: Background Execution Of Processes #21661
    TomBez
    Member
    peterlaursen wrote on May 18 2006, 05:09 PM:
    I can figure out then that your head now smells like burned caramel ..

    has it stopped smoking ? 😛

    stopp smoking … something I try now for at least 5 years 😉 but always is someone from the management telling me, we urgently need a new hydroplane (he forgot, we only have forest tracks) and wants it be on duty tomorrow with all necessary adaption. when be asked how long they already know that they figured out, they need a new transportation vehicle, they tell you, oh for at least 6 months, but they never asked the guys who have the knowledge about vehicles, but only have the knowledge about the new window features that shines in bright black. :/

    but I guess that's a common problem 🙂

    in reply to: Feature: Background Execution Of Processes #21659
    TomBez
    Member
    peterlaursen wrote on May 18 2006, 03:05 PM:
    you can 'work around' the issue by opening more program instances.

    That's my normal workaround I only brought this into discussion for a feature, because today I forgot to make a second instance and started to repair a large database, but had connections with queries to other databases open in the same instance and so I couldn't switch over. So I had to use my grey-old-brain again to build those nasty queries 😮

    in reply to: Sja In Cygwin #21419
    TomBez
    Member
    Ritesh wrote on Apr 30 2006, 04:31 AM:
    @TomBez: If pricing is a problem, then I can offer you only SJA for USD 19.

    Hi,

    no it's not really a monetary problem, any company who “needs” SAP can afford

    buying the Enterprise version ;).

    It's just, that I tried it out, if it works, some kind of a research, cause Database's

    might change here in the near future (some guys already noticed that lotus domino

    isn't that nice, when you try to make OLAP or you if you want to communicate

    directly and not with files, with other systems). So I started to build up some

    sql-servers based on MySQL or/and Oracle (just to show the notes-herd the benefits

    of sql-databases and to show them that there are expensive and cheap version,

    with pro's and con's) to give me and others a little playground. F.e. to make better

    loganalyzes of the website etc.

    in reply to: Play List #21500
    TomBez
    Member

    QUOTE(peterlaursen @ May 1 2006, 11:47 PM) [snapback]9947[/snapback]

    I think you came the wrong place ..

    This is The WEBYOG Forums.

    WEBYOG's flagship product is the MySQL GUI client SQLyog.

    Nothing here is related to WINAMP at all!

    😮

    how about a winamp-plugin for SQLyog with using a mysql-server to store the mp3 files with id3-tags and all that stuff 😉

    TomBez
    Member
    Ritesh wrote on May 3 2006, 11:37 AM:
    Bug reproduced and confirmed. Will be fixed in BETA 4 development tree.

    maybe you could also make a trim on the table grid, to get rid of all empty rows. this would reduce confusion, and there is a delete button, so there is no real use of stopping at an empty grid-row (maybe it would be better, to make the grid behavior just the same, as it is when inserting data into a table).

    in reply to: Where Sp's Saved On The Hd #21517
    TomBez
    Member

    Hi,

    have a look into your database 'mysql' into table 'proc'

    select * from proc where type='PROCEDURE'

    will filter you all stored procedure on that mysql-server

    regards

    in reply to: Problem With Behaviour Of Float Fields #21422
    TomBez
    Member

    have a look at: http://dev.mysql.com/doc/refman/5.1/en/pro…with-float.html

    the problem is, that stored float values differ somehow, so try something like:

    Quote:
    select * from tablename1 where float_>'0.12345' and float_<'0.12346';

    (this only helps you view the data, but not the handling with sqlyog)

    in reply to: Corrupted Data #21420
    TomBez
    Member
    net wrote on Apr 25 2006, 02:39 PM:
    But when I try to insert the username for the seller I get ” “. This is the code for “space” it seems when searching the internet. What could be the reason?

    Most likely it is because you might have a trailing space in the input-field in your web-application, or you haven't entered any name. another possibility is, that the asp.net application does not read the input-field correctly and assumes a default-value or something like that.

    have you tried to update or insert data in your table with SQLyog manually? check also if the default value of the field “username” in your database is set to ” “.

    in reply to: Progress Indicator Very Much Wanted #21300
    TomBez
    Member

    Hi,

    this should be a feature to be actived or deactivated, so that if you use it for larger databases (rowcount >10M) you won't have to wait for a select count(*).

    regards

Viewing 10 posts - 31 through 40 (of 40 total)