SQL conversion of MEMO field

I have a web site that builds pages based on content in an
Access DB. One of the fields is MEMO and contains body copy for the
page (usually 300-400 words per record). This bodyCopy field is
HTML tagged IN the record (in case that matters). So I import the
whole database into SQL. Fine. The pages display ok - All the data
in the bodyCopy field is STILL in there, I can see it on the
webpages. BUT, I cannot see, or edit the cells in SQL Enterprise
manager. If I add a new record similar bodyCopy pastes are
truncated. SQL converted the MEMO field to ntext(16). I have tried
text(16) and nvarchar(8000) with the same results. I need to be
able to edit the existing cells, and input similarly sized data
chunks in with new records...
Can anyone shed some light on this issue?

SQL is a bit different in managing the data directly than
Access was.
ntext should be fine for any previous memo fields.
If it tells you that you cannot edit the cells, it is usually
because the Key has not been defined. Importing from Access will
bring in all your data, but it won't necessarilly apply the Key
identifier. Without a key it won't let the data be edited, at least
not directly.
If it is showing up in the web page OK then the data would
not appear to be truncated, just not all viewable in the SQl
listing. If you try to enter too much data into a field in SQL it
usually will simply refuse to do it.
Have ou tried connecting to the SQL server via Access (ADP)?
If you have been used to Access all this time, it can be a really
nice way of working between the two and gives you a familiar way of
doing things.

