Search found 2 matches

by velz
Tue Oct 31, 2017 8:57 pm
Forum: Tricks 'n' Tips
Topic: mysql.pbi [cross platfom]
Replies: 29
Views: 29286

Re: mysql.pbi [cross platfom]

I mean den number of rows in the Querys ResultSet.

DatabaseQuery(dbHnd, SQL)
NumberOfColums.l=DatabaseColumns(dbHnd)
NumberOfRows.l= ??

In a previous Version of libmysql i use GetFunction(#libmysql,"mysql_num_rows")
but it does not work.
by velz
Tue Oct 31, 2017 6:46 pm
Forum: Tricks 'n' Tips
Topic: mysql.pbi [cross platfom]
Replies: 29
Views: 29286

Re: mysql.pbi [cross platfom]

How can i get the number of rows in the DatabaseQuery??

nice work thank you!