> But MS SQL also supports quoted identifiers in "" and []. I'm using in > my MS SQL databases fields with names equals to reserved words. For > example i have few fields with name "Name" and i think sql provider will > handle this names correctly.
The fact that quoted identifiers are case-sensitive is a firebird thing (as in, the database, not the provider). SQL Server doesn't have that "feature" - in SQL server, identifiers are case-sensitive depending on how you set up the master database. Dean. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Firebird-net-provider mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
