Should we replace all implicit conversion by explicit conversion

Hi all, it's my first post in this forum, correct me if I do something incorrect.
I just want to discuss this question from the performance point of view, so don't worry about the design or other stuff.
I have read through many threads and articles, it seems that no one has explained my concern.
If we replace the implicit conversion by explicit conversion, does it help for the performance?
For example, I created the following table
CREATE TABLE student (s_id tinyint, name varchar(20));
INSERT INTO student VALUES (1,'name1'),(2,'name2'),(3,'name3')
Does the following two queries make any difference from the performance point of view? As you can see, the first one applies implicit conversion, whereas the second one applies explicit conversion
SELECT * FROM student WHERE s_id = '2';
SELECT * FROM student WHERE s_id = CAST('2' AS tinyint);
I understand that I should query using WHERE s_id = 2, but I just want to make this as a example to understand the difference between implicit and explicit conversion.
Another related question is when I insert the records, is it better if I Cast the number to tinyint as follows?
INSERT INTO student VALUES (CAST(4 AS tinyint),'name4')
Thanks guys

Hi,
Implicit conversions leads to scans and can cause performance issue. Can you please refer to below technet article
http://social.technet.microsoft.com/wiki/contents/articles/24563.sql-server-be-aware-of-the-correct-data-type-for-predicates-in-queries.aspx
Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
My Technet Wiki Article
MVP

