What is the longest data type that can hold alphanumeric characters?

string can't... what else can hold?

im doing an out.print. which is being called by a
function continuously until it reaches a certain
condition it would stop.
but now my problem is ... it would stop displaying
until certain limit but once i refresh the page, old
stuffs disappeared, i think they got flushed out...
then new stuff appear. ...
is such behaviour a possibility of the buffer problem
for out.print if it is being exceeded?Sorry. I'm not a mind reader. A page? Do you mean that you are sending data from a jsp/servlet to a browser? Why are you talking about refresh? Describe exactly what you do, and why you want to do it.
/Kaj

Similar Messages

  • Data type that can hold negetive values with decimals

    Hi all,
    Is there any datatype which can hold negative values with decimals. INT4 can hold negetive values but don't have decimals and type P has decimals but it cannot hold negative values. Please suggest me some datatype for my requirement.
    Thanks in advance,
    Dev.

    Hi,
    Create your Screen field of type DM07M-JVCRP
    Go to Screen painter and change the Screen field type to DM07M-JVCRP
    Since this Accepts Negative values you wont get run time Errors
    Check the below data elements or use Domain CURRV13 " you can find in where used list for more
    Cheerz
    Ram

  • What is the max Data size that can be converted to PDF using CR 2008 SP5

    Hi All,
    When I supply more data to convert to PDF using XML data source I get exception on converting the stream
    Exception :
    Error generating PDF. Exception:Object reference not set to an instance of an object.
       at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
       at CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRequestContext reqContext)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.ExportToStream(ExportOptions options)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.ExportToStream(ExportFormatType formatType)
    But it works with smaller size like 50-60K of data.
    I searched about the exception and the results were mentioning about wrong placement of runtimes.
    But my doubt is if the problem is with runtimes then why it works with less data?
    Thanks.

    Version of CR (be precise...)?
    Version of .NET?
    OS?
    Is this on your dev computer or after you deploy the app?
    Add code used in the app please.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • What is the best data type to store XML string

    Hello all,
    If we want to store a XML string in oracle database table for some other program use what is the best data type that we can use in the table to store this XML string..
    Is it VARCHAR? or can we use BLOB type
    Anybody to help please
    Message was edited by:
    user483578

    If your XML data will not be larger than 4000 characters then use VARCHAR2 else CLOB. I don't see a need to use BLOB (unless your XML data contains binary information).

  • What are data types that can be stored on TemSe?

    What are data types that can be stored on TemSe(Storage for Temporary Sequential Data)?
    Moderator message: please search for available information/documentation.
    [Rules of engagement|http://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement]
    [Asking Good Questions in the Forums to get Good Answers|/people/rob.burbank/blog/2010/05/12/asking-good-questions-in-the-forums-to-get-good-answers]
    Edited by: Thomas Zloch on Sep 18, 2011 10:04 PM

    Hi
    SAP Library: TemSe Data Store:
    There are the following TemSe objects, among others:
    ·        Spool requests (TemSe Name: Spool....)
    ·        Job logs (TemSe Name: JOBLG...)
    ·        Objects from other applications, such as Human Resources (TemSe Name: HR)
    ·        An object whose name begins with KONS; this is object is constantly used by report RSPO1043 and should never be deleted (SAP Note 98065)
    Sandra

  • What is the best data type for wallet application?

    Hi Friends..
    I want to know what is the best data type for wallet application..
    Assume that, i want to the Total of money saved digitally in Applet Wallet..
    And then if there's any transaction the Total of money which saved digitally in Applet Wallet would be Subtracted or Added depends on how much money that spent or saved..
    Which one is the best implementation of these scenarios :
    1. I save the User ID and Total of money in the Java Card, and then if there's any transactions, it would be added or subtracted directly and then saved again in the Java Card
    2. Or.. I save the User ID in the Java Card whereas Total of money in the Database, and then if there's any transactions, the ID would be read from the Card, and then select the Database based on that ID, and then Add or Subtract the money depends on how much money spent in the Transaction
    Please help me regarding this
    Thanks in advance

    Hi,
    Personally I would choose to store the total amount stored on the card. You could use two shorts (short[] perhaps) to store an integer (add more shorts to increase precision) and simply handle overflow your self. You could even look into using a third party library (or class) that treats a byte array as a big integer etc. There were some posts recently on floating point arithmetic that could be helpful for you since you will probably want to use decimals and JC does not natively support floats.
    Cheers,
    Shane

  • HT4436 What is the maximum file size that can be attached to an outgoing email on my iCloud account?

    What is the maximum file size that can be attached to an outgoing email on my iCloud account?

    20mb, but I would suggest leaving a little space. 15 is reliable.

  • What is the cheapest data plan i can get ?, what is the cheapest data plan i can get ?

    what is the cheapest data plan i can get ? for a blackberry?

        We'd love to help with your plan options, mmeggw. Smartphone plans start as low as $60 per month with our Single Line Plans http://vz.to/1d0wrWV. We also have a great selection of More Everything plans at http://vz.to/1fgowCn to share with up to 10 lines.
    JenniferH_VZW
    Follow us on Twitter www.twitter.com/vzwsupport

  • What is the latest OS X that can run the G4 PowerBook?

    What is the latest OS X that can run the G4 PowerBook?

    Leopard 10.5.8 depending upon the specific model.

  • What is the min pulse width that can be measured using a 32-bit conter?

    what is the min pulse width that can be measured using a 32-bit conter?
    and also by chnaging the referenced Clock, can we measure as min as 10ns pulse width?

    You could measure a 40ns pulse, but not with a great degree of accuracy. Here's a good document on how counter pulse width measurements are handled:
    http://zone.ni.com/devzone/conceptd.nsf/webmain/7C77FB9EDC17C3C386256802007B8AB3
    With a 40 ns pulse, you'd have 3 counts per pulse so your uncertainty is pretty high (33%). Another way to look at it would be that you would read either 3 counts or 4 counts which would be values of 37.5ns (3*12.5ns) or 50ns depending on where the rising edges fall. So you wouldn't be able to tell the difference between a 40ns pulse and a 42ns pulse, but you would between a 40ns and a 100ns.
    Hope this helps,
    Andrew S
    National Instruments
    Message Edited by stilly32 on 09-18-2006 05:04 PM
    Getting Started with NI-DAQmx
    Measurement Fundamentals

  • What is the largest hard drive that can be put in a Macbook Pro 17 MA897

    I am looking to upgrade an existing Macbook Pro 17 model MA897 and am looking for the specifications as to the largest hard drive that can be installed and where is the best place to purchase drives.

    The HDD makers have yet to breach the 1TB limit in the 2.5" formfactor. But there is hope, as one of the makers (Toshiba, IIRC) announced the discovery of a radical new way of magnetic encoding which will permit much denser packing of the magnetic domains in the rotating disk, and much higher capacities. Promised to come out with 3-4TB 2.5" devices before the year is out and maybe 10TB+ in the coming years. We'll have to wait and see.
    BTW and since The Age of the Lion (and probably Mountain Lion too) has forsaken the need of an optical drive for system recovery, some users have decided to remove the no longer critical device and planting another HDD in its place. Might be looking into if you really need the capacity and don't care to lug even more weight above of what the 17" entails.

  • What is the highest Firefox version that can now be downloaded on to my Mac OSX version 10.5.8?

    When I open the "Firefox" window on my computer, and then click on"About Mozilla Firefox," I read "Firefox Version 3.6.23." I assume this is the version operating now on my computer. If it isn't, because of later updates, how can I find out what the version now operating on my computer is? What is the highest compatible version I can download, and how?

    It looks like you have a "Power PC" Mac. The last version of Firefox to support PPC Macs is 3.6. You can try [http://www.floodgap.com/software/tenfourfox/ TenFourFox]. It's a port of the latest Firefox made for PPC Macs. It's not made by Mozilla but many PPC users are happy with it.

  • Export/Import-SPSIte :- What is the max size limit that can be moved using this command??

    Export/Import-SPSIte :- What is the max size that can be moved using this command??

    I assume you ment Export-SPWeb not Export-SPSite command.
    There is no known limitations in file size, except the compression file size that is set to 24MB by default. If you exceed 24MB, the cmp file will be splitted into several files. You can change the default 24MB value up to 1024MB, using the -compressionsize
    parameter.

  • HT5219 What are the external monitor requirements that can support having two windows email and safari open side by side?

    I have a 27" iMac at home that supports this but would like to see if I can enable my Macbook air to do the same thing.  I want to find out if this capability can be supported with my Macbook air and if so what are the monitor requirements.

    Usually two causes of that, the first being the windows dpi scaling (most common cause) and the second being your graphics card driver needs to be updated.
    Try playing with the windows dpi settings
    Right click on your Desktop and select Screen Resolution
    Then in the screen that comes up, click on Make Text or Other Items Larger or Smaller
    Then move the slider under Change the Size of All Items to Smaller and restart windows 8
    Also, you can try clicking on Let me choose one scaling level for all my displays, then click on Custom sizing options and drag on the rulers to set 149% and see if that is any better.

  • What is the best graphics card that can fit in the hp p7-1003w?

    The card that came with my CPU. the ATI Radeon HD 4200 is too weak to run the demanding games such as Arma 2, so I need a good graphics card that would fit and balance my motherboard, so the videocard and the graphics card could keep up with one another.
    This question was solved.
    View Solution.

    CHHeinrich, welcome to the forum.
    Before you can upgrade the video, you will have to upgrade the power supply unit (PSU).  The existing PSU is only 250W.  The newer mid-level video cards require a minimum of 400W to run properly.  I normally recommend at least 500W.  This will allow for some future upgrades.  I like Corsair and OCZ PSU's.  Here is a PSU that will work.  I suggest measuring the existing PSU and comparing the measurements to the one that you choose.
    Now, you can't use integrated video when a dedicated video card is installed.  So, you don't have to worry about one keeping up with the other.  I like XFX, EVGA, Sapphire and PNY in that order.  Here is a video card that should give you a good performance boost.  You should stay under 9" in length to assure that the card fits into the space provided.  Always read the Customer Reviews on any products that you buy to see what the users have to say about them.
    If you decide not to go with my recommendations, these two components will give you a good idea of what you need.
    Please click "Accept as Solution" if your problem is solved.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

Maybe you are looking for