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

Forum Replies Created

Viewing 15 posts - 121 through 135 (of 642 total)
  • Author
    Posts
  • in reply to: Autodate #16512
    Shadow
    Member

    If you mean to have a column that is set to the current date when a record is inserted, then yes, this's what timestamp fields are for. If you mean to “log” the insertion date in any other table, then strictly speaking no, as MySql has no support for triggers as of now. Of course, you may still use transactions. You start a transaction, insert a record to a table, insert a current date to a second one, then commit. This method will never be that accurate like a trigger, but close enough.

    in reply to: Will it do this ? #16505
    Shadow
    Member

    Not just better, the only way to accomplish your task is to use a programming language!

    in reply to: SQLyog 4.0 Beta 6 #16497
    Shadow
    Member

    No need to delete the other libmysql.dlls, just make sure that the one in the installation folder is the only registered. If you have a running winmysqladmin, then stop it before editing registry entries if libmysql.dll! Winmysqladmin may load an older version of libmysql.dll which may crash SQLyog.

    in reply to: SJA Win vs Linux with 4.1 #16487
    Shadow
    Member

    Download SJA 4.0 for Linux here. It is not yet 4.1.7 compliant!

    in reply to: MySQL 5.0 #16486
    Shadow
    Member

    Ritesh told me a while ago that this feature is planned for SQLyog MAX. Hope, this info is still correct!

    in reply to: problem with views #16474
    Shadow
    Member

    First of all you have to use MySql 5.0 to be able to create views. You should check out MySql manual's corresponding chapter on how to create and use views.

    in reply to: blob /text #16472
    Shadow
    Member

    Sometimes it is better to have that option checked…

    in reply to: blob /text #16470
    Shadow
    Member

    Tools -> Preferences and uncheck the option “Truncate column headers…” BTW, it scrolls past the text field, just the text field spans to its maximum width.

    in reply to: File synchronization #16466
    Shadow
    Member

    Ritesh may correct me, but I don't think SQLyog will ever have FTP sync capabilities. It is designed to provide a GUI for managing MySql…

    in reply to: File synchronization #16463
    Shadow
    Member

    SQLyog's scheduled synchronization does work – between dbs. However, I don't really understand why you are looking for file synchronization capabilities as SQLyog was designed to work with dbs. Am I missing something?

    in reply to: problem with synchronization #16457
    Shadow
    Member

    I just started downloading it…

    in reply to: New WIN-installer for Mysql #16314
    Shadow
    Member

    MySql released 4.1.7 yesterday, its fist production version of MySql. Its Windows installer works nicely on my W2K!

    in reply to: File synchronization #16461
    Shadow
    Member

    Well, If I were you, I would just write my own file syncing app. It's not that difficult, just lay out the synchronization rules beforehand and stick to them while developing. I wrote a tool from scratch in 3 weeks that syncs users' local work folder with a network based one when logging out, so all of their work can be accessed from any hosts.

    in reply to: Purchase question #16468
    Shadow
    Member

    No company ever charges for a alpha or a beta. The goal of releasing these preliminary versions is to get user feedback on bugs and possible improvements. Actually, alpha is an earlier version of a program than beta, so you question should be reversed.

    in reply to: problem with synchronization #16455
    Shadow
    Member

    But If you have only one saved connection, then there is no way to get SQLyog retrive the saved parameters. You have to enter them manually!

Viewing 15 posts - 121 through 135 (of 642 total)