[ODBC-396] Classic asp recordcount not working Created: 2023-09-07 Updated: 2023-09-17 Resolved: 2023-09-15 |
|
| Status: | Closed |
| Project: | MariaDB Connector/ODBC |
| Component/s: | General |
| Affects Version/s: | 3.1.18, 3.1.19 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Simone Abello | Assignee: | Lawrin Novitsky |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
windows 10, IIS 10, mariadb 10.11.2 |
||
| Issue Links: |
|
||||||||
| Description |
|
Retrieve recordcount property from an ADO recorset give everytime -1, i tried all combination of cursortype and locktype, nothing changed. Tried also use movelast and movefirst as suggested on forums in the web but the problem persists. ;port=3306;SERVER=127.0.0.1;UID=XXX;PWD=XXX;database=test;charset=UTF8;") set RS = Server.CreateObject("ADODB.RecordSet") RS.close the table structure is |
| Comments |
| Comment by Lawrin Novitsky [ 2023-09-15 ] |
|
Thank you for your report. I am gonna close the report as not a bug. If you have objections - please re-open the ticket, and give some justification why it should be working with adUseServer as well |
| Comment by Lawrin Novitsky [ 2023-09-17 ] |
|
Well, looks like it should not work for some cursor types, but not for cursor location, according to documentation. Besides we don't do really server cursors with MariaDB/MySQL servers. So, it's more like "won't fix". Unless we are provided a good reason for that. |