in reply to Re^2: New CGI Action Call
in thread New CGI Action Call
And the call from the darkness
<- dbd_st_free_result_sets <-- dbd_st_finish <- DESTROY= undef at update_tables.cgi line 662 via at update_tab +les.cgi line 662 -> execute for DBD::mysql::st (DBI::st=HASH(0x2bbb330)~0x2bbddd8 ' +Jackson Group' 'Louis' 'Jackson' 'ZZZZZZxxxxxxxx' 'CCCCCCCC' '3' 23) +thr#1e97010 Called: dbd_bind_ph Called: dbd_bind_ph Called: dbd_bind_ph Called: dbd_bind_ph Called: dbd_bind_ph Called: dbd_bind_ph Called: dbd_bind_ph -> dbd_st_execute for 2bbd898 >- dbd_st_free_result_sets <- dbd_st_free_result_sets RC -1 <- dbd_st_free_result_sets mysql_st_internal_execute MYSQL_VERSION_ID 50558 >parse_params statement UPDATE table SET business = ?,forename = ?,las +tname = ?,password = ?,pin = ?,position = ? WHERE user_id = ? Binding parameters: UPDATE table SET business = 'Jackson Group',forena +me = 'Louis',lastname = 'Jackson',password = 'ZZZZZZxxxxxxxx',pin = ' +CCCCCCCC',position = '3' WHERE user_id = '23' --> do_error You have an error in your SQL syntax; check the manual that correspond +s to your MySQL server version for the right syntax to use near 'tabl +e SET business = 'Jackson Group',forename = 'Louis',lastname = 'Jacks +on',pas' at line 1 error 1064 recorded: You have an error in your SQL + syntax; check the manual that corresponds to your MySQL server versi +on for the right syntax to use near 'table SET business = 'Jackson Gr +oup',forename = 'Louis',lastname = 'Jackson',pas' at line 1
Looks like the dynamically created SQL statement is correct
Why it is chopped off??Who knows
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: New CGI Action Call
by poj (Abbot) on Mar 25, 2018 at 16:29 UTC | |
by tultalk (Monk) on Mar 25, 2018 at 17:00 UTC | |
by marto (Cardinal) on Mar 25, 2018 at 17:47 UTC | |
by tultalk (Monk) on Mar 26, 2018 at 00:03 UTC | |
by marto (Cardinal) on Mar 26, 2018 at 09:26 UTC | |
by poj (Abbot) on Mar 26, 2018 at 06:54 UTC |