Additional
dbCAP
AnyDAC
ThinDAC
NCOCI8
Topic: MSSQL Case sensitive
MSSQL Case sensitive
Posted: 2007/06/27 17:35
 
Hi !
I need help how to configure anydac to a mssql case sensitive instalation.
for queries, no trouble, but i can´t run a storedproc.

Anydac, convert the procname to upper case.

Thanks in advance,
Adilson de souza - Brasil
Re:MSSQL Case sensitive
Posted: 2007/06/28 05:48
 
Hello

Open daADPhysMSSQLMeta.pas, find there TADPhysMSSQLMetadata.GetNameCaseSensParts method and replace there:

Result := [];

with

Result := [npCatalog, npSchema, npBaseObject, npObject];

Regards,
Dmitry