Skip to content

Commit

Permalink
Made connect string compatible with ODBC connect string
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Chapligin committed Feb 20, 2013
1 parent e984393 commit 38ab66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backends/db2/test/test-db2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ int main(int argc, char** argv)
std::cout << "usage: " << argv[0]
<< " connectstring\n"
<< "example: " << argv[0]
<< " \'Dsn=SAMPLE;Uid=db2inst1;Pwd=db2inst1;autocommit=off\'\n";
<< " \'DSN=SAMPLE;Uid=db2inst1;Pwd=db2inst1;autocommit=off\'\n";
std::exit(1);
}

Expand Down

0 comments on commit 38ab66b

Please sign in to comment.