Start a new topic
General questions
Hi,
Is there any macro for fetching all selected records from a table similare to :
$stmt = $connection->prepare("select * from order");
$stmt->execute();
$rows = $stmt->fetchAll();
Dear Saidhoushmand,
This forum is dedicated to help the developers that use the MyScript technology.
Based on the above, it doesn't seem like your question is related to our products.
Best regards,
Olivier
Saidhoushmand
Hi,
Is there any macro for fetching all selected records from a table similare to :
$stmt = $connection->prepare("select * from order");
$stmt->execute();
$rows = $stmt->fetchAll();
Dear Saidhoushmand,
This forum is dedicated to help the developers that use the MyScript technology.
Based on the above, it doesn't seem like your question is related to our products.
Best regards,
Olivier
Olivier @MyScript
Dear Saidhoushmand,
This forum is dedicated to help the developers that use the MyScript technology.
Based on the above, it doesn't seem like your question is related to our products.
Best regards,
Olivier