Ik wordt gek, duizend keer overheen gekeken en deze simpele Query blijft een foutmelding geven:
De foutmelding:
MySQL retourneerde:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'dual, instructor, remarks, personal_remarks, stamp_entry, stamp_
Er ziten volgens mij geen reserved words in... Ik zie het niet
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
| INSERT INTO res_flightlog(
mem_id,
res_id,
air_id,
stamp_date,
air_identification,
air_reg,
departure_place,
departure_time,
arrival_place,
arrival_time,
block_time,
flight_time,
category,
landing,
landing_place,
touch1,
touch1_place,
touch2,
touch2_place,
con_night,
con_instr,
con_hood,
pic,
dual,
instructor,
remarks,
personal_remarks,
stamp_entry,
stamp_changed
)
VALUES (
'5285',
'',
'',
'',
'c172',
'phbak',
'EHLE',
'11:29',
'EHGG',
'12:29',
'',
'01:10',
'se',
'',
'EHGG',
'',
'',
'',
'',
'',
'',
'',
'01:10',
'',
'0',
'',
'',
'1130583809',
'1130583809'
) |
De foutmelding:
MySQL retourneerde:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'dual, instructor, remarks, personal_remarks, stamp_entry, stamp_
Er ziten volgens mij geen reserved words in... Ik zie het niet
[ Voor 139% gewijzigd door klaaz op 29-10-2005 12:46 ]