I want to get Both

Hi,
As per my knowledge(which is very little).
A call RecordEnumeration.nextRecordId will consume one record so my next call to nextRecord will have a different Id then the nextRecordId returned and vice versa a call to nextRecord, and followed by nextRecordId will return the recordId for a different record.
How to coo-ordinate them...
Regards

As you write you can't get both from the enumeration. But since you can get the record ID from the enumeration you can then ask the RecordStore for the record with the record ID you want to fetch..
A simple example could look like this:
RecordStore rs = RecordStore.openRecordStore("DB", true);
RecordEnumeration enum = rs.enumerateRecords(null, null, false);
while(enum.hasNextElement(){
int i = enum.nextRecordId();
byte[] b = rs.getRecord(i);
Regards
Roland

Similar Messages

  • Display dialog, getting both text returned and button returned

    I am most of the way through my first major project in applescript. I want to get both the text returned of and the button returned of a dialog box. Is this possible?
    So basically i want to do the below without having the dialog box run twice.
    set thebutton to the button returned of (display dialog "Already Assigned!" & return & "Please assign a new letter" default answer "…" buttons {"Cancel", "Delete Previous Location for this Letter", "OK"} default button "OK")
    set theLetter to the text returned of (display dialog "Already Assigned!" & return & "Please assign a new letter" default answer "…" buttons {"Cancel", "Delete Previous Location for this Letter", "OK"} default button "OK")
    Rich

    Well thanks for the fast response, both work fine, cheers. That problem is now sorted.
    However while i was waiting for the responses i came across another problem, i would like to delete a specified item from a list. This is not the actual script but i was using it to test the syntax. So basically how would i go about deleting the the letter P from a list PQ
    set letterlist to {}
    display dialog letterlist as string
    set namep to "P"
    copy (namep) to end of letterlist
    set nameq to "Q"
    copy (nameq) to end of letterlist
    display dialog letterlist as string
    set theKeyPressed to "P"
    repeat with each_item in letterlist
    if each_item contains theKeyPressed then
    delete each_item
    end if
    end repeat
    display dialog letterlist as string
    Rich

  • I have a Ipod Nano and want to get another one , and use both. Can I use the same computer and library for both?

    I have a Ipod Nano and want to get another one , and use both. Can I use the same computer and library for both?

    Yes

  • I have a personal email calendar kept on Outlook, I also have an Exchange calender on outlook.  I want to sync both calendars with my Iphone 5 /6.1.2  but ITunes only sees the exchange calendar. How can I get Itunes to see both calendars

    I have a personal email calendar kept on Outlook 2010, I also have an Exchange calender on Outlook.  I want to sync both calendars with my Iphone 5 / 6.1.2  but ITunes only sees the exchange calendar.
    How can I get Itunes to see both calendars?

    Hi,
    you don't need MobileMe or anything fancy. I personally sync my Outlook calendar and my Outlook address book with three computers (two at the office and one at home)and besides I run Office 2003 on one, Office 2007 on the other and Office 2010 on the third, so it can't get more complicated than that, but it works 100%.
    First sync Outlook with iTunes on one computer, having done that when you try to sync it to another machine, iTunes will recognize that it is synced with another computer and ask you if you want to merge the data, say yes, That's all there is to it.
    It does not work for music as you rightly say but as far as Calendars and Contacts are concerned it's flawless and transparent.
    If you hit a snag talk back to me.
    Cheers.

  • I want to get a portable power pack for recharging my iphone5 and ipad air. What works with both?

    I want to get a portable power pack for recharging my iphone5 and ipad air. What works with both?

    http://www.amazon.com/gp/product/B00D5T3QK4/ref=oh_details_o03_s00_i00?ie=UTF8&p sc=1

  • HT5149 I purchased Final Cut Pro X App on the Apple App Store and was wondering how I also get it downloaded on my ipad#2-- AS WELL-.. I paid for FCPX and want it on both my Macbook Pro, and my iPad2, can i do this, if so how?

    I purchased Final Cut Pro X App on the Apple App Store and was wondering how I also get it downloaded on my ipad#2AS WELL….. I paid for FCPX and want it on both my Macbook Pro, and my iPad2, can i do this, if so how?

    There's no way FCP X will run on an iPad - sorry.
    Look at the system requirements:
    http://www.apple.com/finalcutpro/specs/
    Andy

  • HT1752 Hi, I want to play my music through my Comp as well as my wireless speaker.. i can only seem to get one working at a time, is it possible to get both working at the same time??  Thanks Kylie

    Hi, I want to play my music through my Comp as well as my wireless speaker.. i can only seem to get one working at a time, is it possible to get both working at the same time??  Thanks Kylie

    Hi Kylie,
    Open Audio Midi Setup in Applications>Utilities, see the input & output options & KHz setting there.

  • From which table ,i ll get both the invoice and cleared amount ???

    Hi Friends,
    i am making a report for my sales client where finance part is also required.
    the requirement is : the sales people want know the status of the invoice generated at their end.the report shud be like if they enter the invoice no,fiscal year and coustomer they will be able to see the status of the invoice.how much pmt has received for that particular invoice,wheather it is open or fully cleared?
    From which table i can get both invoice no. and the payment/pmts rerceived against that invoce/invoices.
    plz guide.
    Regards,
    Biswa

    Hi,
    SAP Standard Report itself covers all the requirements mentioned.  With FBL5N, we get to know how much has been invoiced, paid and cleared and how much advance has been paid by customer etc., in one screen.  Apart from this we have also all signs which show, which all invoices are due, overdue and its easy to analyse as well.
    Was this requirement given by client after seeing this standard report?
    Hope this info is helpful.
    Regards,
    Venkat

  • I am using the Order Analysis Toolkit and want to get more information about the compensation for "Reference Signal Processing", which is scarce in the manuals, the website and the examples installed with the toolkit.

    I am using the Order Analysis Toolkit and want to get more information about the compensation for "Reference Signal Processing", which is scarce in the manuals, the website and the examples installed with the toolkit.
    In particular, I am analyzing the example "Even Angle Reference Signal Processing (Digital Tacho, DAQmx).vi", whose documentation I am reproducing in the following:
    <B>DESCRIPTIONS</B>:
    This VI demonstrates how to extract even angle reference signals and remove the slow-roll errors. It uses DAQmx VIs to acquire sound or vibration signals and a digital tachometer signal. This VI includes a two-step process: acquire data at low rotational speed to extract even angle reference; use the even angle reference to remove the errors in the vibration signal acquired at normal operation.
    <B>INSTRUCTIONS</B>:
    1. Run the VI.
    2. On the <B>DAQ Configurations</B> tab, specify the <B>sample rate</B>, <B>samples per channel</B>, device and channel configurations, and tachometer channel information.
    <B>NOTE</B>: You need to use DSA PXI-447x/PXI-446x and PXI TIO device in a PXI chassis to run this example. The DSA device must be in slot 2 of the PXI chassis.
    3. Switch to <B>Extract Even Angle Reference</B> tab. Specify the <B>number of samples to acquire</B> and the <B># of revs in reference</B> which determines the number of samples in even angle reference. Click <B>Start</B> to take a one-shot data acquisition of the vibration and tachometer signals. After the acquisition, you can see the extracted even angle references in <B>Even Angle Reference</B>.
    4. Switch to the <B>Remove Slow-roll Errors</B> tab. Click <B>Start</B> to acquire data continuously and view the compensate results. Click <B>Stop</B> in this tab to stop the acquisition.
    <B>ORDER ANALYSIS VIs USED IN THIS EXAMPLE</B>:
    1. SVL Scale Voltage to EU.vi
    2. OAT Digital Tacho Process.vi
    3. OAT Get Even Angle Reference.vi
    4. OAT Convert to Even Angle Signal.vi
    5. OAT Compensate Even Angle Signal.vi
    My question is: How is the synchronization produced at the time of the compensation ? How is it possible to eliminate the errors in a synchronized fashion with respect to the surface of the shaft bearing in mind that I am acquired data at a low rotation speed in order to get the "even angle reference" and then I use it to remove the errors in the vibration signal acquired at normal operation. In this application both operations are made in different acquisitions, therefore the reference of the correction signal is lost. Is it simply compensated without synchronizing ?
    Our application is based on FPGA and we need to clarity those aspects before implementing the procedure.
    Solved!
    Go to Solution.

    Hi CracKatoA.
    Take a look at the link bellow:
    http://forums.ni.com/ni/board/message?board.id=170&message.id=255126&requireLogin=False
    Regards,
    Filipe Silva

  • I have an iTunes account with music. My wife has an iTunes account with apps. How do I get both on our iPad2? Without syncing to just one account?

    I have an iTunes with music and videos. My wife has an iPhone with music and apps. How do I get both on our iPad2?
    Without syncing to just one account?
    We each have our own laptops.

    Hmm.
    Probably easier for me to put all my stuff on my wife's computer I suppose.
    Rebuilding all those iTunes playlists is not very fun though.
    And of course anything new that I want on my laptop I will have to duplicate on her laptop in the future.
    Not sure how iCloud works just yet.
    So you can't have two laptops and manually sync both people's stuff to one iPad?

  • Want to get my new HP-ENVY-k073 Back to Clean PC State

    I don't like Windows, except for Win2kPro, and the more they change it, the less I like it.  When I first got this laptop, which is last week, it drove me crazy with the rapid shifts from one view to another, and it is a hard drive hog, so I decided to replace it with Ubuntu 14.04, which being a variation on Linux, is completely free.  I use it sucessfully on my older but less capable laptop and desktop.  So I booted from an external usb DVD/CD drive to a LiveCD (actually a LiveDVD) image I had downloaded and burned to a DVD, and got Ubuntu installed in place of Windows 8.1.  I was able to boot up and run Ubuntu fine. But then I needed to copy a usb HDD drive's contents to the new laptop's HDD so as to free up the usb HDD to allow me to reformat it as an ext4 drive, and replace the corrupted NTFS file system on it.  The only tool that would tackle the NTFS drive was chkdsk.exe, and I had to run that off my wife's laptop with Win7 on it.   Win8.1 proved too difficult to work with, which is why I gave up on trying to run chkdsk.exe from it when I first got the new laptop.  Chkdsk.exe "fixed" some file and folder issues, but finally failed when it ran out of clusters to remap the drive's contents to.  At least it appeared to give me back access to the dtored folders and files there, but appearances can be misleading.  There was a lot of cross-threading there that spoiled things going forward. So, using a terminal in Ubuntu on the new laptop, I made some command line entries:     mkdir ~/tmpdrive:    sudo cp -rfp /media/oldefoxx/My\ Passport/* ~/tmpdrive/ The My\ Passport drive had already been mounted by clicking on it under Places in the GUI.  So it started copying all the folders and files from the "My Passport" (usb HDD ) to the new /home/oldefoxx/tmpdrive folder, a process that would take hours.  So I set it aside and went on to other things with my older laptop.  And then I slept. The sudo statement?  Gave me super-user powers for that one command.  Dealt with any folders and files that I, oldefoxx, might not have access to otherwise. The cp command?  Unix shorthand for the word "copy".  I could have used mv ("move") in its place, but I allow for human error and leave the original in its place for later efforts in case something goes wrong. The -rfp flags on the cp command?  r means reiterate (repeat) for each subfolder and file found within.  f means force the replacement of any filder or file that has the same name on the destination end.  p means preserve the owner/group/user flagged bits associated with the different folders and files being dealt with. Otherwise, everything gets reflagged as being "root" (what my temporary super-user status marks me as). On reviving the darkened screen (happens after a certain timeout period), I was unpleasently surprized to see I had completely run out of hard drive space on my new laptop, so the copy over was incomplete.  Run out of hard drive space?  No way!.  I had a bit over 620GB of contents on that usb HDD, and way more than that on my new laptop!  What went wrong?  Two things: (1)  Unfortunately, instead of just manually deleting and recreating my new ext4 and swap partitions, I had left it to the installer to do it for me, and with Ubuntu 14.04, it now recommends using a LV approach, which is suppose to simplify future partitions moves and relocations.  So I allowed this, and that made the new format more bulky than I had allowed for.  I won't make that mistake again. (2)  The real space eater though turned out to be that chkdsk.exe had cross-threaded files and folders among each other, so that both folders and files were showing up all over the map of the usb HDD drive.  The total apparent drive space required to hold all these as separate entities must have been not only gigantic (multi-Gs) but possibly tremendous (into the T's).    No wonder I had not only run out of destination drive space, but had reaced zero bytes left. I had access to Ubuntu's GUI still,  but with no drive space left, there was nothing I could do.   To see if it would help, I decided to first do a reboot.  Ubuntu came up, but gave me no login screen.  So I decided to reboot to a LiveCD.  But that didn't work, because the LiveCD has to build some temporary map structures somewhere, and apparently instead of using a temporary RAM (Random Access Memory) structure in memory, it must go to the internal hard drive, which at this point is so full that it won't permit this.  So the LiveCD approach failed.  I decided to just try and recover part of what I had had already copied over later, and just go ahead and wipe the My Passport drive of its contents and use my older laptop to run LiveCD and install Ubuntu to it, along with a complete reformat of the drive as ext4.  I did that, but this effort was flawed in two respects: (1)  I got the install done okay, but the install made the usb HDD the primary boot drive for GRUB2, while GRUB2 did not allow for the fact that a usb HDD is non-permanent.  My old laptop lost the ability to boot when the usb HDD drive was not connected, and the usb HDD drive did not have GROB2 on it to serve as a stand-alone bootable device.  I had to use two new sets of terminal commands to take carfe of this.  With the usb HDD drive attached, I booted up on my old laptop,and did this in the terminal window:    sudo grub-install /dev/sda    sudo update-grub    sudo grub-install /dev/sdb    sudo update-grub That took care of it.  With or without my usb HDD being attached to my old laptop, it is now bootable.  the /dev/sda is how my first internal hard drive is identified.  Since I only have one internal drive, my usb HDD drive becomes the next lettered drive, or /dev/sdb.  Haf I two internal drives, it would be /dev/sdc, and so on.  In Unix and Linux, drives are treated as folders under the /dev folder (dev being shorthand for devices).  When a user mounts a device, it is added to the mounted devices list kept under /media/[username] folder.  When a user is created, they get a new folder under /home and a new one under /media (in earlier times, they used /mnt instead of /media, and mnt stands for mount). There is a file named /etc/fstab that identifies what devices are mounted sutomatically whenever the system boots up.As super-user, you can make changes to this table file, but screw up, and you can make your system unbootable. All this seems aside from the point of this post.  At some point, my new HP ENVY 17-k073 became unbootable.  I can't get to it any more, though I;ve tried F9 (select boot device), F10 *BIOS Setup), ESC, and every other function key to try and make progress.  EXC brings up a mini-grub, but I don;t know how to use it.  I can type in help but the list seems endless, and I can't see most od it before it goes off screen.  Working with the part I can see, I can see what a few commands say, but in most cases I don;t have enough insight to know what parameter(s) to supply.  It does tell me that hd0 (hdo,msdos) has errors, but so apparently do the internal and usb CD drives.  If I want to do a boot, I have to load the kernel first, but it doesn't tell me how to load the kernel.  There is a lot I am missing here, and this might be the one tool at my disposal to deal with it, and I don't know how. Under F9, of devices I can pick from, is listed my old My Passport designation, but that's no longer available.  I see no way to add usb-ext4 as a choice to this brief list.  None of the choices shown are bringing my new laptop to life again.  The one I really haven't explored at length involves the internal CD-ROM drive, for two reasons:  (1)  It is extremely difficult to get the drive tray to extend.  Probably the flimiest thing on this Laptop, aside from getting the battery pack to properly latch in and not drop out.  (2)  When I could get the tray to extend and put a LiveCD in it, the PC refused to boot from it.  I' can use this LiveCD elsewhere and it does it's thing, but on this laptop, it won't.  I've tried other LiveCDs with no better success.  But it did finally read from the usb DVD/CD RW frive for my initial install of Ubuntu.  I wonder id I have a bad DVD/CD RW drive in this thing?  What can I do about that?  I've only had this HP EMVY 17-K073 drive three days now, taking delivery on this last Thursday, and it is now only Sunday. Anyway, I'm in a tight spot here, and want to get back to one of a few possible states here.  The first one is my first choice: (1) Be able to boot from my usb-connected usb-ext4 HDD so that I can recover my transferred folders and files from the crammed-full 17-K073 drive first. (2)  Be able to reboot from my externally-connected DVD/CD RW drive so that I can reattempt a complete reinstall of Ubuntu, even though this means losing my hord of stored folders and files in the process. (3)               

    I appreciate the thought.  But as you say, that means getting into the guts of the laptop, and that should not be necessary.  No, the real trick is to get the PC back into boot form somehow. I spent quite a bit of time on a support chat session last night, and though reluctant to help me at first (I had wiped out Windows 8.1, and they were disinclined to deal with a 3rd party OS), I convenced them it was now a hardware issue.  That is, how to get the PD to recognize one of three boot sources if it was not going to boot up to the internal hard drive.  It had to be something related to using F9 and/or F10 function keys.  So we went through some of the functions of the function keys during the black screen phase of the boot process.  I found out that F1 gives you information about this particular laptop, including the derial number, that F2 allows me to test memory, check the hard drive, or pick a different language. F9 lets you select a specific device to use during bootup.  The oriblem was, F9 was showing the usb hdd selection as being specific to my wd (Western Digital) My Passport 0748 drive, and it now had a different name and assigned UUID due to having been reformatted from NTFS to ext4.  I had to get rid of that specific drive reference, and F9 gave me no way to do it.  It had to be somewhere in the Systems Settings, which are accessed via the F10 key.  But I had already looked at the boot device order in the Systems Settings, and it was okay, and tried both with and without the legacy boot option.  Still no go.  Support gave me a few more ideas to try, but it was real late, I was tired, so I elected just to use F3 and text the built-in SSHD during my rest period (SSHD stands for Solid State Hard Drive, which is an excellent feature of this laptop, as mechanical hard drives wear out and develop problems over time). So when I woke up today, I hoped the changes made earlier would help.  They didn't.  I turned Legacy support back on, and tried to get the LiveCD to load properly from thr internal DVD/CD drive.  This time it worked.  I'm up running on the LiveCD, and tried an install, but somehow that got hung, so I just rebooted back to the LiveCD and went into Try mode, which is much like the real thing, but mostly isolated from the existing hard drives.  I had to figure out how to look for any existing files on my internal HDD so that I could copy them back to the reformatted My Passport drive, now renamed usb-ext4.   The search for existing hard drives under Ubuntu begins under /dev,  but the LiveCD treats the devices there somewhat differently than normal.  It adds a subfolder /mapper in which it keeps files that somehow manage the process, and I don;t have a clue as to how to use those files myself. But I know Ubuntu well enough to know that there is a folder named /media under which a logged in user appears by name, and when I checked with a "dir /media/" command, the LiveCd had me down as being "ubuntu".  That was my username when using the LiveCD.  When I did a "dir /media/ubuntu/", I saw four listings.  Two were HDDs that were being identified via their UUIDs, so had about 16 mixed characters that uniquely identify each.  And I had cdrom and usr-ext4. I did a change directory to the first long UUID name by typing in "cd /media/ubuntu/" then doing a screen copy-and-paste to put one of the UUIDs after the last slash ("/").  In terminal mode, copy-and-paste are slightly different than found in similar operations else where.  First, what gets copued has to be highlighted with the mouse and left button held down.  When you have the exact area you want to go to the clipboard highlighted, you hold down the Ctrl+Shft keys together and press the "C" key.  Now it is in the clipboard.  Then you use Ctrl+Shft again and press the "V" key.  The copied text in the clipboard is then copied to the place on the command line where the cursor sits.   Press Enter, and you have changed directories to that point.  A '"dir" commanf now shows you the contents of the root folder on that drive.  The contents of the first drive were not what I needed, so I repeated this process to get to the root of the 2nd HDD.  This had the recognizable folders for Ubuntu in it, so this was the drive I had installed Ubuntu to, and I then used a repeat of the "dir" and "cd" commands ro walk up the home > username > foldersought > folderfilestore, where rhe username, foldersought, filderfilestore are simply representing the actual names used. When I got to folderfilestore, I was refused oermisson to enter.  This happened in the GUI as well.  Well, where the users may be balked, root or super-user have no problem.  LiveCD does not permit you to log in as root, but in Terminal mode, you can become super-user by typing in :sudo -s" or "sudo su" and pressing Enter.  From the LiveCD, you don;t even have to enter a password.  I mean you are just there.  To avoid further folder and file disputes over priveleges, I used the following command:  "chown -R nobody:nogroup " and stuck the name of the folderfile store on the end.  In a few moments, that folder and everything it contained had all priveleges revoked.  Now I could selectively go through this folder from the GUI and eliminate needless or unwanted folders and files, while merging the remaining on the separate storage partition I had previously formatted on the externally connected HDD that had been My Passport. Why am I going into such detail?  Because this is what you can do with a LiveCD of any distro of Linux, and you can do it all with free software that you download off the internet.  I just prefer Ubuntu, because it is widely supported and most like Windows in terms of its Gnome or KDE GUIs.  That means less relearning.  Anf the magic that Linux is, is (1) Better, faster, smaller than Windows,  (2) Completely free,  (3) able to work with Microsoft volume and file formats so you don't lose everything you already have, and (4)  Even run some MSDOS and Windows programs via an add-in named Wine, which is also free.  You can get recovery disks for Windows, but I find having a LiveCD another effective way to deal with lots of problems.  Like now, I am using it to work around a crammed hard drive problem so that I can reformat the internal drive, reinstall Ubuntu from the same LiveCD, and keep on going.  I can reinstall from a Live CD without disturbing my existing account or the files already there.  Or I can take over the whole drive and erase everything on it.  Or I can install Ubuntu along side the existing operating system (no me though.  I have no use or regard for any Windows version pass XP).  Or you can install Ubuntu to run as a client of Windows (some like it this way).  Or you can install a VM in your existing OS and install Ubuntu in a Virtual Machine client, which isolates it pretty well from the external world. To a lot of people, Windows is it.  You need go no further, except to buy the next major release coming out of Microsoft.  The biggest part of MS' profits is not enhancing existing Windows, but coming up with something a bit newer, better, or offering more features than is already on the streeets in the form of an earlier version of windows.  That is profiting off ofr having created a large worldwide dependency on Windows, and just catering to people's desire to do more and more things, like fingerprint recognition, touchscreen, webcam, and playing DVDs on your PC instead of via a player attached to your TV.  You can even attach your PC to the TV via a an HDML port to turn your PC into a media center.  I mean this is all do-able, but why would you want to?   What you are really buying into is the idea that the PC can do anything, but it takes Windows to make it happen.  So you have to buy newer, faster, bigger PCs as Windows gets bigger, more bloated, and more demanding on storage space and required memory. If I buy a PC, (and this new laptop qualifies), I don't pay attention to whether it comes with Eindows 7 Pro, Windows 8, 8,2, or 8.3.  I'm going to trash all that anyway.  And MS' enticement, that I can have a free upgrade to Windows 10 is not something I need to hear.  The ubuntu (and other Linux distros) community is worldwide and people help each other through forums.  Support for Windows is not so lavished, and while some of it is free to visit and download from, you find that technical support is of the pay-extra kind or of the as covered by the warrantee nature. I won't close this thread yet.  I'm at the start of a lengthy copy-reformat-reinstall-recopy effort, and just because I can boot up from a LiveCD and do some of it does not mean that I will find the PC able to boot from the internal drive when the reinstall is complete.  Until then, it is a play it by ear effort still.  

  • I have two different accounts with I-tunes and I want to link both purchases for my music to one account. How can I do this?

    I have two different accounts with I-tunes and I want to link both purchases for my music to one account. How can I do this?

    You are going to need to change the email address you use with your old ID. Once you have got access to your old account you will then log into both accounts at the same time on your Mac and transfer your data to a single account. We can do this later, but need you to get access to your old account first.
    My Apple ID

  • I want to get the correct cables

    Hello, I have a 13" MacBook and I'd like to hook it up to my 42" LCD TV to play games and watch and edit movies and pictures. It's a 42" Vizio VU42L (manual located at Vizio's Site). I have HDMI inputs and RGB PC (VGA) inputs on the back of the TV and would like to get what's the best quality that will work in my situation. I would normally just order cables but I've seen a lot of posts with people in my same situation getting cables they didn't need. I'd rather just buy the right thing the first time. I think what I need is the mini-dvi to VGA cable but I don't know if it'll convert the digital signal to an analog signal. Or is there a way to get an HDMI converter for it?
    Will either look decent on that large of a screen?
    Will this work, or should I get Apple's version? Best Buy Cable Apple Cable at Best Buy</a. (Neither are available at my local bestbuy so i'd rather get what's best since I have to order online anyway)
    Sorry I'm very new to apple so I just want to get it correct
    Any help would be wonderful

    DoocesWild22 wrote:
    ...I have HDMI inputs and RGB PC (VGA) inputs on the back of the TV and would like to get what's the best quality...
    The HDMI would be better digital quality, the VGA is analog. The adapter you linked to would give you the analog output from the Mac, which you could then use with a standard VGA monitor cable into the TV. It is an Apple brand adapter, but you might prefer to use the mini-DVI to DVI adapter for the digital video output from the MacBook with a DVI-HDMI cable.
    Although you may have to experiment with the settings of the TV, and the System Preferences:Displays:Color: Calibration... settings on the MacBook to get the best color output. Sometimes you may get different results with the VGA compared to DVI for a particular TV.
    VGA is usually a single plug of 15 pins, RGB are individual RCA plugs for red-green-blue component video inputs, you might have these terms mixed up. Note that some DVI sources, like on a third party video card might contain both digital and analog signals so that you could just use a DVI-to-VGA adapter to pass through the analog signal. The Apple mini-DVI to DVI is only digital, so you can't chain that with a DVI-to-VGA adapter.

  • How do I remove my husband's itunes account from my computer? He moved it to his own laptop, want to get it off mine

    My husband got a new laptop and moved his itunes over there. I want to move my itunes from my old laptop to this one, but can't figure out how to get his off of here first. I don't want to have both on here, he never uses this computer so I don't need to switch between them. I have a Dell laptop with Vista on it if that matters. Help?

    Go to iTunes menu, STORE and sign out.  Then you can sign in from there or create a new account which should match the account you have on your iPad and iPhone.

  • Loaded music on two computers - how do I get both libraries in my ipod?

    loaded music on two computers - how do I get both libraries in my ipod?
    Started Itunes on my home computer and added some CDs that were made from old albums and I had to manually inpt titles..then took a stack on a trip and did the same on my laptop. But when I tried to update my Ipod with the laptop it asked did I want to replace the library.
    Can't my Ipod be updated from more than one source?
    Maybe 50 yrs old is too old for an ipod:)
    Thanks,

    Maybe 50 yrs old is too old for an ipod:)
    Nope, not at all and you're getting help from a 40 yr old
    This link will tell you how to do what you wanting to do
    Use an iPod with multiple libraries
    Good luck

Maybe you are looking for