473,386 Members | 1,708 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,386 software developers and data experts.

Please Help

44
hi i'm new to db and i made this table
CREATE TABLE CLIENT(
CLIENT_ID VARCHAR (7) PRIMARY KEY,
FIRST_NAME VARCHAR (10) NOT NULL,
SECOND_NAME VARCHAR (10) NOT NULL,
PHONE_NO CHAR (10) NOT NULL,
ADDRESS VARCHAR (20) NOT NULL,
GENDER CHAR (1) NOT NULL,
ZIP_CODE CHAR (10) NOT NULL)
but when i try to insert these values as
INSERT INTO CLIENT
VALUES
( 0001,'AHMED','SHAH',9812365478,'MOHAMD ALI RD', 'VAKOLA','SANTACRUZ MUMBAI','M',400089)
i get these errors
Server: Msg 213, Level 16, State 5, Line 1
Insert Error: Column name or number of supplied values does not match table definition.

please help me and tell me what wrong i'm doing here..
Aug 2 '07 #1
6 1450
ck9663
2,878 Expert 2GB
hi i'm new to db and i made this table

but when i try to insert these values as


i get these errors



please help me and tell me what wrong i'm doing here..
check your syntax....here's an example:

INSERT INTO MyTable (PriKey, Description)
VALUES (123, 'A description of part 123.')
Aug 2 '07 #2
azimmer
200 Expert 100+
hi i'm new to db and i made this table

but when i try to insert these values as


i get these errors



please help me and tell me what wrong i'm doing here..
You insert too many columns (i.e. more than there are in the table) and also should convert number figures to char (add apostrophs) if they are defined as such in the table. (This latter is done automatically by MSSQL, still it's good practice...)
Aug 3 '07 #3
mak1084
44
thnx for replying but now when i try to insert its giving me this error
Expand|Select|Wrap|Line Numbers
  1. Server: Msg 8152, Level 16, State 9, Line 1
  2. String or binary data would be truncated.
  3. The statement has been terminated.
Aug 3 '07 #4
ak1dnar
1,584 Expert 1GB
If You Getting that error it means that you are trying to add more characters in your Insert Query than you specified in your table declaration.

Example:
Expand|Select|Wrap|Line Numbers
  1. FIRST_NAME VARCHAR (10) NOT NULL
  2.  
here maximum char length is 10 for first name, if you try to enter more than that error is getting.
Aug 3 '07 #5
mak1084
44
If You Getting that error it means that you are trying to add more characters in your Insert Query than you specified in your table declaration.

Example:
Expand|Select|Wrap|Line Numbers
  1. FIRST_NAME VARCHAR (10) NOT NULL
  2.  
here maximum char length is 10 for first name, if you try to enter more than that error is getting.

thanx lot man this really helped me.......if i get another problem...then i'll be back.
Aug 3 '07 #6
ak1dnar
1,584 Expert 1GB
thanx lot man this really helped me.......if i get another problem...then i'll be back.
No Problem..Good luck!
Aug 4 '07 #7

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

Similar topics

0
by: Kurt Watson | last post by:
I’m having a different kind of problem with Hotmail when I sign in it says, "Web Browser Software Limitations Your Current Software Will Limit Your Ability to Use Hotmail You are using a web...
7
by: x muzuo | last post by:
Hi guys, I have got a prob of javascript form validation which just doesnt work with my ASP code. Can any one help me out please. Here is the code: {////<<head> <title>IIBO Submit Page</title>...
7
by: tyler_durden | last post by:
thanks a lot for all your help..I'm really appreciated... with all the help I've been getting in forums I've been able to continue my program and it's almost done, but I'm having a big problem that...
23
by: Jason | last post by:
Hi, I was wondering if any could point me to an example or give me ideas on how to dynamically create a form based on a database table? So, I would have a table designed to tell my application...
13
by: Joner | last post by:
Hello, I'm having trouble with a little programme of mine where I connect to an access database. It seems to connect fine, and disconnect fine, but then after it won't reconnect, I get the error...
1
by: David Van D | last post by:
Hi there, A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej...
1
PEB
by: PEB | last post by:
POSTING GUIDELINES Please follow these guidelines when posting questions Post your question in a relevant forum Do NOT PM questions to individual experts - This is not fair on them and...
0
by: 2Barter.net | last post by:
newsmail@reuters.uk.ed10.net Fwd: Money for New Orleans, AL & GA Inbox Reply Reply to all Forward Print Add 2Barter.net to Contacts list Delete this message Report phishing Show original
6
by: jenipriya | last post by:
Hi all... its very urgent.. please........i m a beginner in oracle.... Anyone please help me wit dese codes i hv tried... and correct the errors... The table structures i hav Employee (EmpID,...
5
by: tabani | last post by:
I wrote the program and its not giving me correct answer can any one help me with that please and specify my mistake please it will be highly appreciable... The error arrives from option 'a' it asks...
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
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: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

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.