Open VS. Native

Hi,
I need a list of advantages and disadvantages of Native/Open SQL.
Thanks.

hi
Types of SQL’s
Native SQL
Open SQL
Open SQL commands
SELECT
INSERT
UPDATE
MODIFY
DELETE
OPEN CURSOR, FETCH,  CLOSE CURSOR
Open SQL – Return codes
Sy-subrc
     - Return value after specific ABAP/4 statements
Sy-dbcnt
     - DB operations: Number of elements in the edited dataset
Native SQL
EXEC SQL [PERFORMING  ENDEXEC.
regards
vijay
reward points if helpful

Similar Messages

  • Opening the native (HDD) PDF files in FF 22

    I tried to open my pdf files located in my HDD in FF 22, but with no success.
    Always, when I drag the file onto the browser window, it popups an "Enter name of file to save to..." window.
    My aim is to use an online dictionary, which opens a balloon on the pdf page with the translated word like HyperTranslate does on webpages, when clicked on a word.
    As this function is still no available in Acrobat or similar software as far as I know, but "Look Up" function which is not practical for me.
    The other option, I know, is to convert the pdf files to HTML and drag them to FF.
    I made a clean uninstall with all profiles deleted (I have a backup created with the MozBackup tool) and reinstalled FF 22.
    Then the problem is solved, voila!, it opens the native pdf files.
    And I captured a screenshot of pdfjs parameters of the newly installed FF to check with my older parameters.
    Then, I restored my settings. pdfjs parameters are applied to my old pdfjs parameters. No success again.
    This time, begin to disable add-ons one by one until everything is disabled, so no success again.
    I think something is hidden in "about:config" what I cannot handle, or maybe there is a conflict hidden in Plugins...
    Is there any solution for these?
    Thank you so much!

    Hello Erkan2, try to deleting [http://kb.mozillazine.org/MimeTypes.rdf mimeTypes.rdf] file in [http://kb.mozillazine.org/Profile_folder Profile folder] or rename it to mimeTypes.rdf.old (that will clear the associations between MIME types and programs, and a new file will be created on start up or when the application first needs to write to the file).
    but..... it is the same as you said :
    ''I made a clean uninstall with all profiles deleted (I have a backup created with the MozBackup tool) and reinstalled FF 22. Then the problem is solved, voila!, it opens the native pdf files.''
    because you reset MIME types to default (with the delete or rename).
    when you apply your old parameters is the problem ! try to change the parameters one by one and check it again.
    thank you

  • File open in native program, only if it is checked out in sharepoint

    File associations
    If .jph(xml file) file is checked-out in sharepoint, then file opens in native program exe on click on file link in sharepoint.
    But if file is not cheked out, then on click it opens xml in browser.
    I want file to be open in native progaram, on click on file link
    Kindly suggest.
    Jagadish

    Hello,
    If checkin/checkout is enabled for library then file is in read mode until you check it out. You may try one thing, just go to library settings-->advanced settings-->open file in client if it is set to browser.
    Hemendra:Yesterday is just a memory,Tomorrow we may never see<br/> Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Openning a native web browser on Air desktop app

    I have developed an desktop air app with aptana studio.
    i want to attach a google adsense banner into my air app.
    but i got a problem that air app doesn't open a native webrowser.
    How can app open a native web browser when click in iframe?

    The iframe seems to load code from a remote location, and thus this code will be in a remote sandbox, not in the application sandbox, for obvious security reasons. This means that the code inside the iframe will net be able to use the air APIs.
    If you can control the content from the remote location, you can use the parent sandbox bridge (http://help.adobe.com/en_US/AIR/1.5/devappshtml/WS5b3ccc516d4fbf351e63e3d118666ade46-7f08. html#WS5b3ccc516d4fbf351e63e3d118666ade46-7edd) to make a call from inside the iframe to the main application to open the browser window.
    Otherwise, I don't think there's a way for content loaded from a remote location to open native browser windows (this would be a security issue).

  • Can no longer open any native files

    Suddenly when I try to open any of my native .an files I get the following error "Edge Animate encountered errors reading the HTML in this file." Three out of the four were working fine and I hadn't even opened them for some time. Any ideas?

    Howdy,
    resdesign
    Is there a way to open older Edge .an files? The backwards compatibility for Edge is horrible.
    I currently have access to Edge CC 2014, but it's giving me the same error message as above. I don't recall what version of Edge I was using (I believe the one just before CC 2014?), and I don't have any published files. I have the source .an file and all project assets.
    Thanks for any help!
    AB

  • How to open a native PDF file in Android using AIR?

    Hello.I have created a flex mobile project to open and show a native PDF file in Android. I have tried three different methods below , but  I failed.
    1. I created a stagewebview and used "stageWebView.loadURL". I can see the PDF View in emulator but it didn't work in Android Pad (SAMSUNG Galaxy Tab 10.1). It showed blank screen.
    Note that I have installed AIR 3.3.
    stageWebView1.loadURL(new File(new File("app:/assets/ZUGH-2P.pdf").nativePath).url);
    2. I created a stagewebview and used stagewebview to load javascript. The javascript could run in emulator, but it didn't work in Android Pad. I failed again.
    stageWebView1.loadURL(new File(new File("app:/assets/JavaScripthtml.html").nativePath).url);
    3.  I imported stagewebviewbridge, which is the extended version of stagewebviewbridge. I created a stagewebviewbridge , but it could not run in emulator. I failed again.
    stageWebViewbridge1.loadLocalURL( "appfile:/assets/pdf.html");
    could any one give me some suggestions? Many thanks.

    @peterpan_cafuc,
    Sorry to say that I'm not sure of the answer, either.
    One suggestion would be to try something like File.openWithDefaultApplication(), although I've never tried it on mobile.
    Also, I poked around stackoverflow, and it looks like people have done this using Android Intents, but you might have to use a Native Extension  to do this in AIR.
    Apologies that I can't be more helpful.
    -Randy

  • Open an native sql

    1) what is open sql an wat is native sql an wt is the diference between these to.....

    Hi Satish,
    The difference is:
    OPEN SQL - Open SQL consists of a set of ABAP statements that perform operations on the central database in the R/3 System. The results of the operations and any error messages are independent of the database system in use. Open SQL thus provides a uniform syntax and semantics for all of the database systems supported by SAP. ABAP programs that only use Open SQL statements will work in any R/3 System, regardless of the database system in use. Open SQL statements can only work with database tables that have been created in the ABAP Dictionary.
    NATIVE SQL - Open SQL allows you to access database tables declared in the ABAP Dictionary regardless of the database platform that you R/3 System is using. Native SQL allows you to use database-specific SQL statements in an ABAP program. This means that you can use database tables that are not administered by the ABAP Dictionary, and therefore integrate data that is not part of the R/3 System.
    Plz Reward if useful,
    Mahi.

  • Can adobe air send SMS on ios and android without opening the native sms app?

    Is it possible to programatically create and send an SMS text message on android and ios using adobe AIR? I have had success using navigatetourl to create the sms message, but was curious to know if its something that AIR is capable of or if os-specific native development is required to accomplish this.
    I'm using flash builder 4.6 and AIR 15.

    Im not the best/smartest programmer in the world and I was able to eventually get it down. There are a decent number of tutorials that you can follow to get started on them. I originally followed Lee Brimelow's video tutorials on gotoandlearn.com but the interfaces for Eclipse have changed quite a bit since then and those videos were also done when Native Extensions were only part of a beta version of AIR, but you might still be able to take something away from them. Since I first started getting into Native Extensions, I have built several ANEs for Android including being able to detect phone calls, retrieve metadata for media files without having to have loaded/played them first, and more. The Android Java documentation portal and Stack Overflow will start to become your two best friends.

  • Sitestudio + check out and open in native

    Hi All,
    I need to integrate site studio with CheckOutAndOpenInNative component.
    The scenarios is like this
    1) From a sitestudio template i execute my custom service, this service looks in an application database and fetches
    name and APP_Unique id.
    2) This App_Unique id is also stored as a metadata field on corresponding docs in UCM.
    3) from the template onclick even a service is getting called that fetches the document from UCM on the basis of This App_Unique id.
    Problem Area: What i want is when a user clicks on a document then document should open in editable mode and when user makes any save
    then the document should get updated in UCM.
    I am toying with idea of integrating CheckOutAndOpenInNative component for this. If you can give some leads as to how this can be accomplished
    i will be grateful to you.
    any thoughts if DIS can be used instead...?
    cheers,
    sapan

    Hey Shotdawq,
    I was a bit low on bandwidth, so could not visit the forum any sooner.DIS is dynamic integration studio, it works on the webdav protocol.
    you will need to install DIS on the client machines. The POC that i did was integration of SiteStudio with CheckOutAndOpenInNative.
    I am also planning to referenc this functionality from WebSphere, what i have in my mind is to copy the java script from my sitestudio page and paste
    it in the JSP, and then using the CIS or RIDC will execute the serverices. At present i am stuck in some other work, If i get this thing working i will
    update you. In the meanwhile if you have some question for me, feel free to throw them.
    cheers,
    sapan

  • Unable to open PDF natively in 10.10.3

    I have a really weird issue. I just realized that my Preview app no longer view PDF files. All PDF files are grayed out in Preview and iBooks doesn't open the PDF files too.
    Safari and Adobe Reader does read PDF files with no issue though. It only affects my MBP 2014 but my older MBP 2009 with the same 10.10.3 update has no problem.  It seems like it happens just after the 10.10.3 update.

    To make sure that Adobe Reader is default,
    goto Edit->Preferences->Select default PDF Handler. Check the value in the dropdown list "Select Adobe product". If the first value which appears is 'Adobe ReaderX', then Reader X is the default PDF Handler.
    Also please let me know the OS you are using.
    Is the problem also faced in AOL webmail with any other Adobe Product(like Acrobat X, Reader 9 etc.) if you are using/used any of them?
    Thanks,
    Shakti

  • Open & Native SQL

    Hai all !
      Can anybody give me the exact Difference between Open SQL & Native SQL.
    Thanks in Advance,
    Swapna.

    Hii!
       Open SQL is basically SAP specific Structured Query language.Open SQL consists of a set of ABAP statements that perform operations on the central database in the R/3 System. The results of the operations and any error messages are independent of the database system in use. Open SQL thus provides a uniform syntax and semantics for all of the database systems supported by SAP. ABAP programs that only use Open SQL statements will work in any R/3 System, regardless of the database system in use. Open SQL statements can only work with database tables that have been created in the ABAP Dictionary.
    Native SQL is basically a database specific language.
    Open SQL allows you to access database tables declared in the ABAP Dictionary regardless of the database platform that you R/3 System is using. Native SQL allows you to use database-specific SQL statements in an ABAP program. This means that you can use database tables that are not administered by the ABAP Dictionary, and therefore integrate data that is not part of the R/3 System.
    As a rule, an ABAP program containing database-specific SQL statements will not run under different database systems. If your program will be used on more than one database platform, only use Open SQL statements.
    To use a Native SQL statement, you must precede it with the EXEC SQL statement, and follow it with the ENDEXEC statement as follows:
    EXEC SQL [PERFORMING <form>].
      <Native SQL statement>
    ENDEXEC.

  • Unable to Capture an image using Native Camera

    Hi all,
    Please help me out.
    I am getting an issue but unable to find out its solution.
    I am watching a video on my mobile phone N96 and open the CAM pressing right side button continue, Camera gets opened and i am able to take a snap.
    Same functionality i am doing while i am playing a video from my java application. I play a video through my application, while video is running , i open CAM pressing right side button. Camera gets opened. When i click to capture a snap, camera captures a snap but this is not that picture,which was shown by camera while capturing. It captures my video snap which was running on my application.
    Please suggest me, is this property of Nokia mobile phone's camera or any defect on that.
    Thanks,
    Ashutosh

    No , I am not using screen captured application.
    I am playing a video from my application, when vedio is running, then i open my native camera to capture a snap after pressing right side button. 
    Ashu

  • IOS 6.1.4 - Apple Native Email Client - Push Notification is not working

    Hi, I just upgraded to IOS 6.1.4 this morning no issues Upgrade went well.
    Now My Email Push Notfication is not working.
    1. Bussiness Gmail Account - Configured as Exchange
    2. Hotmail Account - Configured as Exchange
    Both Account - Push is ON
    if some one send email i am not getting it. I have to manually open the Native Email client then i can see.
    Restarted the IPhone Twice.
    Any one facing similar issue?

    1.   Removed the Email Account and Added again - Problem Presist.
    2.   Erase All Content - Restored from previous Backup - No Luck
    3.   Again Erased All Content - Setup as New Phone - Just add Gmail Enterprise Email Account - Not Working.
    Surprisingly - Icloud / Hotmail PUSH Notifications works Fine.
    I have removed all My Devices from the Google Apps Administrator page and re-requeste for new deivce and then tried all the above still same Issues.
    Now what?
    Any one experiencing this issue?

  • Extension kdc will not open

    I own a Kodak Z980 camera whose Camera RAW photos have the 'kdc' extension. This camera is recognized by Camera RAW & DNG. Yet the 'kdc' photos will not open in either Photoshop CS2 or Adobe Bridge. I have Windows 7 and 'kdc' is not a recognized association. Any suggestions? Thanks! 

    I'm afraid photoshop cs2 won't open the native camera raw files from the Kodak EasyShare Z980 camera, as they require at least camera raw version 5.4 and cs2 only supports up to camera raw 3.7
    http://helpx.adobe.com/creative-suite/kb/camera-raw-plug-supported-cameras.html
    http://helpx.adobe.com/x-productkb/global/camera-raw-compatible-applications.html
    One choice besides getting photoshop cs6/cc or lightroom 5 is to use the 8.2 DNG Converter to converter the Z980 camera raw files to dng copies which should then open in photoshop cs2.
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=5646

  • Why can't i open raw files from my eos canon 7dii on PS elements 12

    Why can't i open raw files from me eos canon 7dii on PS elements 12

    Because your camera is newer than your software.
    You need ACR 8.7 which was released this week, to open CR2 files from the 7D.2.  Only current Adobe products can use this version, which would be PSE13 and the Photoshop versions CS6, CC & 2014 and some Adobe video products.
    You can also use the free DNG Converter 8.7 to create DNGs of a folder of images at a time, and then open those DNGs in an older PSE version, but you’ll never be able to open the native CR2 files unless you update the host software to the current versions.
    The DNG Converter 8.7 is available from the Adobe Updates page:
    http://www.adobe.com/downloads/updates

  • My PDF & Excel workbooks won't open in a PDF Portfolio...

    I select "Open file" or "Open with native application" and nothing happens.

    Sanjit –
    I am using Acrobat XI Pro. I create a Portfolio by selecting files from a folder on my computer. Files consist of Word, PDF and Excel docs. I can open most of the documents if I want to edit them in the Portfolio.
    There are a couple of PDFs that show up grayed out and when I open them, each page is gray. Could this have something to do with the way the doc is saved as a PDF? Is there something that the person who is saving/converting the doc should be doing differently?
    Thanks.
    Elaine

