Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vimsh authored Aug 27, 2019
1 parent 9c261c1 commit 7b16708
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ Especial concerns would be the large data type (text, blob, unitext) and utf sup

### Usage example (same for all drivers for supported features - see sample files)

NOTE: Please keep in mind that you should not include concrete driver (such as eg sybase_driver.hpp) .hpp file in your header file. You should just include driver.hpp in your header file and then in you .cpp file you can include concrete driver file.
NOTE 1: You need to download and install specific database client (and if separate an SDK) for your platform.

NOTE 2: Please keep in mind that you should not include concrete driver (such as eg sybase_driver.hpp) .hpp file in your header file. You should just include driver.hpp in your header file and then in you .cpp file you can include concrete driver file.

@code

Expand Down

0 comments on commit 7b16708

Please sign in to comment.