[fdo-trac] #548: SQL Spatial 'DataStore' connection property is
case sensitive
FDO
trac_fdo at osgeo.org
Thu Aug 20 17:54:20 EDT 2009
#548: SQL Spatial 'DataStore' connection property is case sensitive
-----------------------------+----------------------------------------------
Reporter: chriserickson | Owner: gregboone
Type: defect | Status: new
Priority: major | Milestone: 3.5.0
Component: FDO API | Version: 3.4.0
Severity: 3 | Keywords:
External_id: |
-----------------------------+----------------------------------------------
When trying to connect to SQL Spatial 2008, I get an error:
'FdoPtr::operator->': Cannot execute function due to invalid value for the
input parameter(s) 'p'.
After several hours of troubleshooting, I figured out that it is because I
had the case wrong for my DataStore parameter. The database name in SQL
was 'Test' and I was trying to use 'test'.
SQL Server is not case sensitive when you're using it and it should:
a) allow the connection
b) give some sort of description in the exception as far as which
parameter it had trouble with.
--
Ticket URL: <http://trac.osgeo.org/fdo/ticket/548>
FDO <http://fdo.osgeo.org/>
Feature Data Objects
More information about the fdo-trac
mailing list