Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Database Fragmentation
Message
 
 
To
10/09/2006 20:30:29
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
01151627
Message ID:
01152723
Views:
28
There's no separate setting for ANSI_PADDING in the SQL Server connection string. You can review avalable parameters at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbcsql/od_odbc_d_4x4k.asp.
You can issue SET ANSI_PADDING after you make connection. It'll be in effect until connection is closed. Keep in mind that SET ANSI_PADDING OFF affect char() columns with NULLs also.

>
>Thanks for the help. I really appreciated it. :)
>
>By the way, is there a way on how to set the ANSI_PADDING for every connection object? I connect to my database by executing the SQLStringConnect() function in VFP>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform