dbi_query
- Синтаксис
-
native Result:dbi_query(Sql:_sql, _query[], any:...);
Переменная | Описание |
---|---|
Нет агрументов |
- Описание
- This will do a simple query execution on the SQL server. If it fails, it will return a number BELOW ZERO (0) If zero, it succeeded with NO RETURN RESULT. If greater than zero, make sure to call dbi_free_result() on it! The return is a handle to the result set