D]>
To: "Arul" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, May 30, 2002 10:41 AM
Subject: Re: Alternate to varchar2
> In the last episode (May 30), Arul said:
> > I am trying to port my oracle Databse to mysql. I am using 3.23.49
> > version of
In the last episode (May 30), Arul said:
> I am trying to port my oracle Databse to mysql. I am using 3.23.49
> version of mysql.
>
> i had certain columns in oracle which had varchar2(900)
>
> But in mysql varchar doesnt support more than 255
>
> so what could be the alternate in this case..
>
Hi All
I am trying to port my oracle Databse to mysql.
I am using 3.23.49 version of mysql.
i had certain columns in oracle which had varchar2(900)
But in mysql varchar doesnt support more than 255
so what could be the alternate in this case..
Can i use Blob or text..But again if i use blob a