Page 1 of 1

quoted identifiers in server explorer in vs

Posted: Mon 06 Sep 2010 14:20
by kmadej
Is there any way to force dotConnect to use quoted identifiers in Server Explorer in VS2008/VS2010 when trying to retrieve data or build query? I couldn't find any option for that and by default it doesn't causing an error (object doesn't exist)...

Regards,
Konrad Madej

Posted: Tue 07 Sep 2010 13:11
by Shalex
We will try to fix the described issue and notify you about the results as soon a possible. As a workaround, please drag&drop on your form (WinForms App) the PgSqlDataAdapter component to retrieve data in design time (this component also includes the "Quote identifiers" option when generating the update commands).