No announcements
Found 2904263 threads
-
0 Votes
SqlCeParameter.Size limited to 255 characters for char types
SqlCeParameter.Size seems to be limited to 255 characters for char ...Answered | 2 Replies | 6136 Views | Created by chilversc - Tuesday, July 10, 2007 2:08 PM | Last reply by Pragya Agarwal [MSFT] - Thursday, July 19, 2007 10:27 AM -
0 Votes
PrivateProfileString limited to 255 characters?
System.PrivateProfileString populates a Windows Registry Key name. Registry Key names are limited to 255 characters. See:Answered | 7 Replies | 637 Views | Created by Vantarboda - Monday, March 28, 2016 7:13 PM | Last reply by macropod - Thursday, March 31, 2016 8:46 AM -
0 Votes
Regular Expressions - Patten limited to 255 characters?
For Regular Expressions, suggest him to use .NET System.Text.RegularExpressions.Answered | 2 Replies | 2629 Views | Created by Paul from Sydney - Friday, January 30, 2009 2:17 AM | Last reply by Yichun Feng - Monday, February 2, 2009 2:46 AM -
0 Votes
255 Char Primary Key
supported to be used as Primary Key. You may use data type 'nvarchar' as a Primary Key. It can hold data for your range of 50 to 255 chars. ...Answered | 4 Replies | 5770 Views | Created by Mattastica - Monday, November 24, 2008 3:22 PM | Last reply by Devesh Anand [MSFT] - Friday, November 28, 2008 5:44 AM -
1 Votes
SendMail concatenating to 255 characters
I have the Sendmail code to send one sheet of a spreadsheet to a mail recipient. The problem is it concatenates any cell to 255 characters. I assum ...Answered | 1 Replies | 9514 Views | Created by PippaE - Wednesday, October 20, 2010 11:05 AM | Last reply by Pan Zhang - Friday, December 16, 2011 1:23 PM -
0 Votes
TrimStart ascii Char 255
string.trimstart(char) and string.trimend(char) e.g. rawPacket.TrimStart(new char[] { (char)01, (char)255, (char)02 ...Answered | 3 Replies | 4485 Views | Created by Playwolf - Thursday, May 27, 2010 9:24 PM | Last reply by ELFJOJO - Thursday, May 27, 2010 10:37 PM -
0 Votes
Excel 255 characters
You have run into a typical Excel problem. To Excel (the driver that reads excel files) - if there are more than 255 characters in a column, it uses the ...Answered | 3 Replies | 548 Views | Created by Excel_prblm - Friday, March 11, 2016 10:38 AM | Last reply by Todd McDermid - Friday, March 11, 2016 8:37 PM -
0 Votes
Excel cell width limited to 255 characers
It is a limit by Excel where a call cannot contain more than 255 characters. Excel 2007/2010 fixes this by allowing up to 32,000 characters per ...Answered | 3 Replies | 12480 Views | Created by AreefAli - Wednesday, June 20, 2012 6:01 AM | Last reply by cheong00 - Wednesday, June 20, 2012 6:34 AM -
0 Votes
char length limited to 8192?
add &resp[8192] to see what char array looks like beyond 8k. Cheers, JasonAnswered | 12 Replies | 5561 Views | Created by paVF - Tuesday, March 11, 2008 9:01 AM | Last reply by keyboardhammer - Thursday, March 13, 2008 9:37 AM -
0 Votes
Process.MainWindowTitle limited to 40 characters???
function, for each window handle, invoke GetWindowThreadProcessId function to get process id, if it isAnswered | 5 Replies | 4086 Views | Created by Tim SF - Tuesday, August 10, 2010 8:31 PM | Last reply by Tim SF - Thursday, August 12, 2010 12:30 PM -
0 Votes
Flatfile output truncating after 255 characters
exceeding 255 characters and the data after these 255 characters are getting truncated. What should be done for ...Answered | 6 Replies | 4841 Views | Created by swan_sgp - Monday, April 2, 2007 8:21 PM | Last reply by Phil Brammer - Tuesday, April 3, 2007 8:22 PM -
0 Votes
char 255) can't be read by SerialPort.
eachother then I get the character 255 So thanx all for the help but I think I need to look into the hardware to solve the problem.Answered | 11 Replies | 4011 Views | Created by jkorsten - Monday, September 7, 2009 7:11 AM | Last reply by Guang-Ming Bian - MSFT - Tuesday, September 8, 2009 9:56 AM -
0 Votes
truncate at 255 characters with xlsx files.
This is because the column is being interpreted as TEXT, which is limited to 255 characters. The database engine looks at the first eight rows by default when ...Answered | 1 Replies | 555 Views | Created by anil reddy allam - Wednesday, June 10, 2015 10:57 AM | Last reply by Paul P Clement IV - Wednesday, June 10, 2015 3:33 PM -
0 Votes
OleDB truncates data after 255 characters
Data types Think of a field's data type as a set of qualities that applies to all the values contained in the field and that determines what kind of data those values can be. ...Answered | 2 Replies | 1876 Views | Created by Venkatraman Venuraj - Tuesday, March 13, 2012 9:34 AM | Last reply by Venkatraman Venuraj - Tuesday, March 13, 2012 11:54 AM -
0 Votes
control which accepts more than 255 characters
I'm using a multivalue control which has a list of values similar to areapath. Whenever we select around 20 items from the list it complains that the length of the value exceeds 255 ...Answered | 6 Replies | 3744 Views | Created by PraveenAdini - Monday, June 29, 2009 7:00 PM | Last reply by PraveenAdini - Tuesday, July 7, 2009 2:25 PM -
0 Votes
operator '-' is not defined for types 'char and 'char'
Function In the code above I'm trying to write a method for UrlTokenDecode for .net 1.1 But I keep getting this error ...Answered | 3 Replies | 8421 Views | Created by capiono - Thursday, September 30, 2010 4:04 PM | Last reply by Rudedog2 - Thursday, September 30, 2010 4:52 PM -
0 Votes
Make title column more than 255 characters
my advice keep as title / name / question / subject a text column , which is limited to 255 chars and for the body of the question use multiline ...Answered | 6 Replies | 3543 Views | Created by Melrose9999 - Wednesday, December 25, 2013 11:59 PM | Last reply by Steven Andrews - Thursday, December 26, 2013 2:31 AM -
2 Votes
Report Memo field truncated to 255 characters
, is used to generate a report. In the report, the data from the memo field is truncated to 255 characters. I when I viewed ...Answered | 12 Replies | 21803 Views | Created by RedGalaxy - Wednesday, February 20, 2013 2:06 AM | Last reply by Josh_Black - Wednesday, August 27, 2014 3:40 PM -
1 Votes
BalloonTipText with more than 255 characters
There is a way to do it and i.e. by having custom control for that. But its sure that its not going to be worth of efforts as generally tooltips are tips... i.e. ...Answered | 6 Replies | 5356 Views | Created by Loc Hoang An Nguyen - Saturday, June 11, 2011 2:54 PM | Last reply by Aspen VJ - Tuesday, June 14, 2011 8:01 AM -
0 Votes
char and other data types
hi, I want to know 2 things: 1. I want to make a field as char for I could "force" the user to write ...Answered | 2 Replies | 7278 Views | Created by OfekAlef - Saturday, September 25, 2010 4:33 PM | Last reply by Uri Dimant - Sunday, September 26, 2010 7:19 AM - Items 1 to 20 of 2904263 Next ›
No announcements