How to use HExecuteSQLQuery() in WEBDEV PHP? January 09, 2023 02:04PM |
Registered: 4 years ago Posts: 26 |
Re: How to use HExecuteSQLQuery() in WEBDEV PHP? January 09, 2023 03:41PM |
Registered: 6 years ago Posts: 92 |
Re: How to use HExecuteSQLQuery() in WEBDEV PHP? January 09, 2023 03:58PM |
Registered: 6 years ago Posts: 246 |
Re: How to use HExecuteSQLQuery() in WEBDEV PHP? January 09, 2023 10:12PM |
Registered: 4 years ago Posts: 26 |
QRY is Data Source sMyQry is string = "SELECT * FROM ZIPCODES LIMIT 10" // The SQL query must be specified in this way... HExecuteSQLQuery(QRY, hQueryDefault, sMyQry) // how to write this line in PHP configuration? HReadFirst(QRY) // is it ok? Info("here I need value of second colon in first row of query") Edited 4 time(s). Last edit at 01/10/2023 07:51AM by Marijan Tomasic.
Re: How to use HExecuteSQLQuery() in WEBDEV PHP? January 12, 2023 01:38PM |
Registered: 4 years ago Posts: 26 |
Re: How to use HExecuteSQLQuery() in WEBDEV PHP? January 12, 2023 10:45PM |
Registered: 3 years ago Posts: 26 |