ODBC and non-windows os

I have an application that uses ODBC to communicate to an RDBMS (Oracle right now, but can be a variety of RDBMSs). It is working well on Windows, but I would like to port it to AIX.
I have searched the site for ODBC drivers for AIX, but have not found anything. Does Oracle provide ODBC drivers for AIX? If not, are there alternatives? Does anybody have any experience with this? Is the HSODBC the solution?
Any information would be greatly appreciated.
Thank you,
-Eric White

Eric,
Merant has ODBC drivers on many platforms.
Vira

Similar Messages

  • I got a new windows computer and I can't transfer all of my music to it from my old computer. I have some music on my phone but not all of it so when I plug it in only some of my music shows up and none of my playlists.

    I got a new Lenovo Windows computer and I'm trying to transfer my iTunes library to my new computer. I can't figure out how. I tried plugging in my iPhone and it synched what music was on my phone but I don't have my entire library on my phone and none of my playlists transferred. I tried authorizing my computer and it is but it still isn't showing up. I turned on my homesharing on my new and old computer but apparently I have two other computers I have authorized and I don't know which ones they are, probably ones that have been thrown out. What do I do now?

    iDevices are not and have never been backup devices.
    Authorizing a computer does not cause media to magically appear.
    Media is only where the user puts it.
    Copy the ENTIRE iTunes folder from the old computer to the new computer.

  • PE13 on Windows 8.1 and non-admin or UAC issues?

    Before I try to evaluate Premiere Elements 13 64-bit, I want to ask if lingering problems related to UAC and non-admin user accounts were resolved since version 11.
    It's good to see a 64-bit version of Elements come out since then.

    Gordon Fecyk
    On what computer operating system is your Premiere Elements 13 running? For now I will assume Windows 7, 8, or 8.1 64 bit.
    Not sure what you mean by:
    It's good to see a 64-bit version of Elements come out since then.
    assume you mean version 11. So in that case....
    Premiere Elements Windows 10, 11, 12, and 13 are 64 bit applications when installed and run on specifically on Windows 7, 8, or 8.1 64 bit. Other Windows versions are 32 bit applications in 32 bit system or 32 bit application running in the 32 bit compatibility mode of 64 bit system. On the Mac side of things,  it is my recollection that Premiere Elements 11 Mac was the first to be a 64 bit application when run on Mac 64 bit system.
    It is my understanding that nothing has changed over the versions with regard to Premiere Elements and the matter of "UAC and non-admin accounts". Probably Microsoft would be a good source on that. Recent threads seem to suggest that Premiere Elements is not working with Domain accounts.
    This is not Adobe. Rather a user to user forum. If you want to contact Adobe about your feature requests, you could consider the Adobe Feature Request Bug Report Form.
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&loc=en
    When you have specific problems with aspects of your Premiere Elements 13 purchased or tryout, we would be glad for the opportunity to be of assistance. Definitely recommend tryout before purchase to assure the compatibility of your program with your specific computer environment and your project goals.
    ATR

  • FF Less stable than IE. Numerous crashes, the latest quirk is that it will open a new window with a website already working on and NONE of the iterations of FF work. Have to reboot computer because can't even exit FF. Fix it or on to Chrome.

    FF Less stable than IE. Numerous crashes, the latest quirk is that it will open a new window with a website already working on and NONE of the iterations of FF work. Have to reboot computer because can't even exit FF. Fix it or on to Chrome.

    '''''"a new FF iteration"'''''
    No such thing. All Firefox windows and tabs run in a single '''firefox.exe''' process, unlike IE which has a separate process for each window, or Chrome which opens a new process for each tab.
    As far as the Firefox SafeMode, you can't open it when Firefox is running ''(unless you open a separate Profile purposely)'', if you try all you will get is another window in the "regular mode".
    You're not going to be able to discover the cause of your problem if you're unwilling to follow established troubleshooting procedures, regardless of how intermittent the fault occurs. I wouldn't be surprised of you have an add-on installed which is causing that problem.
    Another course of action would be to create a new Profile, which is like starting from scratch with a completely new Firefox installation. <br />
    http://kb.mozillazine.org/Creating_a_new_Firefox_profile_on_Windows

  • Non iCloud contact sync not working with iPhone 4S and Microsoft Windows/Outlook

    Trying to sync contacts without success! Have iPhone 4S and Microsoft Windows, not using iCloud.  I've gone through the Info route and told it to sync but the data doesn't transfer.  Any idea why?

    what version of Outlook are you using. I know right now its not compatible with Outlook 2013.

  • ODBC Driver in Windows XP.

    When I attempt to connect to the Oracle ODBC Driver in Windows XP I get an error IM003 (Driver could not be loaded, system error 5) If I run the application from an administrator account, the driver works fine.
    I am using Oracle v9.2010. I am trying to connect from the same computer that is running the database without any other drivers/clients installed.
    I am using C to develop the application using the ODBC API.

    You probably need to grant the non-Administrator user read/execute rights on the %ORACLE_HOME% directory & subdirectories. You probably don't need execute on anything other than %ORACLE_HOME%\bin, and you probably don't need read access on every subdirectory, but I don't see much of a security threat from giving everyone read/execute to the whole directory.
    Justin

  • Unicode and non-unicode string data types Issue with 2008 SSIS Package

    Hi All,
    I am converting a 2005 SSIS Package to 2008. I have a task which has SQL Server as the source and Oracle as the destination. I copy the data from a SQL server view with a field nvarchar(10) to a field of a oracle table varchar(10). The package executes fine
    on my local when i use the data transformation task to convert to DT_STR. But when I deploy the dtsx file on the server and try to run from an SQL Job Agent it gives me the unicode and non-unicode string data types error for the field. I have checked the registry
    settings and its the same in my local and the server. Tried both the data conversion task and Derived Column task but with no luck. Pls suggest me what changes are required in my package to run it from the SQL Agent Job.
    Thanks.

    What is Unicode and non Unicode data formats
    Unicode : 
    A Unicode character takes more bytes to store the data in the database. As we all know, many global industries wants to increase their business worldwide and grow at the same time, they would want to widen their business by providing
    services to the customers worldwide by supporting different languages like Chinese, Japanese, Korean and Arabic. Many websites these days are supporting international languages to do their business and to attract more and more customers and that makes life
    easier for both the parties.
    To store the customer data into the database the database must support a mechanism to store the international characters, storing these characters is not easy, and many database vendors have to revised their strategies and come
    up with new mechanisms to support or to store these international characters in the database. Some of the big vendors like Oracle, Microsoft, IBM and other database vendors started providing the international character support so that the data can be stored
    and retrieved accordingly to avoid any hiccups while doing business with the international customers.
    The difference in storing character data between Unicode and non-Unicode depends on whether non-Unicode data is stored by using double-byte character sets. All non-East Asian languages and the Thai language store non-Unicode characters
    in single bytes. Therefore, storing these languages as Unicode uses two times the space that is used specifying a non-Unicode code page. On the other hand, the non-Unicode code pages of many other Asian languages specify character storage in double-byte character
    sets (DBCS). Therefore, for these languages, there is almost no difference in storage between non-Unicode and Unicode.
    Encoding Formats: 
    Some of the common encoding formats for Unicode are UCS-2, UTF-8, UTF-16, UTF-32 have been made available by database vendors to their customers. For SQL Server 7.0 and higher versions Microsoft uses the encoding format UCS-2 to store the UTF-8 data. Under
    this mechanism, all Unicode characters are stored by using 2 bytes.
    Unicode data can be encoded in many different ways. UCS-2 and UTF-8 are two common ways to store bit patterns that represent Unicode characters. Microsoft Windows NT, SQL Server, Java, COM, and the SQL Server ODBC driver and OLEDB
    provider all internally represent Unicode data as UCS-2.
    The options for using SQL Server 7.0 or SQL Server 2000 as a backend server for an application that sends and receives Unicode data that is encoded as UTF-8 include:
    For example, if your business is using a website supporting ASP pages, then this is what happens:
    If your application uses Active Server Pages (ASP) and you are using Internet Information Server (IIS) 5.0 and Microsoft Windows 2000, you can add "<% Session.Codepage=65001 %>" to your server-side ASP script.
    This instructs IIS to convert all dynamically generated strings (example: Response.Write) from UCS-2 to UTF-8 automatically before sending them to the client.
    If you do not want to enable sessions, you can alternatively use the server-side directive "<%@ CodePage=65001 %>".
    Any UTF-8 data sent from the client to the server via GET or POST is also converted to UCS-2 automatically. The Session.Codepage property is the recommended method to handle UTF-8 data within a web application. This Codepage
    setting is not available on IIS 4.0 and Windows NT 4.0.
    Sorting and other operations :
    The effect of Unicode data on performance is complicated by a variety of factors that include the following:
    1. The difference between Unicode sorting rules and non-Unicode sorting rules 
    2. The difference between sorting double-byte and single-byte characters 
    3. Code page conversion between client and server
    Performing operations like >, <, ORDER BY are resource intensive and will be difficult to get correct results if the codepage conversion between client and server is not available.
    Sorting lots of Unicode data can be slower than non-Unicode data, because the data is stored in double bytes. On the other hand, sorting Asian characters in Unicode is faster than sorting Asian DBCS data in a specific code page,
    because DBCS data is actually a mixture of single-byte and double-byte widths, while Unicode characters are fixed-width.
    Non-Unicode :
    Non Unicode is exactly opposite to Unicode. Using non Unicode it is easy to store languages like ‘English’ but not other Asian languages that need more bits to store correctly otherwise truncation will occur.
    Now, let’s see some of the advantages of not storing the data in Unicode format:
    1. It takes less space to store the data in the database hence we will save lot of hard disk space. 
    2. Moving of database files from one server to other takes less time. 
    3. Backup and restore of the database makes huge impact and it is good for DBA’s that it takes less time
    Non-Unicode vs. Unicode Data Types: Comparison Chart
    The primary difference between unicode and non-Unicode data types is the ability of Unicode to easily handle the storage of foreign language characters which also requires more storage space.
    Non-Unicode
    Unicode
    (char, varchar, text)
    (nchar, nvarchar, ntext)
    Stores data in fixed or variable length
    Same as non-Unicode
    char: data is padded with blanks to fill the field size. For example, if a char(10) field contains 5 characters the system will pad it with 5 blanks
    nchar: same as char
    varchar: stores actual value and does not pad with blanks
    nvarchar: same as varchar
    requires 1 byte of storage
    requires 2 bytes of storage
    char and varchar: can store up to 8000 characters
    nchar and nvarchar: can store up to 4000 characters
    Best suited for US English: "One problem with data types that use 1 byte to encode each character is that the data type can only represent 256 different characters. This forces multiple
    encoding specifications (or code pages) for different alphabets such as European alphabets, which are relatively small. It is also impossible to handle systems such as the Japanese Kanji or Korean Hangul alphabets that have thousands of characters."<sup>1</sup>
    Best suited for systems that need to support at least one foreign language: "The Unicode specification defines a single encoding scheme for most characters widely used in businesses around the world.
    All computers consistently translate the bit patterns in Unicode data into characters using the single Unicode specification. This ensures that the same bit pattern is always converted to the same character on all computers. Data can be freely transferred
    from one database or computer to another without concern that the receiving system will translate the bit patterns into characters incorrectly.
    https://irfansworld.wordpress.com/2011/01/25/what-is-unicode-and-non-unicode-data-formats/
    Thanks Shiven:) If Answer is Helpful, Please Vote

  • I have a 3rd generation ipod that will not connect. I keep getting an error message that says "USB Device Not Recognized".  I have tried 3 seperate cables and none of them are working.  Please help!

    It keeps telling me that one of the USB devices for this computer has malfunctioned and windows does not recognize it.  I have tried all of the ports and still am not having any luck.  I have purchased 3 brand new cables and none of them are working.  I have tried to update the driver but it says I am using the most up to date.  I have tried to reset the Ipod by holding the center button and menu button until the apple appears.  I am not sure what else to try.  Any help would be greatly appreciated.  My computer is Windows Vista!

    Hello butterflygirlie,
    Have you tried uninstalling the driver for your iPod from within Device Manager?  After uninstalling it, go ahead and unplug your iPod and plug it back in.  Doing so should cause your system to locate the proper driver for it.
    B-rock

  • Can SQL*Plus connect via ODBC to NON-Oracle data source?????

    I am struggling to understand something. I downloaded Oracle instance client, SQL*Plus and ODBC components with the hopes of being able to connect via SQL*Plus to a non-Oracle/ODBC compliant database.
    Is this possible? Or is SQL*Plus ability to connect via ODBC only to an Oracle data source??
    Thanks...

    sqlplus only connects to oracle. you can use the odbc driver from instant client to allow other applications to access oracle via odbc (e.g. excel). if you need to connect to non-oracle odbc database (ms-access, foxpro, etc.) you need odbc driver for those sources.
    you can use sqldeveloper to connect to oracle and non-oracle databases. check otn product info for sqldeveloper for more details.

  • If you're having problems updating firmware and have Windows Media Player 11 B

    I've seen a number of problems with people updating their firmware with WMP installed and it turns out that's the problem. WMP has a bug in it that will not allow the firmware update to recognize the player. So, here's what to do to roll back to a previous version:
    These instructions will only work for Windows XP
    You must be logged on as an administrator or a member of the Administrators group to perform the following procedure.
    . Disconnect any portable music or video devices that might be attached to your computer.
    2. Click Start, and then click Control Panel.
    3. In the Category View of Control Panel, click Add or Remove Programs, and then click Remove a program.
    4. Click Windows Media Player , and then click Remove.
    If Windows Media Player is not displayed in the list of currently installed programs, then try the following:
    . At the top of the list, select the Show updates check box.
    2. In the Windows XP - Software Updates section, click Windows Media Player , and then click Change/Remove.
    5. In each of the two confirmation dialog boxes that appear, click OK.
    6. When the rollback process is complete (it might take several minutes), click Restart.
    7. Click Start, and then click Control Panel.
    8. In the Category View of Control Panel, click Add or Remove Programs, and then click Remove a program.
    9. Click Windows Media Format Runtime, and then click Remove.
    If Windows Media Format Runtime is not displayed in the list of currently installed programs, then try the following:
    . At the top of the list, select the Show updates check box.
    2. In the Windows XP - Software Updates section, click Windows Media Format Runtime, and then click Change/Remove.
    If you installed a non-US English version of Windows Media Player , the instructions in the dialog boxes that are mentioned in steps 9, 0, and might appear in English.
    0. In the first confirmation dialog box that appears, click OK.
    . In the second confirmation dialog box that appears, select the Do you want to continue with the rollback? check box, and then click OK.
    2. When the rollback process is complete (it might take several minutes to complete), click Restart.
    3. Click Start, and then click Control Panel.
    4. In the Category View of Control Panel, click Add or Remove Programs, and then click Remove a program.
    5. Click Microsoft User-Mode Driver Framework Feature Pack .0.0, and then click Remove.
    6. Follow the instructions that appear in the Software Update Removal Wizard.
    If the Wudf0000 confirmation dialog box appears, click Yes to continue. When the software removal process is complete (it might take several minutes to complete), click Finish.
    If you are still having problems and all else fails, do a System Restore to before WMP was installed.
    *Note: If you remove Windows Media Player and the Windows Media Format Runtime, and then encounter error C00D27D ("A problem has occurred in the Digital Rights Management component. Contact Microsoft product support, you might be able to resolve the problem by installing the Windows Media Format 9.5 Runtime. For information about installing the Runtime, in the Microsoft Knowledge Base, see article 8922, "Update for Windows Media Digital Rights Management-enabled players."
    **You might not be able to roll back to a previous version of the Player if the hidden folder $NtUninstallwmp$ is deleted from your computer. Some non-Microsoft programs (such as CCleaner) delete this folder in an attempt to remove unwanted files from your computer.
    More information here:
    http://www.microsoft.com/windows/win...ionofthePlayer
    Some people have found these instructions to be a solution to the "Player Not Connected" Error when trying to update the firmware. (Your mileage may vary)
    Note to Mods: This would make a nice sticky

    OK. I've been having this problem and have probably read every post there is on the net concerning it. But it doesn't seem to be only a Media Player problem. I was only running Media Player 0 when it happened to me. I found the solution somewhere, I can't remember where, but it worked for me and it was easy.
    Here's what you do:
    . Download BOTH ZenXtra_PCFW_LA__20_08.exe and enXtraP4SAudible_PCFW_LB_2_0_03.exe
    2. Connect the Zen Xtra to your PC.
    3. Run ZenXtra_PCFW_LA__20_08.exe. When the window comes up and says that your device is not connected DON'T do ANYTHING! Just leave it there.
    4. Now run ZenXtraP4SAudible_PCFW_LB_2_0_03.exe
    5. It told me that I already had this version on my device did I still want to load it's I said yes and it went through the whole upgrade and now it works fine.

  • My Windows 7 Professional desktop system hard disk got corrupted and I took the opportunity to install an SSD for a new system disk and reinstall Windows.  The system is up and running on the SSD, with my old system disk now used for storage as it is stil

    My Windows 7 Professional desktop system hard disk got corrupted and I took the opportunity to install an SSD for a new system disk and reinstall Windows.  The system is up and running on the SSD, with my old system disk now used for storage as it is still readable.  The only Adobe product I have reinstalled so far is Reader XI but I would like to reinstall Elements 8 and Acrobat 9 without taking up more licences as both are also installed on my laptop.  Can you point me to the best way to do this?  - Thanks

    If you have the two allotted activations already and one was lost on the hard drive that failed then you need to contact Adobe Support thru chat and ask them to reset your activations.
    For the link below click the Still Need Help? option in the blue area at the bottom and choose the chat option...
    Serial number and activation chat support (non-CC)
    http://helpx.adobe.com/x-productkb/global/service1.html ( http://adobe.ly/1aYjbSC )

  • Whenever I go to iTunes with my iPod 5th generation 32 gb iPod Touch, running iOS 8.0.2, It tells me that the "Other" category is using up 14.59 gb of data. I have no clue why it says this and I have searched the internet for fixes and none worked.

    Whenever I go to iTunes with my iPod 5th generation 32 gb iPod Touch, running iOS 8.0.2, It tells me that the "Other" category is using up 14.59 gb of data. I have no clue why it says this and I have searched the internet for fixes and none worked. I have tried on a windows and a mac and noticed no change. I have tried restoring to a backup but that didn't help. I haven't had time to do a full restore but I will try if the problem persists.

    An "other" larger than about 1 1/2 GB indicates corrupted files.
    What is the Other on my iPhone and How to Remove It
    What is "Other" and What Can I Do About It?
    Next, usually restoring from backup eliminated the corrupted files. However, sometimes restoring to factory settings/new iPod is required.
    To restore from backup see:
    iOS: How to back up
    To restore to factory settings/new iPod see:
    iTunes: Restoring iOS software

  • Hello iphone users, I have a situation here.. I have an Iphone 4G that 2 days ago displayed the black screen with de apple logo, ive done the recovery mode over and over in diferente pcs(windoes, mac) and none seem to aknowledge the device, what to do???

    hello everyone, as I have stated above, I have an Iphone 4G realtively new, just 3 months of use. I've never dropped it, nor got it wet. The problem is that the screen just one day went black and displays the apple logo, when I do the recovery mode everyway possible the screen shows the itunes link but the pc doesn't acknowledge it.. I've tried on many pcs (windows and mac) and none respond because the device is not shown on itunes it just says "driver not found"
    please what to do???

    Call Apple Customer Relations - 1-800-275-2273.  Ask politely & firmly that you want to be transferred to Customer Relations.  Tell them exactly what you stated in your post.
    GOOD LUCK!
    These are user-to-user forums where everyday folk (volunteers) post questions and offer answers (technical support) to each other.  

  • Very slow and unsuccessful windows 8.1 installation on latest imac 5 k retina display

    When i bought my 5k retina imac 3 months ago i decided i also wanted to have windows 8.1 in it. For the first time last week i wasnt able to boot windows as it would get stuck on the windows logo screen. After several failed attempts i decided to unpartition my drive using bootcamp and remove windows and then reinstall it from scratch. The installation process is really slow, it takes a good 2 hours to get passed the first part of windows installation and then it either gets stuck on a windows logo when it restarts automatically or when i reach the bootcamp drivers installation it just never gets passed that. The installation interface is also very laggy, for example when i click next it takes a minute or two to load the next part.
    I have tried reinstalling the whole ios using recovery hd and internet recovery and i have also verified my disk using disk utility. Although everything works fine on the mac side and disks are allright , i cannot install windows due to the problem mentioned above. I have tried everything in my knowledge and this is really frustrating as its a new machine, please help me out, cheers.

    Here is my disk layout with a Fusion drive and Bootcamp on the SSD (256G Samsung 840 Pro/1TB Hitachi HDD).
    diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *256.1 GB   disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:          Apple_CoreStorage                         128.0 GB   disk0s2
       3:                 Apple_Boot Boot OS X               134.2 MB   disk0s3
       4:       Microsoft Basic Data BOOTCAMP                127.7 GB   disk0s4
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *1.0 TB     disk1
       1:                        EFI EFI                     209.7 MB   disk1s1
       2:          Apple_CoreStorage                         999.3 GB   disk1s2
       3:                 Apple_Boot Boot OS X               650.0 MB   disk1s3
    /dev/disk2
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                  Apple_HFS OSX-FusionHD           *1.1 TB     disk2
    diskutil cs list
    CoreStorage logical volume groups (1 found)
    |
    +-- Logical Volume Group DF140929-90E7-48E1-AC3D-C9C75BA88D1D
        =========================================================
        Name:         OSX-FusionHD
        Status:       Online
        Size:         1127375384576 B (1.1 TB)
        Free Space:   69632 B (69.6 KB)
        |
        +-< Physical Volume C856A74C-EB57-4D1F-8223-0A22215218ED
        |   ----------------------------------------------------
        |   Index:    0
        |   Disk:     disk0s2
        |   Status:   Online
        |   Size:     128030257152 B (128.0 GB)
        |
        +-< Physical Volume 80D91A14-CCC9-47B1-B071-B9ADFF23924F
        |   ----------------------------------------------------
        |   Index:    1
        |   Disk:     disk1s2
        |   Status:   Online
        |   Size:     999345127424 B (999.3 GB)
        |
        +-> Logical Volume Family 019D610F-21AC-4B54-AB0A-6D5F90D520A7
            Encryption Status:       Unlocked
            Encryption Type:         None
            Conversion Status:       NoConversion
            Conversion Direction:    -none-
            Has Encrypted Extents:   No
            Fully Secure:            No
            Passphrase Required:     No
            |
            +-> Logical Volume D9DC0F70-38C7-4AE6-BAC4-CFBE0F8D4F68
                Disk:                  disk2
                Status:                Online
                Size (Total):          1118844862464 B (1.1 TB)
                Conversion Progress:   -none-
                Revertible:            No
                LV Name:               OSX-FusionHD
                Volume Name:           OSX-FusionHD
                Content Hint:          Apple_HFS

  • Partitioning and Installing Windows 7 with Mac OS X Lion

    Hi
    after failing seriously with the partitioning after installing Win 7, I hope that I will find some help from the scratch...
    I want to install OS X Lion with Win 7.
    3 Partitions with Mac are needed and 1 fro Windows.
    I got 750Gb on my Mac Book Pro.
    Disk should look like this:
    100Gb Main Partition (Mac)
    200Gb Documents Partition (Mac)
    300Gb Stuff and Games (Mac)
    150Gb Windows 7 Partition
    I tried now to create a 100Gb Partition for Mac and a 150Gb Partition for Windows 7.
    After Installing the Mac OS, I was trying to add the 2 other Partitions, but it already telling me that i'm gonna loose my Windows Boot when I change the Partitions. I pressed ok and restarted with the windows 7 DVD for the recovery, which wasn't working due to version incompability -.- (I installed Windows from that DVD)
    What steps should I make to get this to work? Some guys says that it not gonna work, but a friend of min has 3 mac partitions and a windows. Sadly he can't remember the way to this setup
    Thank you for the help
    NESTi

    What you are talking about is illegal.
    Here are the relevant words from the Snow Leopard EULA
    A. Single Use License. Subject to the terms and conditions of this License, unless you have purchased a Family Pack or Upgrade license for the Apple Software, you are granted a limited non-exclusive license to install, use and run one (1) copy of the Apple Software on a single Apple-branded computer at a time. You agree not to install, use or run the Apple Software on any non-Apple-branded computer, or to enable others to do so. This License does not allow the Apple Software to exist on more than one computer at a time, and you may not make the Apple Software available over a network where it could be used by multiple computers at the same time.
    You should also read the terms and conditions of use of these forums, which include the following:-
    Keep within the Law
    No material may be submitted that is intended to promote or commit an illegal act.
    Do not submit software or descriptions of processes that break or otherwise ‘work around’ digital rights management software or hardware. This includes conversations about ‘ripping’ DVDs or working around FairPlay software used on the iTunes Store.
    Do not post defamatory material.

Maybe you are looking for

  • Cannot delete from Music Videos

    cannot delete items from the [Music Videos] play list. The file do not exist anymore on the disk (I get the ! icon) still cannot delete the item. Redefining the [Music Videos] does not help, the files does note show up in the movies folder to delete

  • Imac 27 as an external screen for PC with VGA

    Can I use the Imac 27 as an external screen for my PC? Then PC has VGA output. Will a VGA to MiniDisplay work?

  • Can some explain 1080i and 1080p which is better for a pal project in HD

    I am new with these type of codec, plus which one is better for a pal projects not NTSC. Also I want to know if there would be any problems when I take a project that is done in Pal and move it to NTSC would there be some frame problems. thanks

  • Flickering mouse cursor/black bar on iMac 27"

    I recently bought a refurb 27" iMac (mid-2010) and did a DIY upgrade to add a SSD in addition to the regular hard drive. I tested the system before cracking it open and everything seemed fine. After the install, I started noticing that the mouse curs

  • Iphone 5 running apps in background

    My iphone 5 battery has been very reliable so I had it replaced today. But I'm also running a system monitoring activity app which says my camera is running but when I click on home screen, the camera is not on the open apps list. Please help