Re: Migration from Oracle

2002-12-14 Thread Satish Vohra
Its a small migration. -Satish Stefan Hinz wrote: > Dear Satish, > > > Thank you for your help. > > Your welcome. > > > I used MyODBC 3.51, and successfully migrated to MySQL. > > Is this a MySQL user stories case, or just a small migration? > > Regards,

Migration from Oracle

2002-12-11 Thread Satish Vohra
Hi All, I want to migrate from Oracle to MySQL. So I need to import the tables and data from Oracle. Can anyone suggest any tool which can do this. Any pointer regarding this will be appreciated. Regards Satish - Before posting

RE: ??? Simple sql-question: SELECT iSession FROM O_Sessions GROUP BY iUser

2002-07-16 Thread Satish Prabhu
Well if you want the latest and greatest iSession irrespective of the user use select max(iSession) from O_Sessions; If it is to be grouped by user, then select user, max(iSession) from O_Sessions group by user; This will give you the max iSession for a user. Regards Satish -Original

Heiki, Is this problem fixed in 4.02.

2002-07-12 Thread Satish Prabhu
. Was wondering whether this has been reported earlier, and has been fixed in 4.02. Thanks Satish - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list

Changing the data directory

2002-07-05 Thread Satish Santhakumar
option. Any help is appreciated. Thanks Satish = The only person in the world who is enviable is one who does not envy others __ Satish Santhakumar Graduate Student IIT, Chicago and Computer Programmer University of Chicago. __ Do

mysql wont start

2002-06-27 Thread Satish Santhakumar
the world who is enviable is one who does not envy others ______ Satish Santhakumar Graduate Student IIT, Chicago and Computer Programmer University of Chicago. __ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA Worl

Checking the Table Size

2002-02-12 Thread Satish Santhakumar
Hi guys, I am not able to insert into the MySQL database anymore. I think it has reached the table size. How do i check the size to see if it has reached the table size? Also let me know how to increase the table size in case it is reached the limit. Thanks, Satish = The only person in

Checking the Table Size

2002-02-08 Thread Satish Santhakumar
Hi guys, I am not able to insert into the MySQL database anymore. I think it has reached the table size. How do i check the size to see if it has reached the table size? Also let me know how to increase the table size in case it is reached the limit. Thanks, Satish = The only person in

Process List

2002-01-10 Thread Satish Santhakumar
Guys, I am new to MySQL. How do I list the running processes?? Help!! = The only person in the world who is enviable is one who does not envy others __ Satish Santhakumar 378 Springboro Lane Columbus OH-43235 Phone:614 880 0451

FW: Inserting data.......

2001-12-06 Thread K. Satish Kumar
-Original Message- From: Venu [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 12:29 PM To: K. Satish Kumar Subject: RE: Inserting data... Hi, > -Original Message- > From: K. Satish Kumar [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 06, 2001

Driver problem

2001-11-22 Thread K. Satish Kumar
Hi! This is Satish. I am using your mysql software for administering my database. We have developed an application using VB as the front end and mysql as the back end on all the windows plaforms(NT, 95,98,2000,ME). The problem where we are facing is while installing the driver. It works fine

VC++ connection !!!!!!!!!!

2001-03-20 Thread satish
Hello , can anyone tell how to connect from vc++ to mysql server.I badly need it for my project. satish. - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com

ODBC driver doumentation !!!

2001-03-11 Thread satish
Hello , I am developing front end applications with backend mysql server in vc++. Can anyone tell how to connect to mysql server using odbc. Where is that specific api documentation is found. I badly need it for my project. satish