Search found 2 matches

by SergeGirard
Sat Dec 09, 2017 8:27 am
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse as record adding tool for data tables
Replies: 16
Views: 3303

Re: xBrowse as record adding tool for data tables

Thanks for replying!

I have that instruction in my PRG but how to retrieve all rows in a loop?

Serge
by SergeGirard
Thu Dec 07, 2017 10:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse as record adding tool for data tables
Replies: 16
Views: 3303

Re: xBrowse as record adding tool for data tables

Hello Reinaldo, I am trying to call a MySQL stored procedure but I cannot get it working. The stored procedure itself is OK and I can call it with PHP: $sql2    = "CALL GET_ALL_P0001()  "; $res     = $mysqli->query($sql2); while($row = $res->fetch_assoc()):    $FIL_NR  = $row["FIL_NR&...