Ticket #1996 (closed defect: fixed)
ReadNext method loops when using SqLite database
| Reported by: | zhanga | Owned by: | |
|---|---|---|---|
| Priority: | medium | Milestone: | 2.3 |
| Component: | Feature Service | Version: | 2.1.0 |
| Severity: | trivial | Keywords: | ReadNext Sqlite |
| Cc: | External ID: | 1456425 |
Description
The code below works fine using Oracle Database but it loops using SQLite database. .... MgReader? sqlReader = _featureService.ExecuteSqlQuery?(_resourceIdentifier, strSQL);
int cpt = 0; while (sqlReader.ReadNext?()) { cpt++; } ....
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

