Skip to content

Commit b4d4746

Browse files
author
ersts
committed
-Removed spaces from connection string for MS Access files that may be cause the connection on windows to fail
git-svn-id: http://svn.osgeo.org/qgis/trunk@13402 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 832aa5f commit b4d4746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/evis/databaseconnection/evisdatabaseconnection.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ bool eVisDatabaseConnection::connect( )
130130
}
131131
else if ( MSACCESS == databaseType( ) )
132132
{
133-
mDatabase.setDatabaseName( "DRIVER = {Microsoft Access Driver ( *.mdb )};FIL = {MS Access};DBQ = " + mDatabaseName );
133+
mDatabase.setDatabaseName( "DRIVER={Microsoft Access Driver (*.mdb)};FIL={MS Access};DBQ=" + mDatabaseName );
134134
}
135135
else
136136
{

0 commit comments

Comments
 (0)