mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-26 13:20:05 +03:00
scope issue fix thanks to Юрий Кудинов
This commit is contained in:
parent
c8189e1027
commit
a07fb24c1e
1 changed files with 2 additions and 2 deletions
4
mssql.d
4
mssql.d
|
@ -158,11 +158,11 @@ class MsSqlResult : ResultSet {
|
|||
r.resultSet = this;
|
||||
string[] row;
|
||||
|
||||
SQLLEN ptr;
|
||||
|
||||
for(int i = 0; i < numFields; i++) {
|
||||
string a;
|
||||
|
||||
SQLLEN ptr;
|
||||
|
||||
more:
|
||||
SQLCHAR[1024] buf;
|
||||
if(SQLGetData(statement, cast(ushort)(i+1), SQL_CHAR, buf.ptr, 1024, &ptr) != SQL_SUCCESS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue