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

Forum Replies Created

Viewing 15 posts - 991 through 1,005 (of 2,527 total)
  • Author
    Posts
  • in reply to: WHERE -clause with SJA #17999
    Ritesh
    Member
    peterlaursen wrote on Jun 1 2005, 01:22 PM:
    Does the SQL_WHERE option in the job-file have effect

    1)for INSERTS+UPDATES

    or

    2)for UPDATES only

    Both.

    in reply to: WHERE -clause with SJA #17998
    Ritesh
    Member
    peterlaursen wrote on May 30 2005, 09:03 AM:
    I came across one thing more:

    1) On the target run this: UPDATE SET mychar = 'newstring' WHERE mychar = 'oldstring';

    2) Run SJA with the clause WHERE ” mychar = 'newstring' “

    3) The row UPDATED first with 1) are now deleted on the target. I don't see the logic!!! Since no rows in the source fullfill the WHERE (in source value is still 'oldstring') nothing should happen I think!

    Its correct. The same where clause fulfills the criteria in the target but they are not existing in the source. Thus those rows are deleted in the target server as expected.

    in reply to: WHERE -clause with SJA #17997
    Ritesh
    Member
    Quote:
    I now assume that the WHERE-clause is tested with the source!? Correct ?? Always?? For both 1-way and 2-way sync ??

    Nope. The WHERE clause is checked for both source and target. SJA always executes the same query to both source and target.

    in reply to: Problem importing CSV file #18047
    Ritesh
    Member

    @duffbeer: I am still waiting for the Create Table… stmt.

    in reply to: Problem importing CSV file #18046
    Ritesh
    Member

    @Peter:

    I was able to correctly import data using the following escape characters.

    Note: You have to use ' and not '.

    in reply to: Problem importing CSV file #18044
    Ritesh
    Member

    By Create Table…, I mean the DDL statement that is used to create a table. I am attaching an image to depict my requirement.

    in reply to: v4.0.6 RC1 – SQL dump doesn´t work #18026
    Ritesh
    Member

    Bug fixed in v4.07 development tree.

    in reply to: Problem importing CSV file #18042
    Ritesh
    Member
    Shadow wrote on Jun 3 2005, 12:44 PM:
    Issue a SHOW WARNINGS command from SQL window.

    Starting from v4.07, a SHOW WARNINGS button will be provided to easily view the warnings. This feature has already been implemented in the SQLyog v4.07 development tree.

    in reply to: Problem importing CSV file #18041
    Ritesh
    Member

    @peterlaursen: Can you mail me the actual .CSV file or a SQL dump of the table?

    in reply to: Problem importing CSV file #18040
    Ritesh
    Member

    @duffbeer: What are the Create Table… stmts. of nuke_topics and cms_topics?

    in reply to: Problem importing CSV file #18037
    Ritesh
    Member

    Very strange.

    Can you mail me the CSV file? It will be very helpful if you can post screenshots of your CSV Import and Escape Characters window.

    in reply to: Blob image viewer problems #18097
    Ritesh
    Member

    I have forwarded the issue to my development team.

    in reply to: Enterprise Version Licence #18156
    Ritesh
    Member

    One license permits you to install and execute SQLyog on one machine. You can connect to unlimited number of MySQL server using one license.

    You will need to purchase multiple licenses if you plan to install it on more than one machine.

    in reply to: Other language???? #18155
    Ritesh
    Member

    We have plans to support additional languages from v4.2.

    in reply to: SJA from php #18134
    Ritesh
    Member

    @Mic: By any chance are you using sja in php as a different user?

Viewing 15 posts - 991 through 1,005 (of 2,527 total)