473,378 Members | 1,354 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

How to change the datatype of coloum in mysqlcc GUI tool

hi all,

i had created a table using mysqlcc GUI toolwith datatype varchar now i want to change the datatype into integer. is it possible to me to change the datatype in mysqlcc GUI tool of a coloum and can i know what is the procedure tochange it .

thank you
Oct 30 '06 #1
2 3767
ronverdonk
4,258 Expert 4TB
Get yourself acqainted with and read the MySQL documentation, about ALTER TABLE command at http://dev.mysql.com/doc/refman/4.1/en/alter-table.html

Probaly get you something like:
Expand|Select|Wrap|Line Numbers
  1. ALTER TABLE talbe_name MODIFY column_x BIGINT NOT NULL;
Ronald :cool:
You already had that question answered, see
http://www.thescripts.com/forum/post2168876-2.html
in your previous thread with the same title.

So it is simply typing the ALTER TABLE ... in your MySQLCC command entry area and you are set. You must, however, do read the MySQL documentatiion on the ALTER TABLE command! We cannot do that for you. What is it that you don't understand in that answer? Your reply to it was that you understood!

Ronald :cool:
Oct 30 '06 #2
You already had that question answered, see
http://www.thescripts.com/forum/post2168876-2.html
in your previous thread with the same title.

So it is simply typing the ALTER TABLE ... in your MySQLCC command entry area and you are set. You must, however, do read the MySQL documentatiion on the ALTER TABLE command! We cannot do that for you. What is it that you don't understand in that answer? Your reply to it was that you understood!

Ronald :cool:
thanks for your reply in previous thread i have not mentioned the mysqlcc GUI tool thats why i had the doubt.

thanks
Oct 31 '06 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Andreas | last post by:
Hi list, I got me a copy of mysqlcc 0.9.2-beta and installed it on my win 2000 box. No complaints so far. There is an icon on the desktop. I click it and for a really short moment there is a...
4
by: willjay | last post by:
Trying to connect with mysqlcc and i get the following message dialog. (Application popup: mysqlcc.exe - Application Error : The instruction at "0x39ee1141" referenced memory at "0x656e6e6f". The...
0
by: Adnaan | last post by:
Hi, This is the first time i am working with MySQL and i need some help. I created a table "roles" in "test" db. Everytime i right click on the table and do "Open Table", i get the following...
0
by: Vittorio Zuccalà | last post by:
Hello, i've a db on my PC. It has 192.168.50.195 IP. It has a user, named amministrazione, who can select records in this db. If i launch mysqlCC as amministrazione to localhost, i can access...
4
by: J.C. Flores | last post by:
Hello all, First of all, I must state that I'm new to SQL Server, but have been a long-time software guy for quite some time. Please excuse the potential simplicity of the solution to my...
0
by: SoYouKnowBrig | last post by:
Hi All, I am using Microsoft.ApplicationBlocks.Cache.CacheManager to persist a System.Data.Dataset object. This Dataset object has a DataTable that is created from an existing DataTable using...
7
by: dotnetnoob | last post by:
i keep getting Object references not set to an instance of an object from this code: Private Sub EqBinding() Dim x As Integer x = 0 Do If CStr(arlsType.Item(x)) = "Bacnet Point" Then Dim...
4
by: Orchid | last post by:
How can I change a Date datatype to a Number datatype? For example, I want a date 10/31/2006 to show 1031 as Number datatype. But I don't want it becomes 39021. What formula should I use? ...
0
by: =?Utf-8?B?VmFubmk=?= | last post by:
Hi all, I have the need to generate C# classes from XSD schemas, and the XSD.exe tool is just (almost) great for that. I said "almost" because it seems that every XML Schema datatype other than...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.