I am trying to include the following server variable in an
IF test: Request.ServerVariables("HTTP_USER_AGENT")

in my global.asa. Works fine in all browsers except
Safari/85. I get the following error:
---------------
Microsoft OLE DB Provider for ODBC Drivers
error '80040e57'

[Microsoft][ODBC SQL Server Driver][SQL Server]String or
binary data would be truncated.
-------------------
Any suggestions??

Thanks,
Dale

Re: HTTP_USER_AGENT and Safari/85 Problem by Jack

Jack
Mon Sep 15 20:52:08 CDT 2003

Which data type are you using to log the HTTP_USER_AGENT's value in the
database? ...I'm guessing that the string produced by Safari is too long.

"Dale Ahle" <dale.ahle@webswotteam.com> wrote in message
news:4a4501c37bf0$ae30b120$a601280a@phx.gbl...
> I am trying to include the following server variable in an
> IF test: Request.ServerVariables("HTTP_USER_AGENT")
>
> in my global.asa. Works fine in all browsers except
> Safari/85. I get the following error:
> ---------------
> Microsoft OLE DB Provider for ODBC Drivers
> error '80040e57'
>
> [Microsoft][ODBC SQL Server Driver][SQL Server]String or
> binary data would be truncated.
> -------------------
> Any suggestions??
>
> Thanks,
> Dale
>