Providing users with 'did you mean to type' spellcheck ....

I had a request come in to allow the end user to type in a value - and my program would search a particular field and tell the user if that value existed or did not exist. fine. they also want to know if there's anyting "similar". so, sure, i can do: field = user_input_variable or field like %user_input_variable% - but is there any mechanism already out there - or what about a pl/sql package someone wrote and is sharing (?) that would catch records in a spellcheck fasion, where ... maybe if 3 or more consecutive characters matched - or two digits were transposed? they're not typing in words out of a dictionary, they're typing in values that are specific to us.
thanks in advance!

Ron Mey-Ami wrote:
I agrere with Justin, the UTL_Match package sounds like the best choice (Though I personally haven't used it but rather used SOUNDEX since I am working with a prior oracle version)Just to clarify, you are comparing apples and oranges. SOUNDEX and UTL_MATCH are based on completely different methods and serve different purposes. Soundex lets compare words that are spelled differently, but sound alike in a specific language+*. UTL_MATCH.EDIT_DISTANCE simply gives you number of characters that are different between two strings. Therefore, SOUNDEX is NLS dependent while UTL_MATCH is not. SOUNDEX that comes with Oracle is for English language only. Based on nick ukraine.believe, OP would have to find Ukrainian SOUNDEX for Oracle (assuming such is available). Another major difference is UTL_MATCH.EDIT_DISTANCE provides a way to measure how different words are while SOUNDEX simply tells if words sound alike - it does not provide any way to measure how different words sound. Anyway, below is an example:
SQL> SELECT utl_match.edit_distance('expresso', 'espresso') DIST,
  2         SOUNDEX('expresso'),
  3         SOUNDEX('espresso')
  4    FROM dual
  5  /
      DIST SOUN SOUN
         1 E216 E216
SQL> SELECT utl_match.edit_distance('expresso', 'e1presso') DIST,
  2         SOUNDEX('expresso'),
  3         SOUNDEX('e1presso')
  4    FROM dual
  5  /
      DIST SOUN SOUN
         1 E216 E162
SQL> As you can see, UTL_MATCH gave us same smallest possible (except exact match) distance in both cases since it olny takes one change to transform first word into second word. SOUNDEX results in second case show words do not sound alike. Below is an opposite example:
SQL> SELECT utl_match.edit_distance('expresso', 'eakspreasaah') DIST,
  2         SOUNDEX('expresso'),
  3         SOUNDEX('eakspreasaah')
  4    FROM dual
  5  /
      DIST SOUN SOUN
         7 E216 E216
SQL> SY.

Similar Messages

  • Unknown type name 'class'; did you mean 'Class'?

    I have a C++ class declaration in FTracker.h file.
    class FTracker // error marks are here
    When I #include/#import this header in my fooUser.mm file, it compiles. When I do #include/#import it in my fooUser.h file it doesn't, and the compiler errors are.
    Unknown type name 'class'; did you mean 'Class'?
    Excpected ';' after top level declarator.
    I'm using XCode 6.0.1 (6A317), LLVM compiler 6.0,...
    Anyone give ma  a suggestion..

  • SharePoint 2010 Search "Did You Mean" | How does it work?

    My customer has raised a concern that "Did you mean" functionality works inconsistently and issue is explained as below:
    1. When I search for misspelled word such as "Maketting" , search page displays the option "Did you mean ""Marketting"?
    2. When I search for another misspelled word "Marktng", I get no result and no "Did you mean" option.
    I believe there is a dictionary which maintains the mapping between misspelled word and the correct words but I was unable to track the location whether it is in database or a file system. Has anyone faced this issue and know the solution? Below article
    talks about a "Dictionary lexicon" but not sure about the location in SharePoint 2010 farm.
    http://www.petestilgoe.com/2009/10/sharepoint-search-how-features-work-part-1/
    Thanks and Regards
    -DB
    DB

    Hi Deepak,
    “Do you mean” functionality is enabled by selecting Query Suggestions in Search Box web part.
    Suggestions are automatically built based on what search results are actually clicked on. It takes 6 clicks within a year for SharePoint to add a suggestion.
    However, if an administrator needs to add a suggestion manually this can be done using the SharePoint 2010 Management Shell (PowerShell).
    I recommend to use PowerShell to check all the suggestions in the Search Service Application, and then remove the one that you do not need.
    $ssa=Get-SPEnterpriseSearchServiceApplication
    Get-SPEnterpriseSearchQuerySuggestionCandidates -SearchApp $ssa
    Remove a suggestion, such as “Marketting”:
    $ssa=Get-SPEnterpriseSearchServiceApplication
    Remove-SPEnterpriseSearchLanguageResourcePhrase -SearchApplication $ssa -Language En-Us -Type QuerySuggestionAlwaysSuggest -Identity "
    Marketting "
    More references about the query suggestion:
    http://blogs.technet.com/b/chad/archive/2010/06/24/tip-34-adding-a-sharepoint-2010-search-suggestion.aspx
    http://sharepointfieldnotes.blogspot.jp/2011/09/sharepoint-2010-search-query.html
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • How to get Did you mean feature visible - WP configuration done

    I have SP 2010 Entpr. Search and a results page with Search Summary WP with "Show Messages" option on. I have suggestions in index like "sharepoint".
    If I spell wrong for example "sharepint", I don't get Did you mean option. So, how can I test this feature because I don't know what is possible? What words / terms I should test? 
    I don't have FAST Search. 

    Search Suggestions:
    On your search page, make sure that they are enabled in your
    Search Box web part - "Edit Web Part" and there is a checkbox in the Query Suggestions section. This checkbox should be checked by default.
    Read
    http://blogs.technet.com/b/chad/archive/2010/06/24/tip-34-adding-a-sharepoint-2010-search-suggestion.aspx. This page provides insight into how the suggestions work and how to manually add suggestions using PowerShell.
    Did you mean?:
    On your search results page select "Edit Web Part" for the
    Search Summary web part. In the Miscellaneous section, check the "Show Messages" checkbox. This will enable the display of the "Did you Mean?" messages. This checkbox is not checked by default.
    Regards | Aaron www.aaron-rendell.co.uk | SharePoint Consultant | Microsoft Gold Partner - Silversands, Poole, Dorset, England

  • "did you mean ..."

    i keep waiting for apple to ...
    .. in the google toolbar (i use windows at work), if you type "harry pooter" by mistake (for example), google asks you "did you mean: harry potter" and if you did and you click on the new search value, it updates the toolbar, replacing "pooter" with "potter," (for example), so the next time you search from the toolbar, it looks for "potter".
    i keep waiting for apple to build that correction feature into safari. it's VERY handy, especially for a sloppy typist like me.
    Message was edited by: copythat

    You can send feedback to the Safari team via:
    Safari menu -> "Report Bugs to Apple..."

  • Did you mean: I need the toolbar mine disappeared I want to try to reinstall it hope i don't lose my passwords and bookmarks

    Did you mean: I need the toolbar mine disappeared I want to try to reinstall it hope i don't lose my passwords and bookmarks
    == This happened ==
    Every time Firefox opened
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; AskTB5.6)

    In Firefox 3.6 on Windows you can hide the menu bar via "View > Toolbars" or via the right click context menu on a toolbar.
    Press and hold the Alt key down to bring up the menu bar.
    Go to "View > Toolbars" or right-click the menu bar or press Alt+V T to select which toolbars to show or hide.
    See also [[Menu bar is missing]]

  • When, on my home page, I click on the link "popup transparent" in the query, "Did you mean: popup transparent", NO RESULTS appear in that new tab; how fix?

    I've been having trouble due, apparently, to a file named popuptransparent[dot]xul, of which I have 3 instances on my computer (running Win XP/Firefox latest v.). Using my AVG home-page window, I search for "popuptransparent" (to try to fix it) and the results appear OK. But then when I click, for a new tab, on the link "popup transparent" in the query, "Did you mean: popup transparent", NO RESULTS appear in that new tab. Further, when I then reload the AVG panel that searched for "popuptransparent" in the first place, it, too, now shows no results. Nor does a Google panel now show any results. They show the quantity of results but just white screens for the results themselves.
    The links https://support.mozilla.org/en-US/questions/948804?esab=a&as=aaq and https://support.mozilla.org/en-US/questions/952141?esab=a&as=aaq don't help me. I have re-installed Firefox v. 20.0.1 to no avail. How to fix it?
    Should I delete from my computer all 3 of those [dot]xul instances?

    Thanks to jscher! With some help from AVG my AVG & Google browser panels now work OK. But I've taken the advice & disabled several extensions including the Disconnect. The browsers are still OK after re-launching them so I keep fingers crossed.
    My original problem was that I had suddenly found a small popup window appearing, over the browser window, that I couldn't get rid of. It contained an advisory to the effect that Windows couldn't find the file popuptransparent[dot]xul. I tried searching for that to see what it was and in the course of doing that I seem to have executed it. Then was when the trouble started.
    I have 3 instances of that file in my computer and would dearly like to get rid of them if they are of no use to me. Any advice there?

  • Did you mean Endeca/ATG!

    Hello,
       I'm trying to get search suggestions to the render "did you mean?" words in my cartridge SearchAdjustments of my web page, but the list that should have the search suggestions is always empty. However, the adjusted terms that apparently works in the same way works fine. Somebody knows what's missing to get the suggested seaches?
    Here's my render's code:
    <dsp:page>
                   <dsp:importbean bean="/atg/endeca/assembler/cartridge/manager/DefaultActionPathProvider" />
                    <dsp:getvalueof var="actionPath" bean="DefaultActionPathProvider.defaultExperienceManagerNavigationActionPath" />
                    <dsp:getvalueof var="contentItem" vartype="com.endeca.infront.assembler.ContentItem" value="${originatingRequest.contentItem}" />
                     <c:if test="${not empty contentItem.originalTerms}">
                              <div class="SearchAdjustmens">
                                    <div>
                                         <c:forEach var="originalTerm" items="${contentItem.originalTerms}" varStatus="status">
                                              <c:if test="${not empty contentItem.adjustedSearches[originalTerm]}">
                                                   Sua pesquisa por <span style="font-weight: bold;">${originalTerm}</span> foi corrigida para
                                                        <c:forEach var="adjustment" items="${contentItem.adjustedSearches[originalTerm]}" varStatus="status">
                                                             <span class="autoCorrect">${adjustment.adjustedTerms}</span>
                                                             <c:if test="${!status.last}">, </c:if>
                                                        </c:forEach>
                                              </c:if>
                                              <c:if test="${not empty contentItem.suggestedSearches[originalTerm]}">
                                                    Você quis dizer
                                                       <c:forEach var="suggestion" items="${contentItem.suggestedSearches[originalTerm]}" varStatus="status">
                                                           <c:set var="label">
                                                               ${suggestion.label}
                                                               <c:if test="${not empty suggestion.count}">
                                                                     (${suggestion.count} resultados)
                                                               </c:if>
                                                           </c:set>
                                                           <a href="<c:out value="${suggestion.navigationSite}" />">${suggestion.label}</a>?
                                                       </c:forEach>
                                                       <br/>
                                            </c:if>
                                   </c:forEach>
                                </div>
                            </div>
                        </c:if>
    </dsp:page>
    PS: contentItem.adjustedSearches works fine, but contentItem.suggestedSearches is always empty no matter how term I put on the search box.

    Eu solved the problem!
    It was missing configure a SearchAdjustmentsConfig with setSpellSuggestionEnabled(true) and setPhraseSuggestionEnabled(true)
    In my case I created a property root/config/atg/endeca/assembler/cartridge/handler/config/SearchAdjustmentsConfig.properties with the following content:
    $class=com.endeca.infront.cartridge.SearchAdjustmentsConfig
    phraseSuggestionEnabled=true
    spellSuggestionEnabled=true
    Now the MDEX is populating the contentItem.suggestedSearches. The contentItem.adjustedSearches was already working fine because it's all setting automatically.
    Thanks anyway!

  • "Did you mean" suggests same keyword

    When I search for "test" and then refine by result type "Web Page" - it asks did I mean the same "test" keyword? A click on suggestion doesn't change anything.
    Does anyone have an idea of possible reasons for such behavior?

    Hi Alexey,
    Query Spelling Correction:
    This function is hosted in the Termstore. We can now easy configure “Exclusion” and “Inclusion” Terms. Another big benefit is, that Terms configured in the “Inclusion” Termset also used for “Did you mean”
    functionality.
    So this example showing in the Pic would result in searching for
    ”EI” and didn’t get any results the system will suggest “Did you mean
    ExpertsInside”
    Thanks,
    Jack
    Jack Gao
    TechNet Community Support

  • TIPS(16) : PROVIDING USERS WITH SESSION INFORMATION

    제품 : SQL*PLUS
    작성날짜 : 1996-11-12
    TIPS(16) : Providing Users with Session Information
    ===================================================
    rem
    rem orasessn.sql
    rem
    rem
    rem This script is used to provide users with information regarding their
    rem oracle sessions.
    rem The USER_SESSION view provides information related only to the
    rem current session for a user; while the ALL_SESSIONS relates to all
    rem sessions within the database for a user.
    rem The DBA_SESSION can only be viewed by the
    rem Oracle sys id (and anyone granted select on this view).
    rem The DBA_SESSION lists all oracle sessions excluding the Oracle
    rem generic processes (dbwr, pmon, smon, etc.).
    rem The SID and SERIAL# can be used with killing sessions.
    This script must be run from the Oracle sys id.
    rem --------------------------------------------------------------------------
    rem
    set echo on;
    spool orasessn;
    rem
    drop public synonym ALL_SESSIONS;
    create or replace view ALL_SESSIONS
    (USERNAME, OS_USER, SID, SERIAL#, STATUS, SERVICE, DATABASE,
    CURSORS, MACHINE, TERMINAL, PROGRAM)
    as
    select substr(v1.username,1,20), substr(v1.osuser,1,12),
    to_char(v1.sid,'999'), to_char(v1.serial#,'999999'),
    v1.status, v1.server, substr(v3.value,1,10), v2.value,
    substr(v1.machine,1,15), v1.terminal, v1.program
    from v$session v1, v$sesstat v2, v$parameter v3
    where v1.username = user
    and v2.sid = v1.sid
    and v2.statistic# = 3
    and v3.name = 'db_name' ;
    grant select on ALL_SESSIONS to PUBLIC;
    create public synonym ALL_SESSIONS for ALL_SESSIONS;
    rem
    drop public synonym USER_SESSIONS;
    create or replace view USER_SESSIONS
    (USERNAME, OS_USER, SID, SERIAL#, STATUS, SERVICE, DATABASE,
    CURSORS, MACHINE, TERMINAL, PROGRAM)
    as
    select substr(v1.username,1,20), substr(v1.osuser,1,12),
    to_char(v1.sid,'999'), to_char(v1.serial#,'999999'),
    v1.status, v1.server, substr(v3.value,1,10), v2.value,
    substr(v1.machine,1,15), v1.terminal, v1.program
    from v$session v1, v$sesstat v2, v$parameter v3
    where v1.audsid = userenv('SESSIONID')
    and v2.sid = v1.sid
    and v2.statistic# = 3
    and v3.name = 'db_name' ;
    grant select on USER_SESSIONS to PUBLIC;
    create public synonym USER_SESSIONS for USER_SESSIONS;
    rem
    create or replace view DBA_SESSIONS
    (USERNAME, OS_USER, SID, SERIAL#, STATUS, SERVICE, DATABASE,
    CURSORS, MACHINE, TERMINAL, PROGRAM)
    as
    select substr(v1.username,1,20), substr(v1.osuser,1,12),
    to_char(v1.sid,'999'), to_char(v1.serial#,'999999'),
    v1.status, v1.server, substr(v3.value,1,10), v2.value,
    substr(v1.machine,1,15), v1.terminal, v1.program
    from v$session v1, v$sesstat v2, v$parameter v3
    where v1.username is not null
    and v2.sid = v1.sid
    and v2.statistic# = 3
    and v3.name = 'db_name' ;
    rem -------------------------------------------------------------------
    spool off;

    제품 : SQL*PLUS
    작성날짜 : 1996-11-12
    TIPS(16) : Providing Users with Session Information
    ===================================================
    rem
    rem orasessn.sql
    rem
    rem
    rem This script is used to provide users with information regarding their
    rem oracle sessions.
    rem The USER_SESSION view provides information related only to the
    rem current session for a user; while the ALL_SESSIONS relates to all
    rem sessions within the database for a user.
    rem The DBA_SESSION can only be viewed by the
    rem Oracle sys id (and anyone granted select on this view).
    rem The DBA_SESSION lists all oracle sessions excluding the Oracle
    rem generic processes (dbwr, pmon, smon, etc.).
    rem The SID and SERIAL# can be used with killing sessions.
    This script must be run from the Oracle sys id.
    rem --------------------------------------------------------------------------
    rem
    set echo on;
    spool orasessn;
    rem
    drop public synonym ALL_SESSIONS;
    create or replace view ALL_SESSIONS
    (USERNAME, OS_USER, SID, SERIAL#, STATUS, SERVICE, DATABASE,
    CURSORS, MACHINE, TERMINAL, PROGRAM)
    as
    select substr(v1.username,1,20), substr(v1.osuser,1,12),
    to_char(v1.sid,'999'), to_char(v1.serial#,'999999'),
    v1.status, v1.server, substr(v3.value,1,10), v2.value,
    substr(v1.machine,1,15), v1.terminal, v1.program
    from v$session v1, v$sesstat v2, v$parameter v3
    where v1.username = user
    and v2.sid = v1.sid
    and v2.statistic# = 3
    and v3.name = 'db_name' ;
    grant select on ALL_SESSIONS to PUBLIC;
    create public synonym ALL_SESSIONS for ALL_SESSIONS;
    rem
    drop public synonym USER_SESSIONS;
    create or replace view USER_SESSIONS
    (USERNAME, OS_USER, SID, SERIAL#, STATUS, SERVICE, DATABASE,
    CURSORS, MACHINE, TERMINAL, PROGRAM)
    as
    select substr(v1.username,1,20), substr(v1.osuser,1,12),
    to_char(v1.sid,'999'), to_char(v1.serial#,'999999'),
    v1.status, v1.server, substr(v3.value,1,10), v2.value,
    substr(v1.machine,1,15), v1.terminal, v1.program
    from v$session v1, v$sesstat v2, v$parameter v3
    where v1.audsid = userenv('SESSIONID')
    and v2.sid = v1.sid
    and v2.statistic# = 3
    and v3.name = 'db_name' ;
    grant select on USER_SESSIONS to PUBLIC;
    create public synonym USER_SESSIONS for USER_SESSIONS;
    rem
    create or replace view DBA_SESSIONS
    (USERNAME, OS_USER, SID, SERIAL#, STATUS, SERVICE, DATABASE,
    CURSORS, MACHINE, TERMINAL, PROGRAM)
    as
    select substr(v1.username,1,20), substr(v1.osuser,1,12),
    to_char(v1.sid,'999'), to_char(v1.serial#,'999999'),
    v1.status, v1.server, substr(v3.value,1,10), v2.value,
    substr(v1.machine,1,15), v1.terminal, v1.program
    from v$session v1, v$sesstat v2, v$parameter v3
    where v1.username is not null
    and v2.sid = v1.sid
    and v2.statistic# = 3
    and v3.name = 'db_name' ;
    rem -------------------------------------------------------------------
    spool off;

  • What did you mean by informing me of vinning a sum of money

    I got an information some days ago that I have won some money as I was registred as user number ..... I called you but the person who answered wanted me to have a long dialoge whith her in US - on my expence. ????
    What do you mean by that????
    Is it all a joke???
    Please give me an answere
    N-G Johansson

    The information was not on email. It was a front information when I started Firefox.
    And further there were pictures on different win possibilities like Disneyland in Florida on the following page..
    So I am still confused but not on a higher level after your answeres.
    N-G Johansson

  • SQL Plus - Prompt user with: "Would you like to continue?"

    I am running a PL/SQL script using SQL Plus. In the middle of the script, I'd basically like to have the following logic:
    Prompt the user: "Would you like to continue?"
    IF user types 'Y', continue with script (run update statements)
    ELSE IF
    user types 'N', end script
    What is the best way to do this? Thanks!

    I see. So ACCEPT/PROMPT statements are a SQL Plus feature that can only be run BEFORE the DECLARE section?
    ACCEPT i_idnumber PROMPT 'Enter the Prospect ID: '
    ACCEPT i_transnum PROMPT 'Enter the Transnum: '
    ACCEPT i_remark PROMPT 'Enter reason for updating the tribute info: '
    ACCEPT i_hmflag PROMPT 'Enter the tribute type - H or M: '
    ACCEPT i_honor PROMPT 'Enter the Tribute ID: '
    ACCEPT i_hm_remark PROMPT 'Enter a remark for the honor/memorial party: '

  • CS3 Eraser tool: Did you mean it, Mordy?

    In Real World (p. 114), Mordy says that dragging the new, funky Eraser across a portion of a stroked path or a brush stroked path will require the re-application of the stroke (or brush stroke) to the surviving segments.
    I infer from this that the Eraser (like some pathfinders and Live Paint) will remove multiple strokes, brush strokes, and maybe other effects from the path.
    I draw a few open paths, apply an Effect to one, a second and third stroke to another, a brush to a third. I "cut" across each path with the Eraser tool. My resulting paths are retaining the various stroke effects after they've been chopped up by the Eraser. No need to re-apply.
    What am I missing?

    Mordy's text is probably accurate, I wasn't there to be able to judge, a consumer as yourself.
    It is just that things were updated after.
    it is like an OS being updated and then one of your applications ha a problem with the way it functions, the code is written the application is released according to specs and there is no bug then the OS developer finds it has to revise the OS because it found an overlooked security breach potential. Now everything is correct and according to specs and there is no bug, except there is a bug. You now do not have to correct an error but you have to instead write a new code for that lost feature.
    This is hard to understand for a lot of users, they think it is simply a matter of accuracy or poor implementation or laziness etc. but it is just a matter of logistics, the order in which things work out. It i always a give and take situation.
    It is not current as opposed to inaccurate.
    Of course if Mordy chimes in and says he was in accurate and made a mistake, then in the Holiday Spirit we can let him have it, but good!

  • Any FM to provide user with a text field to enter atleast 50 cahracters?

    Hi gurus!
    Pelase help me asap.
    I need to popup a screen with textfield , so that user can enter some text.
    Is it possible with any existing funtion module?. As i do not prefer to go for calling subscreen and having modules.
    all suggestions would be rewarded.

    Hi
    Try this FM
    POPUP_TO_MODIFY_TEXT
    Hope this helps u.
    Regards
    Manjari

  • Providing users with a URL that will open up a Discoverer Worksheet

    Hi,
    As above..
    The plan is to use a URL within an iFrame on our website which automatically logs the user into a worksheet.
    I have created a generic Oracle user and created a workbook with one worksheet - these have both been shared with the new generic user.
    At present, I am able to log into Viewer, but can only get as far as the 'Select Workbook' screen - requiring the user to then expand the workbook and open the worksheet - I can't seem to open the worksheet in the URL.
    This was the example URL that one of the DBA's gave me:
    http://ssodisco.ghg.local:7787/discoverer/app/partialConnect?password=password&databaseIdentifier=oradev&userName=username&connectionLocale=browser_selected&event=connect&source=&connectionAccessType=RELATIONAL&eulName=&clientType=viewer&appsSSOConnEnabled=false
    But, I have since been trying this:
    http://ssodisco.ghg.local:7787/discoverer/viewer?password=password&us=username&wbk=CHARGING_SLA1111&wsk=5217
    This prompts me for a password, but then opens up the worksheet required. Just need it to bypass the password request now.
    Any ideas?
    Cheers
    Mark

    Hi,
    I created the little html form as described and still get prompted for the password.
    Once password is entered the correct worksheet is opened, but I need to remove the need to enter the password.
    Cheers
    Mark

Maybe you are looking for

  • Master Keyboard no longer working in Logic 9

    Hello, Everything was working fine with my set-up, and I regularly recorded into Logic Pro ) by playing on my Master Keyboard ( Studiologic SL-900 Pro). Then, I dismantled all my equipment to move it into another room, I've re-connected it but now, n

  • Link column from an interactive report to insert a row in a tabular form

    Hi, I need your help, i'm new on APEX and i really need to make a "link column" from an "interactive report" to insert a row into a "tabular form". I mean that when you click the "link column" instantly create a new row in the Tabular form with the i

  • Block status field in hr abap

    Hi, Could any one tell me where I can find the Block status field in HRtables... I need to include an additional field to indicate the block status of the cost centers. Please help me asap. Regards, Charan

  • Error Limit for Datastores

    I have a datastore on which I intend to put some static validations. I will be putting this datastore in a package for datastore checking and want to set an error limit for the the number of validation errors which occur. Can this be set somewhere? M

  • Portege 3010ct: Question about USB drivers under W2k

    Can somebody point me in the direction of the Windows 2000 drivers for the Portege 3010CT USB port? I can only find Win 95 and 98 and these don't seem to work. Many thanks, Adam