Home > Archive > ASE Database forum > April 2005 > set quoted_identifier









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author set quoted_identifier
michael lee

2005-04-21, 9:24 am

Hi,

I would like to know whether database name can be quoted in
T-SQL.

When execute following command in ISQL, last command fail
with error code 208 - object not exist.

set quoted_identifier on
go
select count(*) from ITA_DB."dbo"."employee"
go
select count(*) from "ITA_DB"."dbo"."employee"
go

ASE version - 12.5.3, EBF - 12060 (??)
According to the bug fix list, this problem should be fixed.

Regards,
Michael
Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com