Can't use DB name with dashes using pymssql ???

Fredrik Lundh fredrik at pythonware.com
Wed Aug 13 18:49:08 EDT 2008


Fredrik Lundh wrote:

> reading the documentation might help:
> 
>     http://pymssql.sourceforge.net/troubleshooting.html#dbid

also see the SQL server reference documentation (the section "Rules for 
Regular Identifiers" describes the valid syntax):

     http://msdn.microsoft.com/en-us/library/ms175874.aspx

</F>




More information about the Python-list mailing list