-
Notifications
You must be signed in to change notification settings - Fork 856
Commit 79bde2d
authored
Add more C examples and update the makefile and README files (#447)
* Create simpleConnDemo.c
Basic Connection and Query execution to Oracle Database
* Update and rename drcp.c to drcpDemo.c
Update the username and password to a generic string
* Update makefile
Make the makefile generic
* Update simpleConnDemo.c
Add the required setup and related blog details
* Update simpleConnDemo.c
Remove blog details. To be updated in README
* Create sessionPoolingDemo
Demo for OCI Session Pooling and Multithreading
* Update README.md
Add more details in the README.md file
* Update README.md
Minor change
* Rename sessionPoolingDemo to sessionPoolingDemo.c
Add .c extension in the file name
* Update makefile
Make the makefile more correct
* Update makefile
Add some comments1 parent 538954f commit 79bde2d
File tree
5 files changed
+964
-12
lines changed- C
5 files changed
+964
-12
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | 2 |
| |
3 | - | ||
3 | + | ||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 | - | ||
15 | - | ||
14 | + | ||
15 | + | ||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
2 | - | ||
1 | + | ||
2 | + | ||
3 | 3 |
| |
4 | + | ||
4 | 5 |
| |
5 | - | ||
6 | + | ||
7 | + | ||
6 | 8 |
| |
7 | 9 |
| |
10 | + | ||
8 | 11 |
| |
9 | - | ||
12 | + | ||
13 | + | ||
14 | + | ||
10 | 15 |
| |
11 | 16 |
| |
12 | 17 |
| |
13 | - | ||
14 | - | ||
15 | - | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
16 | 25 |
| |
17 | 26 |
| |
18 | - | ||
27 | + |
0 commit comments