Similar Messages

  • I did a "Bounce - replace all tracks" and now all my mono audio tracks are stereo... What's the safest way to get them mono?

    I don't think I unchecked the "Include volume and pan automation" checkbox before the "Bounce - replace all tracks" conversion. I hadn't added any volume or pan automations I figured: you can't include something I haven't added, although I did probably have the pan controls set in the mixer. Anyway, now I want to convert my six (previously mono) tracks from stereo back to mono, preserving as much as possible the original mono sound quality before it was converted to stereo, so that I can start mixing. Every MP3 I've exported is ignoring the pan settings I have in the mixer, I suspect due to the fact that the audio for each track is now stereo (I changed the tracks back to "mono" in the mixer but the audio remains in stereo). Unfortunately I don't have any unused audio files in the audio bin and I killed the undo history as well. 

    Thats what I came up with:
    As you can see I got a stereo file on track 1 to start with,
    Now go to the corresponding channel strip and switch to mono,
    Perform a BIP to a new track
    and the result will be in mono.
    Regards

  • Difference between implicit enhancement and explicit enhancement

    What is the difference between implicit enhancement and explicit enhancement .

    Hi Peters,
    Implicit enhancement option
    Throughout the ABAP system, enhancement options are automatically available at certain pre-defined places. Some of the implicit options are:
    u2022 At the end of all the programs (Includes, Reports, Function pool, Module pool, etc.), after the last statement
    u2022 At the beginning and end of all FORM subroutines
    u2022 At the end of all Function Modules
    u2022 At the end of all visibility areas (public, protected and private) of local class
    To view all the implicit options available in a source code, choose u2018Edit -> Enhancement Operations -> Show Implicit Enhancement Optionsu2019 from the editor.
    Befor that you click on the spiral icon button in the application toolbar
    Explicit enhancement option
    The Implicit enhancement options are provided at specific source code places explicitly by SAP (Note that these enhancement definitions can also be created by partners and customers in their code).
    There are two types of Explicit Enhancement options available. One which can be provided at a specific place - called Enhancement Point, and another which can be used to replace a set of statements u2013 called Enhancement Section. For this, we now have two new ABAP statements, viz.
    u2022 ENHANCEMENT-POINT
    u2022 ENHANCEMENT-SECTION
    When the Enhancement-Section is implemented, only the implementation gets executed and the original code doesnu2019t get executed. This is a new technique, which didnu2019t exist previously in any of the old ways of enhancing, to exclude any standard SAP code from execution. Because of this, there can be only one active implementation of an Enhancement-Section. On the other hand, there can be multiple active implementations of an Enhancement-Point, in which case all the implementations will be executed with no guarantee in the order of execution.
    For more information check the following link
    [http://help.sap.com/saphelp_nw70/helpdata/en/94/9cdc40132a8531e10000000a1550b0/frameset.htm]
    Thanks,
    Surya

  • Implicit conversion of "TEXT" to "VARCHAR"

    Running jdk1.6.0_12, Linux RHE, Sybase 12.5 and connection with jconn3.jar
    Have a table with a column of type varchar(50)
    Was able to isolate the problem to this column, as the SQLException was thrown from the line "stmt.setString("@<colname>", <value>);"
    In doing ~14,000 individual inserts in 30 min I had two Exceptions thrown (Implicit conversion of "TEXT" to "VARCHAR" is not allowed), both at the same place and both repeatable. I put a print statement in the catch block and found that both were inserting the same 6 character string.
    Ran all the docs several times more and got the same number of failures on the same files.
    Querying the database I found that I had almost 5,000 other insert of the same string which were sucessful.
    Not able to identify what was different about the two failures, no unprintable characters, etc.
    Is this a JDBC issue or Sybase?
    What are the reasons that would cause this exception to be thrown when inserting 6 characters into a hole for 50?
    other ideas?
    Edited by: jjones3566 on Feb 17, 2009 10:50 AM

    jjones3566 wrote:
    Running jdk1.6.0_12, Linux RHE, Sybase 12.5 and connection with jconn3.jar
    Have a table with a column of type varchar(50)
    Was able to isolate the problem to this column, as the SQLException was thrown from the line "stmt.setString("@<colname>", <value>);"
    In doing ~14,000 individual inserts in 30 min I had two Exceptions thrown (Implicit conversion of "TEXT" to "VARCHAR" is not allowed), both at the same place and both repeatable. I put a print statement in the catch block and found that both were inserting the same 6 character string.
    Ran all the docs several times more and got the same number of failures on the same files.
    Querying the database I found that I had almost 5,000 other insert of the same string which were sucessful.That could an invalid assumption. The fact that they displayed the same does not make them the same.
    You would need to print the integer value of each character to insure they are the same.
    You should do that starting with the source and NOT what is in the database.
    If different then that is the source of the problem.
    If the same then it is probably just a bug in the driver/database which you are stuck with. Various solutions would be to try a conversion (format the SQL to take a text and convert to varchar) or trying playing with the commit level (commit 50 versus 5000 or whatever.)

  • Substitutions Replace All

    Since I like to output manuscrupts to ePUB for reading in iBooks, I prefer to have typographical quotation marks—smart quotes—on. Pages 5's parity with Pages for iOS made it more difficult to globally search-and-replace ordinary quotes (inch marks) with smart quotes from the Find & Replace dialog. (The crippling of the Find & Replace even more is a subject for another rant ) But it seemed Pages 5 has the answer in its Show Substitutions submenu.
    In the help, it says:
    Choose Edit > Substitutions > Show Substitutions (the Edit menu is at the top of your computer screen).
    In the Substitutions window, select the Smart Quotes checkbox.
    Choose a quotation mark style from each of the pop-up menus.
    Click a button to replace all occurrences of quotation marks in the document, or just in the selected text.
    Which I thought means if I have straight quotes and double-dashes, hitting "replace all" or "replace in selection" will convert them to curly quotes and em dashes.
    But it doesn't.
    So far as I can tell, nothing happens.
    Knowing that a lot of this is actually shunted into OS X's Text preferences, I tried making sure the Text preferences were set properly, quit all apps, restarted, opened Pages, opened a new document, typed in a test sentence with straight quotes and double-dashes, and then did the above Help procedure.
    Nope. Still nothing happens.
    I hope this is a bug and not another "refinement". I reported it as a bug.
    This wouldn't matter on documents edited on the Mac, since typing smart quotes and em dashes still work. Moving around from Pages on iOS, however—where getting to the correct quotes is a bit of a chore—I liked being able to do a global "smartify my quotes" on Pages on Mac. But like I said, can't seem to do that anymore—and the Help seems to say that I should, using the Substitutions dialog.
    Have you gotten this to work? Have I misinterpreted what the Substitutions submenu and dialog is supposed to do?

    A workaround, of sorts. After pasting large amounts of text (full of straight quote marks and straight apostrophes) into Pages documents I, too, have tried and tried to convert to smart quotes, only to be frustrated. (I also spent quite a bit of time on the phone in November 2014 with a Pages tech support person, and he could not provide an answer. He promised to pass this on to the Pages team. This is where you start holding your breath...) Here is my workaround until (if) Apple fixes this. You are going to groan when I say this, but if you have Word on your Mac simply copy and paste the text into Word. (Perhaps you may find another word processor that does the same thing.) There the conversion is quick and simple. Then paste it back into Pages. I happen to have an older copy of Word because I was forced to start using Pages when the version of Word would not utilize the Retina display on my new Power Book an everything was fuzzy.

  • Difference between implicit cursor and explicit cursor.

    hi all,
    i have used explicit cursor, i know the way of using implicit cursor, but i don't what the difference between both.
    Is they both are different. if yes y? which cursor is most reliable to use.
    please tell me..
    Thanks..

    OK,
    1- An IMPLICIT cursor is automatically declared by Oracle every time an SQL statement is executed The user will not be aware of this happening and will not be able to control or process
    the information in an implicit cursor.
    Example:
    SET SERVEROUTPUT ON
    BEGIN
    UPDATE Customers
    SET Cust_name = 'B'
    WHERE Cust_name LIKE 'B%';
    DBMS_OUTPUT.PUT_LINE(SQL%ROWCOUNT);
    END;
    2- An EXPLICIT cursor is defined by the program for any query that returns more than one row of data.
    That means the programmer has declared the cursor within the PL/SQL code block. This declaration allows for the application to sequentially process each row of data as it is returned by the cursor.
    Example :
    DECLARE
    CURSOR C_MyCursor IS
    SELECT *
    FROM bookings
    WHERE Cust_no = 701;
    see this post
    http://comsci.liu.edu/~vasilaky/db2/cursors.htm :-)

  • Please help: How to replace all data on mid-2010 MacBook Pro 15 with Timemachine backup from 2009 MBP 13

    OK so I bought a mid-2010 MacBook pro 15 from a friend and he did not erase anything before he gave it to me. I was previously working on a 2009 MacBook pro 13 and have a Timemachine backup from that which I would like to install on the MBP 15 replacing all of the current data.
    I have tried rebooting using the OSX disc that came with the MBP 15 but that won't work - I am assuming that is because the OSX disc is version 10.6.3 while the current OS on the MBP 15 is 10.7.4
    What is the best/easiest way to use the Timemachine backup of my MBP 13" to replace all info on the MBP 15"?
    This seems like something that should be easy but I have been trying to do it since last night and haven't found relevant info in the discussion forums. Any help would be greatly appreciated!!
    Thanks!

    MacBook Pro 15" 2010
    Intel Core i7 2.8GHz M 640 Arrandale Cores 2  (2867)
    8GB max RAM 2 - 204-pin PC3-8500 (1066 MHz) DDR3 SO-DIMM
    NVIDIA GeForce GT 330M 512MB (15.85) (369) and Intel HD Graphics 3000 (10) (309)
    MacBook Pro 13" Mid 2012
    Intel Core i7 3520M Ivy Bridge Cores 2 (4519)*
    16GB RAM max actual (8GB Apple) 2 - 204-pin PC3-12800 (1600 MHz) DDR3 SO-DIMM
    Intel HD Graphics 4000 (unknown) (465)*
    The 13" is a more powerful machine and it has more RAM capacity.

  • Purchased songs in the past then recently purchasd new songs,  but the new purchases replaced all of my old purchases.  How can I retrieve my old purchases?  Cannot find them in any of my playlists.

    Purchased songs in the past then recently purchasd new songs,  but the new purchases replaced all of my old purchases.  How can I retrieve my old purchases?  Cannot find them in any of my playlists.

    If you purchased all of the songs through itunes store, please follow these steps:
    1. Open up Itunes and Click on Itunes Store
    2. Once you're in the Itunes Store look to right side of the screen and you should see the word "purchased". Click purchased and you'll be sent to a purchase screen.
    3. Click on "All Songs" and then it will show all the songs you've downloaded. From there you just hit the button that looks like a cloud with an arrow on it, and it will download all the songs all over again.

  • I duplicated a picture and now iPhoto (11) is cloning that picture replacing all the other photos and only when I click directly on them I can see the real picture! How can I solve the problem without losing any saved picture? Shall I re-install? Thanx

    I duplicated a picture selecting CMD and D but, suddenly, iPhoto (latest version '11) started cloning that picture and replacing all the other photos with it.
    Only when I click directly on one photo I can open it and see the real picture it is.
    But the preview is always the duplicated one...
    I tryed to duplicate another picture just to see if it turned out ok but the only changement was the duplicated picture!
    I started repeating the second duplicated one instead of the previous one but my issue remained the same.
    So, how can you help me to solve this problem without losing any saved picture?
    Shall I re-install iPhoto completely?
    Thank you very very much in advance!!

    As Larry says, restoring the back up is the fastest and best solution. Otherwise:
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. .
    Regards
    TD

  • Imessages on macbook not working. All contacts/conversations that used imessage are now switched to google talk/jabber.

    imessage on my macbook has always had a few bugs...it never recieved imessages sent from other friends with iphones right away, maybe upon next start up it would, but the messages would all come out of order.  It could send out messages that would then also show up on my iphone 5s.
    As of today, all my conversations that were going on my imessages no longer have the contact names associated with them, just the phone numbers, and they show as offline.  The text field shows that the conversations are in Google Talk (which is offline) but each of those phone numbers is associated to someone I know with an iphone and they should be imessages, not google talk buddies.  I don't even have all those numbers stored in my google accounts. 
    I have tried altering settings both on my phone and my laptop so that only my imessages account is logged in or active and have deselected google talk, but none of the contacts come back up.  Icloud is set to sync contacts with my phone and with imessages. 
    How can I get my contacts back under imessages?

    Hi,
    I have seen this with a actual Jabber account that was using Facebook chat as the Buddy list.
    This seemed to loose the Real Names from the Contacts app  even though the details still seemed to be in that app.
    The issue was traced in that case to an issue with the Facetime server (the Facebook Chat server is supposed to check with the main server and uses this to verify "real names" and this can bypass the Mac's own Contacts app if you are not syncing with Facebook.
    Have you tried restarting the computer ?
    7:41 pm      Sunday; February 23, 2014
      iMac 2.5Ghz 5i 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • Replacing all occurrences of characters in a string with one new character?

    Hi there,
    I'm looking for a way that I could replace all occurrences of a set of specific characters with just one new character for each occurrence.
    For example if I have a string which is "word1...word2.......word3....word4............word5" how would I be able to replace this with just one character such as ":" for each set of "." so that it would essentially appear like this "word1:word2:word3:word4:word5"
    If I just use replace(".", ":") I am left with "word1:::word2:::::::word4::::word5::::::::::::"
    So therefore I'm guessing this would require the use of replaceAll() maybe? but I'm not really very familiar with how regular expressions work and how this would be accomplished using them.
    Any help would be greatly appreciated :) Thanks.

    Yes, but "." means any character, so ".\+" means "any character repeated more than once". If you just mean a full stop ("period" for you Americans :p) you should use "\.+" as your regular expression, but remember that for Java you need a '\' escape to recognise '\' as '\', so in code you'd actually type your regex as:
    "\\.+"Here's an example of one way to do it:
    import java.util.regex.Matcher;
    import java.util.regex.Pattern;
    public class Test {
        public static void main(String[] args) {
           String string = "example1.......example2...example3.....example4";
         Pattern pattern = Pattern.compile("\\.+");
         Matcher stringMatcher = pattern.matcher(string);
         string = stringMatcher.replaceAll(":");
         System.out.println(string);
    }Edited by: JohnGraham on Oct 24, 2008 5:19 AM
    Edited by: JohnGraham on Oct 24, 2008 5:22 AM

  • Messages, should be on all devices?

    I have iphone,ipad and imac...i'm suppose to be able to continue a conversation on any device but it's not happening, what do I change?

    HI,
    At OS X 10.8.2 and iOS 6 (it is currently iOS 6.0.1) things should work across all devices and Macs running Messages.
    However it does help if there is or was a "Start Date" so that the iMessages server knows when to start syncing.
    It will not sync conversations already in place.
    Sync also refers to "Display on all devices" and not a more integrated "allow actions on one device to be reflected on all".
    Therefore once messages are showing up they can be deleted on one device but will remain on another.
    If the Apple ID is on the iPhone and iPad and in Messages on the Mac for  the iMessages account then shut down Messages on the iPad and iPhone  (break with Server) Putting the iPhone in Airplane mode will also do this)
    After a wait of a couple of Minutes turn Messages back on.
    Then Restart the Mac's version.
    At this point you should get alert Messages from the iMessages server about Apple ID and iPhone Numbers being used.
    This should be repeated on any other iOS device as well.
    Accepting the ID or iPhone Number as Alias will have them in the "Receive" spot in the iMessages Account pane in the Messages app on the Mac with a tick to show they are active.
    Denying still lists them but they will be unticked and not active.
    9:11 PM      Friday; January 18, 2013
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Should I replace the HD?

    as mentioned in a former topic, I had a severe crash after installing SL.
    Everybody advised me to change the HD, although every tool I took proved it to be o.k....
    Since I reinstalled Leopard (not SL), everything seems to be fine, except using the migration assistant, which does not seem to work, so I could not prove if my usual stuff (i.e. Logic studio/CS4) runs properly.
    Should I replace the HD? Does the HD still cause problems?
    Any help?

    I don't disagree with most of what you say but a few things might be worth considering.
    AFAIK, all modern ATA drives use some form of low level error correction & detection, typically CRC, & automatically map out blocks that fail that test after some number of retries. This occurs on all normal reads of physical blocks & is independent of the host computer.
    Utilities like TTP at one point (& possibly still today) supplemented this by performing tests that in effect artificially reduce the number of retries to a very low number on the theory that the drive will allow "weak" blocks (those that take several retries to pass error correction tests) to continue to be used until they fail, causing data loss. These "weak" blocks would then be mapped out in some way by the utility. IMO, the value of this is debatable because in effect it assumes that a third party vendor knows more about preventing data loss than the manufacturer of the drive. It also can map out blocks that have no real problems since this kind of "soft" error (failed CRC on a single read) occurs routinely in modern very high density drives.
    Absent this kind of utility overruling the disks own checks & mapping out what might be perfectly good blocks, it is sometimes useful to check how many spare blocks have been mapped in & just as importantly how many remain because this tells you something about a suspect drive's continuing reliability. This is where I see vendor utilities and/or SMART Utility for the Mac being of some value. However, since most drives' built-in SMART systems monitor the same thing, I don't think most users need to worry about this … at least for internal drives for which SMART monitoring is supported by the OS.
    BTW, by "increasing frequency" of bad blocks, what I meant was something I have observed in the past: when the bad block count suddenly starts growing, it is usually a sign of impending drive failure. Usually this is because the drive's platter has shed magnetic media, perhaps because of a head crash, & the debris are getting trapped between the head & platter & gouging out still more media. Again, if SMART monitoring is available for the drive, it should detect this.

  • Why index is not used if oracle have to do implicit conversion?

    my db version: 10gR2
    I created bitmap index on each of the column used in below sql.
    the datatype of all three columns are VARCHAR2,
    while i am using NUMBER in the query, which means oracle needs to do the implicit conversion before running the sql.
    the problem is that, when I use NUMBER as below, execution plan will not use bitmap indexes at all.
    but when I use STRING instead, it will make use of those bitmap indexes.
    select  FI_YTD,1,2,FI_KPI_ID
      from DM_F_FI_ALL_KPI
      where
        FI_KPI_ID=4140
        and FI_PERIOD=201012
        and FI_ORG_ID=10000000;So, I wonder why? how the implicit conversion affects the access path?
    Edited by: PhoenixBai on Jan 30, 2011 10:52 AM
    Edited by: PhoenixBai on Jan 31, 2011 9:21 AM --added database version as 10gR2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    sybrand_b wrote:
    Implicit conversion in Oracle is always done like this
    empno='10'
    is rewritten as
    to_char(empno)='10'
    Now you have <function>(<indexed columnn>) = <hardcoded literal>
    Oracle never puts a conversion function at the right hand side of the expresssion. NEVER.
    SQL> create table emp as select * from scott.emp;
    Table created.
    SQL> alter table emp add constraint emp_pk primary key (empno);
    Table altered.
    SQL> @desc emp
    Name                                      Null?    Type
    EMPNO                                     NOT NULL NUMBER(4)
    ENAME                                              VARCHAR2(10)
    JOB                                                VARCHAR2(9)
    MGR                                                NUMBER(4)
    HIREDATE                                           DATE
    SAL                                                NUMBER(7,2)
    COMM                                               NUMBER(7,2)
    DEPTNO                                             NUMBER(2)
    SQL> select * from emp where empno = '10'
      2
    SQL> @xplan
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Compatibility is set to 11.2.0.0.0
    Plan hash value: 4024650034
    | Id  | Operation                   | Name   | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT            |        |     1 |    87 |     1   (0)| 00:00:01 |
    |   1 |  TABLE ACCESS BY INDEX ROWID| EMP    |     1 |    87 |     1   (0)| 00:00:01 |
    |*  2 |   INDEX UNIQUE SCAN         | EMP_PK |     1 |       |     0   (0)| 00:00:01 |
    Predicate Information (identified by operation id):
       2 - access("EMPNO"=10)Edited by: William Robertson on Jan 30, 2011 12:56 PM - added DESCRIBE

  • Export functionality save/replace all

    Is there any way to replace all files by an export?  It is annoying to have to overwrite each and every file when I export all pages from a fireworks project after having exported once before.
    There should be a checkbox allowing the user to export and replace all files instead of having to be asked for each and every file.  I have to sit there clicking enter 100+ times for some of my projects.

    Well, there's always the option to export to a new folder. That's what I'd recommend.
    But it would be nice if there were a checkbox or a button within that first prompt, to "apply to all" or "replace all". (BTW, is this an HTML export, or a different type of output?)
    You could request something like this using Adobe's official feature request submission form:
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

Maybe you are looking for

  • Problem: with syncing my nano

    When I try to sync my nano with new music from our library, I get this message: " The Ipod "lisa's Ipod" cannot be synced. The required disk cannot be found." I'm sure this is a simple fix but I have no idea how to solve the problem.

  • Help skinning ComboBox and Button......

    Hi I've been skinning some components and am having trouble changing the colours of the button in media playback component and the white and grey border round the listbox (i've included a closeup of this in the image to illustrate and highlighted the

  • Rapid Spanning Tree Problem

    Hi all, I am experiencing an RSTP problem. I have two swtitches connected via wireless link, the port is in trunk mode, the native vlan is vlan 1 the problem is that bpdu's are exchanged for other vlan's but not for vlan 1, when i connect a second ba

  • Cannot download U2's "Songs of Innocence"  from iTunes

    I go into iTunes and go to Purchased the U2 title in not present. I looked up the Album in the store it states it is Purchased.  I have attempted to click on the Album icon that will very briefly cause the album properties to change from 'purchased'

  • N73 Cradle for CARK 126

    Does anyone know if the CR28 Cradle will work with the CARK 126?