Focal Point
Alpha problem in 7.1.3

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/6111081161

March 28, 2006, 01:00 PM
reFOCUSing
Alpha problem in 7.1.3
When I do a SQL pass-through the format of the alpha fields are returned differently then they should be. The field in our Oracle database is a varchar2(40) which should be an A40 in WebFOCUS but its being returned as a A40V. Has anyone else ran into this? What is the V part of the field format?
March 28, 2006, 01:02 PM
<RickW>
Stands for varchar. You can include

SQL SQLMSS SET VARCHAR OFF

as part of your SQL passthru - that may help.

Rick
March 28, 2006, 01:07 PM
reFOCUSing
Is that setting only for MS SQL server? I added SET SQLORA SET VARCHAR OFF to the code but no luck.
March 28, 2006, 01:11 PM
reFOCUSing
My mistake I should have read your post correctly.

SQL SQLORA SET VARCHAR OFF worked great.

Thanks.
March 29, 2006, 07:25 AM
Lenny Ward
How is 7.1.3 running for you?

We installed it in production last week and it is running fine. We put it in to fix some problems with graph.


(Production: WebFOCUS 7.1.3 on Win 2K/IIS 6/CGI)
(Test: WebFOCUS 7.1.3 on Win 2K/IIS 6/CGI)
March 29, 2006, 11:45 AM
reFOCUSing
I like it a lot better then 7.1.0 and 7.1.1 there are still some bugs. But its working good. I'm on the fence if I like the really like the new Server and Client console layout.