Re: location of config parameter?
LacaK <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
30 character identifier length in Sybase, may be related to thread "Sybase large identifier support" from November 2011 -Laco. > Yes this is sybase 15.0.2 > > -->I have made a grep in freetds folder to check each value of 30 > (for example: include/tds.h:#define TDS_MAX_DYNID_LEN 30) > Maybe with 40 it will be ok... > > > > -----Message d'origine----- > De : [email protected] [mailto:[email protected]] De la part de Thompson, William > Envoyé : vendredi 16 décembre 2011 11:50 > À : 'FreeTDS Development Group' > Objet : Re: [freetds] location of config parameter? > > Perhaps the target database is Sybase ? > Earlier versions of Sybase have a 30 character limitation on variable names... > > -----Original Message----- > From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] > Sent: 15 December 2011 15:20 > To: [email protected] > Subject: [freetds] location of config parameter? > > > Hello, > I am sending a stored procedure > I see it in my log file: > dblib.c:1454:dbcmd(0xc71780, exec creerFede @LOGIN='3D1HfSkzgRZva_uT_TheSg==', @ID_SERVICEPROVIDER_TECHNIQUE='http://ts_saml2.msp.gouv.fr', @ID_SERVICEPROVIDER_FONCTIONNEL='http://ts_saml2.msp.gouv.fr', @ID_TYPE_FEDERATION=1) > > I get an error in answer: > dbutil.c:86:msgno 103: "The identifier that starts with '@ID_SERVICEPROVIDER_FONCTIONNE' is too long. Maximum length is 30." > > Does anyone know where to configure the size of this parameter? > I am using free-tds-dev0.92. > > Thanks, > > Loic >