| Summary: | ASTERISK-02137: Modified some calls to permit functionality with Microsoft SQL Server | ||
| Reporter: | agreen123 (agreen123) | Labels: | |
| Date Opened: | 2004-07-28 17:59:45 | Date Closed: | 2011-06-07 14:10:08 |
| Priority: | Minor | Regression? | No |
| Status: | Closed/Complete | Components: | CDR/cdr_odbc |
| Versions: | Frequency of Occurrence | ||
| Related Issues: | |||
| Environment: | Attachments: | ( 0) cdr_odbc_patch.txt | |
| Description: | The cdr_odbc.c file as is did not seem to function with Microsoft SQL server. The only major change was specifying the field lengths in the SQLBindParameter calls. I also added an extra few lines to provide some additional debugging information. ****** ADDITIONAL INFORMATION ****** Someone might want to verify this patch - when I downloaded the original odbc_cdr.c file for creating the diff (didn't have a backup handy - BAD Andy) - it seems to have lost some information on the #include lines, looks odd.cat | ||
| Comments: | By: agreen123 (agreen123) 2004-07-28 18:07:42 Ooops - this is with ODBC specifically... it looks like this issue has already been resolved. I had just downloaded the most recent CVS and didn't notice the fix, which is why I brought it up... but according to this list the issue has already been addressed. By: Brian West (bkw918) 2004-07-28 19:57:51 I commited the fix for this about a month ago. Update to CVS-HEAD and you'll see it works flawlessly. | ||