![]() |
Admin 2/22/2015 |
You need to troubleshoot this code printing SQL queries. Comment out db_exec($strInsert,$conn); line and uncomment the line that prints SQL queries. This can shed more light on what is happening there. |
K
|
kdgsv author 2/22/2015 |
You need to troubleshoot this code printing SQL queries. Comment out db_exec($strInsert,$conn); line and uncomment the line that prints SQL queries. This can shed more light on what is happening there.
insert into tbl_trans(geraete_id,model_id,trans_ww_product_key) values ('67','142','50066666-LSB')insert into tbl_trans(geraete_id,model_id,trans_ww_product_key) values ('67','140','50066666-LSB')
|
![]() |
Admin 2/22/2015 |
No sure what else it might be, not enough info. It looks like error is happening before SQL query part if you select three entries and you need to add more debug output to see what value is passed to this function, what is the content of $arr array etc. |
K
|
kdgsv author 3/10/2015 |
No sure what else it might be, not enough info. It looks like error is happening before SQL query part if you select three entries and you need to add more debug output to see what value is passed to this function, what is the content of $arr array etc. If you have a valid support contract post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.
|
![]() |
Admin 3/10/2015 |
I cannot provide any meaningful advice until I can reproduce this issue on Demo Account or on some other machine. It just doesn't make any sense. |
![]() |
lefty 3/11/2015 |
I cannot provide any meaningful advice until I can reproduce this issue on Demo Account or on some other machine. It just doesn't make any sense.
|