Maybe you are looking for

  • How to change the sid in "sqlplusw"

    hi, I have two database in my windows machine. "sid1" and "sid2". whenever i log in using "sqlplusw" it takes me to "sid2" but i want to access "sid1" using sqlplusw as default. as of now i am using "sys@sid1 as sysdba". is there any way like we used

  • Post Installation/Configuration Procedures

    Hi, I installed Grid for Clustering (11.2.0.2) and RAC (11.2.0.2) on the AIX platform. How do I know if the installation and setup of my environment is OK. Such as: * Best practices * Parameters * Patch * Database configuration * ASM configuration an

  • Some email not showing up

    I have yahoo email and sometimes email I have read doesn't show back up on the iPhone...but....does on my iMac and iPad... Case in point...I knew I had read an email on Tues on my iPhone...when I went back to read it...it wasn't there..... I did a se

  • Upgrade from trial xi pro to full - asks what "i currently own " but trial not in list?

    have the trial xi pro adobe but want to upgrade now, how do i do this and what do i currently own in the drop down list?

  • Error during weblogic domain creation using template.

    Hi, I have 2 machines(lets say Old and New). I have installed weblogic 10.3.5 in my Old machine where in I have used RCU 11.1.1.50. I have created a template of this domain. Now I have Weblogic 10.3.6 in my New machine and have used RCU 11.1.1.6.0. I