Hi! In recording_fop2.pl
INSERT INTO fop2recordings VALUES ('', .....
First paramert ('' - ID in table) in current version Mysql-server doesnt work. In my case works
INSERT INTO fop2recordings VALUES (NULL, .....
Hi !
My fop2recordingtable is empty !
Please help me
Command for insert into fop2recordings table is :
INSERT INTO $MYSQLTABLE VALUES (NULL,'$uniqueid',now(),'$whorecorded','$whomrecorded','$finalrecording','$duration','$context');";
Comments
Best regards,
Hi !
My fop2recordingtable is empty !
Please help me
Command for insert into fop2recordings table is :
INSERT INTO $MYSQLTABLE VALUES (NULL,'$uniqueid',now(),'$whorecorded','$whomrecorded','$finalrecording','$duration','$context');";