mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
Provide SQL_DESC_UPDATABLE column attribute brianb/mdbtools#156
This commit is contained in:
parent
10f20f26b1
commit
aecee0e594
@ -950,6 +950,9 @@ static SQLRETURN SQL_API _SQLColAttributes(
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case SQL_DESC_UPDATABLE:
|
||||
*pfDesc = SQL_ATTR_READONLY;
|
||||
break;
|
||||
default:
|
||||
strcpy(sqlState, "HYC00"); // Driver not capable
|
||||
ret = SQL_ERROR;
|
||||
|
Loading…
Reference in New Issue
Block a user