looking for sql gui application

2002-07-01 Thread Roma Gupta
Hi Everybody, My organization is looking for some secure GUI tool for MYSql. If possible, something which use SSH. I am new to MySql. Can anybody highlight on this and suggest some tools. We use lynix with apache, tomcat installed on it and installed ver 3.23 of Mysql. Thanks in advance Roma

RE: Stored procedures

2002-06-27 Thread Roma Gupta
MySQL doesn't support stored procedures yet. Roma -Original Message- From: andy thomas [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 27, 2002 8:01 AM To: [EMAIL PROTECTED] Subject: Stored procedures Does anyone know if stored procedures have been implemented in MySQL? Getting into

RE: Stored procedures

2002-06-27 Thread Roma Gupta
I think you didn't notice. He cannot access Mysql website from UK :) -Original Message- From: Gerald Jensen [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 27, 2002 9:16 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Stored procedures Yes ... we all know that stored

RE: AUOT_INCREMENT from the beginning

2002-06-27 Thread Roma Gupta
You can try two easy things... Truncate table table_name (this happen to be syntax of sql server, you can check if Mysql supports it) Second you can drop table and generate it again.. :) Roma -Original Message- From: César Aracena [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 27,

Problem importing data from SQL server 2000 to mysql

2002-06-24 Thread Roma Gupta
Hi guys, I want to migrate data from SQL Server 2000 to Mysql.I have two problems. First is easy one, First problem is to migrate big fields which had type varchar(7900) or so I tried using Text datatype of mysql, is that the right one or I should have used BLOB. That field doesnt contain any

Problem importing data from SQL server 2000 to mysql

2002-06-21 Thread Roma Gupta
Hi guys, I want to migrate data from SQL Server 2000 to Mysql. My problem is to migrate big fields which had type varchar(7900) or so I tried using Text datatype of mysql, then I cant migrate data in that field I used command LOAD DATA INFILE c:/mysql/roma/mailmessagetext_table.txt INTO TABLE

RE: problem with configure

2002-06-21 Thread Roma Gupta
Hi, I am new user of mysql and I can't post questions to this mailing list. Even though I subscribed and started getting mailing list emails in my mailbox. I use outlook with send message type Plain text, can you please help me Whenever I try to send message, I get a bounced email from mailer

Problem importing data from SQL server 2000 to mysql

2002-06-20 Thread Roma Gupta
Hi, I want to migrate data from SQL Server 2000 to Mysql. My problem is to migrate big fields which had type varchar(7900) or so I tried using Text datatype of mysql, then I cant migrate data in that field I used command LOAD DATA INFILE c:/mysql/roma/mailmessagetext_table.txt INTO TABLE