Similar Messages

  • DTS Import of MDB in SQL Server 2000 Drops Memo Field Data

    I have used DTS in SQL Server 2000 to import an MDB filed (MS ACCESS) of a table.  When the table is imported the primary key is lost and the memo field data is completely gone. 
    I use the tranformation option in the DTS wizard to add the primary key and make sure the data type for the memo field is varchar and has a size of 8000.  I need that large size since I am storing lots of html code. 
    When I preview the data I see the html code that is supposed to get imported.  However, when I return all rows from the table in Enterprise Manager the field is empty.
    So I tried to manually copy the data from the MS Access Database into SQL Server.  Could not figure out if SQL Server has an interface like MS Access to simply copy data into a table.  So I linked to the tables from MS Access to the SQL Server table. 
    When I opened the linked table I see the data in the description field.  However, if I return the rows from within SQL Server no data is present.
    I have some ASP code trying to read the data in the SQL Server table.  However, nothing is returned and when I run the SQL Statement, nothing gets returned.  The SQL statement returns all rows.  All the other data is present but nothing in the description field. 
    What am I doing wrong?  Any suggestions anyone, please!
    TIA 

    It is important to know the version of MS Access. I will recomend you to use nvarchar datatype instead of varchar. May be the description field contain unicode characters.
    Refer this link to understand more on datatype mapping between access source and sql server destionation.
    http://blogs.msdn.com/b/ssma/archive/2011/03/06/access-to-sql-server-migration-understanding-data-type-conversions.aspx?Redirected=true
    Regards, RSingh

  • Conversion problems with Memo field in Access database

    I have the latest version of Migration Workbench and the Access 2000 plug-in.
    I am using an ODBC driver, and the SQL conversion requirements for converting
    to a native driver seem too time and labor intensive to be feasable.
    My problem is that I have some "Memo" columns in my Access database containing
    over 200,000 rows that I need converted to Oracle. This is something I'm going
    to need to do over-and-over again for different Access databases.
    I gave up on mapping the Access "Memo" datatypes to Oracle "Clob" datatypes. It
    was either taking forever or taking WAY too long.
    Then I tried mapping the Access "Memo" datatypes to "Varchar2(4000)" and although
    it completed it took longer than my customer will like (think 1/2 an hour just for
    all the rows of one memo column in one table).
    Finally I tried going into the original Access database and converting the "Memo"
    column into a "Text" column. It wouldn't work, I kept getting the error:
    =====
    Microsoft Access can't change the data type.
    There isn't enough disk space or memory.
    =====
    even though I had over 10GB of free disk space and only 1/3 of my memory was being
    used. I assume this is a memory-max limitation in Access 2000.
    Any suggestions for speeding the conversion? Could I stagger using Migration workbench
    to create the tables. . .then use SQL*Loader to load the data. . .then use Migration
    workbench again to put in the idexes, etc? Would this be faster even if it worked?
    Thanks,
    Aaron Chawla

    I have the latest version of Migration Workbench and the Access 2000 plug-in.
    I am using an ODBC driver, and the SQL conversion requirements for converting
    to a native driver seem too time and labor intensive to be feasable.
    My problem is that I have some "Memo" columns in my Access database containing
    over 200,000 rows that I need converted to Oracle. This is something I'm going
    to need to do over-and-over again for different Access databases.
    I gave up on mapping the Access "Memo" datatypes to Oracle "Clob" datatypes. It
    was either taking forever or taking WAY too long.
    Then I tried mapping the Access "Memo" datatypes to "Varchar2(4000)" and although
    it completed it took longer than my customer will like (think 1/2 an hour just for
    all the rows of one memo column in one table).
    Finally I tried going into the original Access database and converting the "Memo"
    column into a "Text" column. It wouldn't work, I kept getting the error:
    =====
    Microsoft Access can't change the data type.
    There isn't enough disk space or memory.
    =====
    even though I had over 10GB of free disk space and only 1/3 of my memory was being
    used. I assume this is a memory-max limitation in Access 2000.
    Any suggestions for speeding the conversion? Could I stagger using Migration workbench
    to create the tables. . .then use SQL*Loader to load the data. . .then use Migration
    workbench again to put in the idexes, etc? Would this be faster even if it worked?
    Thanks,
    Aaron Chawla

  • Anyone else having issues writting string "memo" fields to Access 2007-2010 or SQL Server Express 2008-2012?

    I have a data cluster that I am working to write to either Access 2007 thru 2010 and/or SQL Server Express 2008 thru 2012 all on a Windows 7 64 bit OS. Some of the elements are long strings that I put delimited data for the raw trace data. The fields can be 10's of KB long. With Access I cannot stuff any string >255char into the memo field. With SQL Server Express 2008R2 - 2012 I found that if the strings are >32767 they again fail to fill the memo fields. The Access write or reads work fine otherwise, just not the listed offending fields in the cases mentioned.  Anyone else having the issue or a solution?

    If the long string field has repetitive data, you might be able to compress it using GZIP to reduce it's size below the 32K limitation you mentioned.
    GZIP compress/uncompress of string using .NET
    Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
    If you don't hate time zones, you're not a real programmer.
    "You are what you don't automate"
    Inplaceness is synonymous with insidiousness

  • Memo field problem in CR 8.5

    Hi.  I'm having a problem with displaying the contents of a memo field in CR8.5 when reading from SQL Server 2005 (this doesn't happen with SQL Server 2000).  The memo field just doesn't display.  It is in a subreport.  The field and the subreport are enabled to grow.  Like I said, this works fine when reading from SQL 2000, but not 2005.
    Help? 
    Thanks.  Help is ALWAYS appreciated.

    Hi John,
    How are you connecting your DB? If it's ODBC then try using OLE DB etc.
    What happens if you create a new report, can you see the memo data?
    CR 8.5 is 10 years old so at the time MS 2005 was not out so not sure if there are issues with it or not.
    Check the field type and length in 2005, CR 8.5 has a limit of 65,000 characters for memo fields, if upgrading changed that size CR will have problems.
    You could try downloading all of the patches for 8.5 and see if that works.
    Thank you
    Don

  • Error when referencing an RTF-encrypted Memo Field from ACT! in CRXI r2

    Post Author: Scottco1986
    CA Forum: Data Connectivity and SQL
    I'm creating a report from an ACT! Premium 2007 database, and I seem to have hit a snag.  A field in ACT! which is labeled "Regarding & Details" seems to be stored as two separate fields in the database.  The first, TBL_HISTORY.REGARDING is easily displayed on the report.  The second, however, TBL_HISTORY.DETAILS, is an RTF-encrypted Memo field.  "No problem," I thought.  I could just specify the text interpretation to interpret the Memo Field as RTF.  Unfortunately, as soon as I include the field on the report and preview it, I get an error:  "Database Connection Error: 'HY010:&#91;Microsoft&#93;&#91;ODBC Driver Manager&#93; Function Sequence Error' ".  So, I cancel the preview operation, and remove the field.  Everything should work now, right?  Wrong.  I now get an error:  "Failed to retrieve data from database," followed by "Failed to retrieve data from database.  Details: HY000:&#91;Microsoft&#93;&#91;ODBC SQL Server Driver&#93;Connection is busy with results for another hstmt".  These errors do not stop occuring on preview until I restart Crystal (effectively undoing my unsaved changes).  I then thought that maybe this error had something to do with the fact that it is a memo field.  So, I wrote a SQL statement to convert the Memo field to a String.  This, however, caused the same errors.  So, now I'm stuck.  How can I include this field without errors?!?

    Post Author: ayla1209
    CA Forum: Data Connectivity and SQL
    I'm having the same error - did you ever get a solution?

  • Extract date/time stamp and modifier name from memo field

    I need to extract all date/time stamps and modifier name strings from the Work Log memo field - or conversely, filter out all of the comments after the date/time modifier strings.    I have the string extract but it only extracts the first one.  I need to loop until all are found - how can I do this?  The memo field will look something like this:
    3/5/2009 3:32:05 PM John Doe
    Comments - string can be any length
    3/4/2009 12:35:43 PM John Doe
    Comments - string can be any length
    3/4/2009 12:28:17 PM Jane Dough
    Comments - string can be any length and include date format 2009-06-04 14:20 CST.
    3/4/2009 12:27:47 PM Mary HadaliddleLam
    Comments - string can be any length
    3/4/2009 12:26:55 PM Lamseedivy
    Comments - string can be any length
    3/4/2009 12:15:22 PM Mareseedoes
    Comments - string can be any length.

    Here is a formula that will strip all 'comment' and blank lines and puts the datetime stamp and user names into an array.  You have to manipulate the elements of the array to further separate the datetime stamp and user name if required.
    // Declare two indices
    numbervar i := 1;
    numbervar j := 1;
    // Split each row of the memo field into an array
    // if chr(10) does not work then try with chrw(13) or chr(13)
    stringvar array x := split({Sheet1_.Comments},chr(10));
    // Declare a holding array
    stringvar array y;
    // Declare the size of the new array to be equal to the elements in array 1
    redim y[ubound(x)];
    // Copy only if the first word of each element of array 1 is neither "comments" nor a blank line
    for i := 1 to ubound(x) do
    if split(x<i>) = 'comments' or x<i> = '' then
    else
    (y[j] := x<i>;
    j := j + 1;
    // Compress the new array to eliminate the last blank element
    redim preserve y[j-1];
    // Joining the elements of the new array and the number of elements for display
    join(y,chrw(13)) & chrw(13) & ubound(y);
    With your example, this formula will return:
    3/5/2009 3:32:05 PM John Doe
    3/4/2009 12:35:43 PM John Doe
    3/4/2009 12:28:17 PM Jane Dough
    3/4/2009 12:27:47 PM Mary HadaliddleLam
    3/4/2009 12:26:55 PM Lamseedivy
    3/4/2009 12:15:22 PM Mareseedoes
    6.00
    Make sure the "can grow" option is checked to display the results and also check for case sensitivity of "comments".
    Edited by: Sanjay Kodidine on Jun 30, 2009 10:13 AM

  • How I save a 1D-folat array to MS Sql Server"s image field?

    How I save a 1D-folat array to MS Sql Server"s image field?
    I try.
    First all I flat the array.
    Then I insert the flated string into the table.It 's OK.
    I read it from the table.
    There is a error.
    The field data is empty.
    why?
    Attachments:
    01.vi ‏51 KB

    TimeWaveZero wrote:
    Just use the Array to spreadsheet string and insert the array, then retrieve with Spreadsheet string to array. 
    This is a lossy conversion that does not allow recovery of the identical DBL array due to limitations in the decimal formatting. Not the same! It is also significantly less efficient.
    LabVIEW Champion . Do more with less code and in less time .

  • Memo fields

    How do you load Memo fields in Foxpro to Oracle using the SQLoader.

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by nasifA:
    How do you load Memo fields in Foxpro to Oracle using the SQLoader.<HR></BLOCKQUOTE>
    I have the same problem, if the memo field isnt too large you can create a table with a field for the key and a field for the text with 80 characters, then you create a program to split the memo field into this table taking for a memo field as much as records needed in the table, you create a table with the same structure in Oracle and uses the sql-loader to load this table and then write a pl-sql code to append the text into the corresponding record in the final oracle table.
    null

  • The memo field in forms won't display text?

    I am using Firefox 33.1.1 on a WindowsXP Pro system and have been using FireFox for quite some time . . .
    Recently, I must have done something, I just don't know, but I can't seem to remedy the problem.
    I create and use a lot of forms. Standard <form></form> HTML forms.
    Whenever I pull up a form, I can no longer see any text as I type into the MEMO field. I also don't see any contents of the MEMO field when I recall a record fromn the database within the form.
    This is happening ONLY with the MEMO field.
    This very message I had to type in notepad and copy and paste it into this bug report form.( OMG - when I pasted this text into this form, I can see the text!! But still not in other forms)
    YET, the text is indeed in the form. This text will display when recalling a record to the webpage and displaying the memo field contents on the page.(Not in form)
    I have done all I can according to FireFox problem resolution suggestions including uninstalling and reinstalling a fresh pristeen copy of Firefox to a diff location on HD.
    I do NOT have this problem when I go into Windows IE. I know there is no problem with the form itself or database contents. This happens on ANY memo field at ANY website, not just mine.
    I cannot say if this began after an FF update or not. I feel it may be a simple fix. I may have hit a key or combination of keys that changed a setting causing this, but I dont know where.
    Any clues would be helpful.
    thanks
    jim

    Try to disable OMTC and leave hardware acceleration in Firefox enabled.
    *<b>about:config</b> page: layers.offmainthreadcomposition.enabled = false
    *http://kb.mozillazine.org/about:config
    You can try to disable hardware acceleration in Firefox.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    You need to close and restart Firefox after toggling this setting.
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *https://support.mozilla.org/kb/upgrade-graphics-drivers-use-hardware-acceleration
    This can be a problem with the font that is used to display the text.
    You can do a font test to see if you can identify corrupted font(s).
    *http://browserspy.dk/fonts-flash.php?detail=1
    You can try different default fonts and temporarily disable website fonts to test the selected default font.
    *Tools > Options > Content : Fonts & Colors > Advanced
    *[ ] "Allow pages to choose their own fonts, instead of my selections above"

  • Missing Memo Fields from Universe Please Help.

    Can anyone tell me why all of the memo fields are missing when I try to use a Universe to connect to the database.
    If I use a query to create the Universe or insert tables the memo fields are not avalible in a Universe.
    In the designer the memo fields show up on the right side pane, but do not show on the left side pane.
    If I don't use a universe and just use a standard oledb connection the memo fields are there and I can use them.
    Help Please.
    Thanks
    Jeff

    Found it on Google

  • How To Increase the Size of Memo Fields 4000 Char in WebCenter 11g?

    How To Increase the Size of Memo Fields greater than 4000 Char in WebCenter Content (UCM) 11g?
    I was able to increase the size of Memo field from 2000 Char to 4000 by setting parameter value MEMOFIELDSIZE=4000 . But the requirement is to increase the size more than 4000 around 7000 char but Database(Oracle 11G) is not supporting more than 4000 char.
    Is there any other way to increase the size of Memo field?
    Thanks in Advance!!
    Regards
    Ram

    Hello All,
    Thanks for your responses.
    Let me explain the scenario again in detail:
    1. we have three meta-data fileds xProductCategory,xProductFamily and xProducts
    2. These fields are related with DCL feature and corresponding values are being stored in corresponding custom Views
    3. xProducFamily is dependent of xProductCategory and xProduct is dependent on xProductFamily
    4. currently, there are around 250 Product values and average name of Product can be of 25 Char, so if we are selecting all product values for some Contents then Product Values are being stored in DocMeta table as comma separated values with one space, so total characters are being very high than 4K Char.
    5. Currently view that is storing the Product values, stores "Name" column instead of ID(like 1,2,3....)
    6. And our Content Server is integrated with Oracle WebSenter Portal, where logic has written to retrieve the contents based on "Product Name" instead of "Product ID" and already we are in UAT phase.Currently we are not in situation to revert the changes from Product Name to Product ID.
    7. Also if we are storing the values on the basis of Product ID, then again the issue may arise in Future, if the number of Products increased.
    Hoping the issue explanation is clear now and waiting for some possible solution for increasing the length of memo field.
    Thanks in Advance !!
    Regards
    Ram

  • Problem displaying memo field

    I have a table in MS access with a memo field. Everything the
    user inputs in the field is recorded in the table. When I try to
    output the memo field I am on getting part of the field. Attached
    is the code for displaying the data from the acty_comments field.
    Also below is the actual data that is in the field. Can anyone tell
    me what is going on.
    Thanks
    Actual Data:
    "The answers to the questions are below in italic magenta.
    The answers reiterate FAR sections. As they are parts of
    published regulations, there is no sense in referring to them
    ""official GSA policy"" as if there is some other authority for the
    informa
    - here is where it stops-
    - here is what should be next
    tion.
    Ask Acquisition is a convenience service of the Office of
    Acquisition Policy; not as an avenue for policy decisions. If they
    need a formal response from the Office of Acquisition Policy, you
    will need to send any formal inquiries to
    - more data -

    are you using GROUP BY? or aggregating in some way? using
    DISTINCT?
    There is a limitation in Access if so.
    I know there is a M$ technote somewhere, but I can't find it
    right now.
    Here's a link that might help
    http://allenbrowne.com/ser-63.html
    Tim Carley
    www.recfusion.com
    [email protected]

  • [Microsoft][ODBC SQL Server Driver]COUNT field incorrect or syntax error

    Hi , i am trying to execute siple SP using JDBC-ODBC Bridge Driver
    Here my code :
    String dsn="Tritek1";
    String user="sa";
    String password="imcindia";
    Connection con1 = null;
    CallableStatement cstmt = null;
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver").newInstance();
    con1=DriverManager.getConnection("jdbc:odbc:"+dsn,user,password);
    Statement st=con1.createStatement();
    st.execute("use dm0102d");
    st.execute("setuser 'dm01012'");
    cstmt = conObject.connection(" ?=Call dms_ex_get_folder_info(?,?,?)");
    cstmt.setString(1,folderType);
    cstmt.registerOutParameter(2,java.sql.Types.VARCHAR);
    cstmt.registerOutParameter(3,java.sql.Types.VARCHAR);     bFlag=cstmt.execute();
    Here my SP :
         Procedure Name          :     dms_ex_get_folder_info
         Input Parameter(s)          :     a. folder_type char(20)
         Return Parameter(s)     :     a. Recordset consist edit_mask and folder_type_code from folder_reference table / error
         Procedure Type          :     select
         Programmer          :     Prashanth Kumar M.
         Creation Date          :     12/20/2005 (20th Dec, 2005)
         Tables Accessed          :     folder_reference
         Revised               :
              Programmer:     Date:     Description:
              Prashanth Kumar M.      12/21/2005 Modified the script as per the approved program specifications.
         Test Query:
              Declare @edit_mask char(15)
              Declare @folder_type_code char(2)
              execute dms_ex_get_folder_info 'Policy Folder',@edit_mask output,@folder_type_code output
              Print 'Edit Mask : ' + @edit_mask
              Print 'Folder Type Code : ' + @folder_type_code
    CREATE PROCEDURE dms_ex_get_folder_info
         @folder_type char(20),
         @edit_mask char(15) output,
         @folder_type_code char(2) output
    AS
         BEGIN
              -- Check if the record for @folder_type exists or not.
              BEGIN
                   -- return the record from folder_reference
                   SELECT
                        @edit_mask= IsNull(edit_mask,''),
                        @folder_type_code = IsNull(folder_type_code,'')
                   FROM      folder_reference
                   WHERE
                        folder_decode = ltrim(rtrim(@folder_type))
                   -- return the error message
                   IF @@error <> 0
                        BEGIN
                             RAISERROR 100016 'Error in gettting the record from folder_reference table'
                             RETURN (@@error)
                        END
                   IF @edit_mask = '' AND @folder_type_code = ''
                        BEGIN
                             RAISERROR 100017 'No matching details in the folder_reference table'
                        RETURN (@@error)
                        END
              END
         END
    GO
    Here My Exception:
    java.sql.SQLException: [Microsoft][ODBC SQL Server Driver]COUNT field incorrect or syntax error
         at sun.jdbc.odbc.JdbcOdbc.createSQLException(Unknown Source)
         at sun.jdbc.odbc.JdbcOdbc.standardError(Unknown Source)
         at sun.jdbc.odbc.JdbcOdbc.SQLExecute(Unknown Source)
         at sun.jdbc.odbc.JdbcOdbcPreparedStatement.execute(Unknown Source)
         at com.nyl.dms.bl.Folder.createFolder(Folder.java:121)
         at com.nyl.dms.bl.Folder.main(Folder.java:223)
    Any one can help me to overcome this problem . Thanks in advance.
    venkat

    Here's from one of those 10s of books.
    Quoted from JDBC 3.0 by Bernard Van Haecke:
    Stored procedures can return multiple result types because they can be composed of SQL statements that return diverse result types: resultsets and update counts (this includes special error codes).
    Now this doesn't sound very satisfactory. So I use Sybase since I don't have any other database at the moment, and write a simple stored procedure.
    CREATE proc testproc AS
    BEGIN
    -- My return code
    return 7
    END
    goThen a sample patchy buggy code to play around:
    import java.sql.*;
    public class ProcTesting {
        public static void main(String[] args) {
            String connUrl          = "jdbc:sybase:Tds:myserver:5150/dbinst";
            String userName         = "username";
            String password         = "password";
            Connection con          = null;
            CallableStatement stmt  = null;
            ResultSet rs            = null;
            String sql = "{? = call testproc}";
            try {
                Class.forName("com.sybase.jdbc2.jdbc.SybDriver").newInstance();
                con     = DriverManager.getConnection(connUrl, userName, password);
                stmt    = con.prepareCall(sql);
                stmt.registerOutParameter(1, Types.INTEGER);
                stmt.execute();
                System.out.println(stmt.getInt(1));
            } catch(Exception e) {
                e.printStackTrace();
            } finally {
                closeAll(con, stmt);
        public static void closeAll(Connection con, Statement stmt) {
            try {
                con.close();
            } catch(Exception e) {  }
            try {
                stmt.close();
            } catch(Exception e) {  }
    }Followed by:
    javac ProcTesting.java
    java -cp "%CLASSPATH%;C:\jarutils\jconn2.jar" ProcTesting
    Output:
    7
    Didn't you know this could be done?
    Happy new year, grandpa!

  • Problems displaying rtf memo fields

    Post Author: Davidm
    CA Forum: General
    We use Crystal Reports X to run reports on an Access database with a significant number of rtf memo fields. We use Total Access Memo to allow extended use of rtf within Access as our users require the additional formatting capabilities that this offers.
    However, there are considerable problems displaying items like bullet points, tables and hyperlinks in the Crystal Viewer with tables in particular coming out in a real mess with all entries in the table being displayed in a list with a small square marking each cell at the end of each line.
    Curiously, if you preview the report in the full version of Crystal X, it appears a bit better with the hyperlinks still underlined (bullet points still vanish) and rows in rtf tables are at least presented as a row even if the columns are not ordered and mixed (with no bounding cells visible).
    Firstly, is this disparity of end result between full Crystal X Print Preview and the Crystal X Viewer fixable?
    Secondly, is the limited handling of rtf tags likely to be solved in the next release of Crystal?

    Hi Mathias,
    If I caught you correctly, you want to display data in Adobe forms in form of tabel, right?
    So, follow the steps:
    1. Insert one sub form on your adobe form.
    2. Set its type as "flow content" in object->subform property.
    3. Set flow direction as "Table".
    4. Insert another subform inside this subform.
    5. set its type as "flow content" and flow direction as "Table row".
    6. Now, choose binding tab, and there check "repeat subform for each Data item check box" and specify min. count for your rows.
    7. Now, insert your column fields inside this sub form once.
    8. Format its look and feel as you want.
    When you run this application, it will show you multiple data as table on Adobe form.
    Regards,
    Bhavik

Maybe you are looking for

  • Namespace issue in Sender JDBC message

    Hi All, My scenario is pulling data from Oracle DB(3rd party) and pushing it to SAP ECC system. Here I am using the table metadata in the form of an External Definition.I am directly using this ED in my message mapping and service interface. I am abl

  • FEEDBACK BUTTON MISSING !! do you really not care about our oppinion?

    dear sirs, for the number 1 software ,it is still totally incromprehensive to me,how you have not installed an easy FEEDBACK button in your softwares,especially in adobe's photography directory, which seems to be in a continous coma ,since you starte

  • Change the day view(Mon, Tue etc) to date view (06/03,06/04) in CAT2 tcode

    I am trying to change the view in CAT2 worklist and data entry area from days (like Mon, Tue, Wed etc) to date view (06/03, 06/04, 06/05 etc) in the columns. Can anyone please help me on this?

  • N8 re-starting or not-starting problem

    I have a N8 that worked fine for a few months, then developed a problem.  Several times a week it would re-start for no obvious reason. Around the time that Anna became available, the phone started to "freeze up", usually from running Nokia Maps.  It

  • Help with ID3 tag conversion

    hi - I use a product called Squeezecenter as a music server to drive a couple music devices, and in order for it to read tags and artwork properly it needs to used v 2.3. iTunes has always given me the option to select all tracks and convert to v2.3,