Title: | DEC ODBC Driver |
Notice: | DEC ODBC Driver V2.0 Now Available |
Moderator: | SQLSRV::MAVRIS |
Created: | Tue Dec 29 1992 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 1357 |
Total number of notes: | 4864 |
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
1235.1 | bug in the thread code... | M5::JBALOGH | Tue Sep 24 1996 08:59 | 7 | |
1235.2 | What about 16-bit apps using the 32-bit driver ? | NOMAHS::SECRIST | [email protected] | Wed Sep 25 1996 01:15 | 16 |
1235.3 | M5::JBALOGH | Wed Sep 25 1996 09:11 | 6 | ||
1235.4 | is it broke ? | M5::JAKUHN | wonderfulness | Wed Dec 04 1996 17:31 | 5 |
1235.5 | So are we truly thread-safe or not ? | NOMAHS::SECRIST | Rdb WWS; [email protected] | Fri Mar 07 1997 05:27 | 10 |
I guess I never got an outright statement that our 32-bit drivers were thread-safe. Can two processes truly do Rdb access independently or can they bind against each other ? My simple testing suggests that 16-bit is not thread-safe and 32-bit is. Regards, rcs | |||||
1235.6 | M5::JBALOGH | Fri Mar 07 1997 11:13 | 7 | ||
Yes, 16 bit is NOT thread safe and you should NOT have more than one ODBC application running at a time. The 32 bit driver IS thread safe and you should be able to run Multiple ODBC apps at once. John |