MySQL Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsDatabasesMySQL Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now!
  #1  
Old April 28th, 2000, 04:15 PM
vroques vroques is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2000
Posts: 1 vroques User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
hello,

I've just a little problem (i'm a newbie)
I try to create a table with a colum of type TEXT
and it does'nt work
that is my code
CREATE TABLE test (
montest TEXT)
and it says to me URLarse error
and it works if i do :
CREATE TABLE test (
montest BLOB)

what's wrong and what must I do

thanks

Vince

------------------
VinceFrance

Reply With Quote
  #2  
Old April 29th, 2000, 12:28 AM
Shiju Rajan's Avatar
Shiju Rajan Shiju Rajan is offline
.Net Developer
Dev Shed Novice (500 - 999 posts)
 
Join Date: Feb 2000
Location: London
Posts: 987 Shiju Rajan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 26 m 22 sec
Reputation Power: 9
Send a message via MSN to Shiju Rajan Send a message via Yahoo to Shiju Rajan
vroques,

<<< Text column type will work in mysql.>>>>


As per your storage requirment you can select your columntype.

if you want to store string(characters)in a column(with 1-255 characters).
You can use eigther char or varchar type.

eg;

CREATE TABLE test (
montest varchar(30));


if you are using BLOB ,then you can use the column with a maximum length of 65535 (2^16 - 1) characters.

See Mysql manual for getting details about column types.

------------------
SR -
shiju.dreamcenter.net

[This message has been edited by Shiju Rajan (edited May 01, 2000).]

Reply With Quote
  #3  
Old April 30th, 2000, 11:59 PM
Robman Robman is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 1999
Location: SLC, UT, USA
Posts: 47 Robman User rank is Private First Class (20 - 50 Reputation Level)Robman User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
I'm sorry but I have to disagree. I'm using the text type in several MySQL dabases right now. I did define it in lower case though I don't believe that makes a difference.

Robman

Reply With Quote
  #4  
Old May 1st, 2000, 01:00 AM
Shiju Rajan's Avatar
Shiju Rajan Shiju Rajan is offline
.Net Developer
Dev Shed Novice (500 - 999 posts)
 
Join Date: Feb 2000
Location: London
Posts: 987 Shiju Rajan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 26 m 22 sec
Reputation Power: 9
Send a message via MSN to Shiju Rajan Send a message via Yahoo to Shiju Rajan
Robman,

sorry, text column type will work in mysql.
I given that statement with oracle experience.

thank you....


------------------
SR -
shiju.dreamcenter.net

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesMySQL Help > type of TEXT data problem


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway