Forum Replies Created
-
AuthorPosts
-
TomBezMembermaterix 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?
TomBezMemberpeterlaursen 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 🙂
TomBezMemberpeterlaursen 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 😮
TomBezMemberRitesh 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.
TomBezMemberQUOTE(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 😉
May 3, 2006 at 9:50 am in reply to: Bug: Creating Table With Guy Ignores Columns After An Empty Line #21524TomBezMemberRitesh 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).
TomBezMemberHi,
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
TomBezMemberhave 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)
TomBezMembernet 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 ” “.
TomBezMemberHi,
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
-
AuthorPosts