Re: issue with stored proc parameters of type varchar
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <OFAAB6FC2A.94FFDE6A-ONC1257535.00450A68-C1257535.00457FA8@asset-control.com> |
Got this working after a trip with the debugger. > Passing varchar parameters works unless you're doing something esoteric > like using UTF-8. It's a good idea to use the latest version of the TDS > protocol supported by your server. > I am using TDS 5.0 which I believe is the latest version for Sybase ASE (15.0). Fact of the matter however is that in the routine _ct_get_server_type() in ct.c support is missing for CS_VARCHAR_TYPE... so I am not sure what makes you think that passing varchar parameters works. Tim