from the tremendously informative decsription of your problem, the most "light" that can be "thrown" on it is this:
you are doing something incorrectly.
2006-10-17 04:29:46
·
answer #1
·
answered by n0body 4
·
1⤊
0⤋
Perhaps your sql statement is incorrect.
Perhaps you are attempting to insert an incorrect data type. Is your 'AGE' defined as a character type or a number type?
Perhaps you are attempting to insert a null into a column that doesn't allow nulls. How are the columns defined?
including the actual error message in your post would be nice.
2006-10-17 05:18:46
·
answer #2
·
answered by timc_fla 5
·
0⤊
0⤋
So is this an SQL problem? Or an Access problem? Excel problem? The list goes on... Please make clear the software or language you are using, and where exactly the error is occurring - what are you trying to do to create this error?
Rawlyn.
2006-10-17 04:05:23
·
answer #3
·
answered by Anonymous
·
0⤊
0⤋
a million. Repeat the comparable insert fact with diverse values and then see your table you have gotten 3 information there. 2. replace your insert fact as follows sq.> insert into worker (first, final, age, handle, city, state) values ('&first','&final',&age,'&handle','&city... and then use sq.> this could ask you the values to be inserted immediately. the emblem "" repeats the final command which you have run. One significant element it somewhat is "&age" heavily isn't written in single expenditures as a results of fact its a numeric value. desire this is going to artwork.
2016-12-08 16:11:31
·
answer #4
·
answered by money 4
·
0⤊
0⤋
What's the error you're getting?
2006-10-17 03:25:13
·
answer #5
·
answered by trigam41 4
·
0⤊
0⤋