Hi, I'm developing a simple mobile app in DW CC 2015 using JQuery Mobile. LIKE I need the list view with description of the product, functionality and image, I would like to connect with database instead of "writing" all the tables in the bearings inside

Hi, I'm developing a simple mobile app in DW CC 2015 using JQuery Mobile. LIKE I need the list view with description of the product, functionality and image, I would like to connect with database instead of "writing" all the tables in the bearings inside the Jquery page. In the future I would also be able to add, to remove the DB records. Any help, tutorial... Thanks TG

I would like to connect with the database instead of "writing" all the tables in the bearings inside the Jquery page

This is usually done with a CMS (content management system). There are commercial products CMS like WordPress, Joomla and perch. You create one or several layouts and then create pages of these page layouts using the CMS. In this way, it is possible to have hundreds of pages, each with unique content, but a page layout that can be managed in a place of sharing.

CMSs on shelf don't require programming skills. Otherwise, some of us write our own CMS with custom functions, but this requires back-end, as with PHP programming.

Tags: Dreamweaver

Similar Questions

  • How the tags are stored and then backed up?  Don't want to do all this work if a system failure and the need to start over with saved photos will be all the work of marking saved.  Or IIR/when Lightroom is so more suitable or an option as the next photo p

    Backblaze in particular, but it would be for any backup or future software I guess.

    Tags are stored in the file in your catalog. If you want to have them available after a disk crash, you should make regular, automated backups of your catalog on a different physical disk files. You can enable this in Lightroom via settings-> General-> Backup catalog. Note: you should always take backups of your photos, this feature in Lightroom doesn't have backups of your photos.

    If at some point you consider moving away from Lightroom, you can also write tags to the photos themselves (or in the case of RAW for the XMP sidecar files). This can be done by selecting all the photos and metadata-> saves the metadata of files (Note: this will take a lot of time if you have selected a large number of photos). You can also turn on the option to automatically catalog settings-->--> write metadata changes automatically to XMP. Any tags written via this method is readable by any other photo app that I know.

  • How to create Table View with even a column name but another Table?

    Hi all

    I have the problem to create a tableview with the same column name, but in the other table.

    Table I: -.

    Table - PAC051MPROFORMA

    Column - MNR, visitid

    Table - PAC051TPROFORMA
    Column - MNR, visitid

    Table - PAC052MTRANSBILL
    Column - MNR, visitid

    Then, I want to create a table for this table. It comes to my SQL

    Pacviewproforma CREATE VIEW (MNR, visitid, MNR, visitid, MNR, visitid)

    Like some PAC051MPROFORMA.mrn, PAC051MPROFORMA.visitid, PAC051TPROFORMA.mrn, PAC051TPROFORMA.visitid, PAC052MTRANSBILL.mrn, PAC052MTRANSBILL.visitid

    where

    * (a.PAC051MPROFORMA.mrn = PAC051TPROFORMA.mrn) *.
    and
    * (a.PAC051TPROFORMA.mrn = PAC052TRANSBILL.mrn) *.

    SQL return this error ORA-00957 =: duplicate column name

    Can I change this SQL for

    Pacviewproforma CREATE VIEW (MNR, visitid)

    Like some PAC051MPROFORMA.mrn, PAC051MPROFORMA.visitid, PAC051TPROFORMA.mrn, PAC051TPROFORMA.visitid, PAC052MTRANSBILL.mrn, PAC052MTRANSBILL.visitid

    where

    * (a.PAC051MPROFORMA.mrn = PAC051TPROFORMA.mrn) *.
    and
    * (a.PAC051TPROFORMA.mrn = PAC052TRANSBILL.mrn) *.
    This time this error return = ORA-01730: number of column names specified invalid

    What should I do?

    Thank you...

    Hello

    SQL> CREATE VIEW pacviewproforma (mrn,visitid,mrn,visitid,mrn,visitid)
      2  As Select
      3  PAC051MPROFORMA.mrn,
      4  PAC051MPROFORMA.visitid,
      5  PAC051TPROFORMA.mrn,
      6  PAC051TPROFORMA.visitid,
      7  PAC052MTRANSBILL.mrn,
      8  PAC052MTRANSBILL.visitid
      9  from PAC051MPROFORMA,PAC051TPROFORMA,PAC052MTRANSBILL
     10  where
     11  (PAC051MPROFORMA.mrn=PAC051TPROFORMA.mrn)
     12  and
     13  (PAC051TPROFORMA.mrn=PAC052MTRANSBILL.mrn);
    CREATE VIEW pacviewproforma (mrn,visitid,mrn,visitid,mrn,visitid)
                                             *
    ERROR at line 1:
    ORA-00957: duplicate column name
    

    Please give different names to each column.

    Something like that...

    SQL> CREATE OR REPLACE VIEW pacviewproforma (MPROFORMA_mrn,MPROFORMA_visitid,TPROFORMA_mrn,TPROFORMA
    _visitid,MTRANSBILL_mrn,MTRANSBILL_visitid)
      2  As Select
      3  PAC051MPROFORMA.mrn,
      4  PAC051MPROFORMA.visitid,
      5  PAC051TPROFORMA.mrn,
      6  PAC051TPROFORMA.visitid,
      7  PAC052MTRANSBILL.mrn,
      8  PAC052MTRANSBILL.visitid
      9  from PAC051MPROFORMA,PAC051TPROFORMA,PAC052MTRANSBILL
     10  where
     11  (PAC051MPROFORMA.mrn=PAC051TPROFORMA.mrn)
     12  and
     13  (PAC051TPROFORMA.mrn=PAC052MTRANSBILL.mrn);
    
    View created.
    
    SQL> DESC  pacviewproforma;
     Name                                      Null?    Type
     ----------------------------------------- -------- ----------------------------
     MPROFORMA_MRN                                      NUMBER
     MPROFORMA_VISITID                                  NUMBER
     TPROFORMA_MRN                                      NUMBER
     TPROFORMA_VISITID                                  NUMBER
     MTRANSBILL_MRN                                     NUMBER
     MTRANSBILL_VISITID                                 NUMBER
    

    ORA-01730: number of column names specified invalid

    The list of the nmae column you specified for the CREATE VIEW must correspond with the list of SELECTION in the view.

    Twinkle

  • Need help query view with the 'Level' column name

    Hello world

    I use Oracle DB 10 g

    I have this request
    SELECT  count(per_id) 
    FROM    XXITS_EMP_MSTR_V
    WHERE   per_id = 213214 
    AND     Level='Technical Staff / Officer'
    XXITS_EMP_MSTR_V is a view created by someone else.

    I get the error "ORA-01788: CONNECT BY clause in this query block" for the the above statement.
    Is it possible that I can always get the result without changing the view?

    Any help is appreciated...

    Thank you
    Elmer

    Elmer says:
    Hello world

    I use Oracle DB 10 g

    I have this request

    SELECT  count(per_id)
    FROM    XXITS_EMP_MSTR_V
    WHERE   per_id = 213214
    AND     Level='Technical Staff / Officer'
    

    Place the level with quotes

    AND "Level" = 'Technical Staff / Officer'
    

    Make sure that the case is used correctly when using double quotes.

  • How to connect sql database to esxi to save all data from the virtual machine

    How to connect sql database to esxi to save all data from the virtual machine

    Please provide steps

    In simple terms, you cannot connect ESXi to SQL. Connect a vCenter SQL (Windows only).

    If you want to save all the data that is contained in your virtual machines, I suggest a backup solution.

    Suhas

  • Is it possible to connect with database/OOD indesign...

    Hello fellow Indesign user,.

    Don't know if this question belongs here or in scripts.

    I'm just a moderate user in ID CS4 and I got this arduous task to invest/find a way to use Indesign (our existing page layout software) to create ' brochures/manuals"using databases or OOD. Meaning, use a template, add code that is similar to the data entity code predefined in a database/OOD and automatically add the text/images from the database/OOD.

    We're not talking addresses or simple things like that, but brochures and manuals in different languages with different or similar operation for each machine. Some instructions are the same, and some are not. Get my drift?

    We use the ID Cs4 in the business right now, not the smartest tool to use during the production of 25 manuals various brochures/technical with different languages. Edit content in a manual, which means that we must change all 25 brochures and manuals... manually...

    Many of you may think-"why did you start ID first place". The answer: I don't know, I wasn't there then... It is not so far they have discovered-«Oh, we need a new system...» "and guess who had the task to evaluate...

    I need to know if it is possible and how we can use with database ID or OOD-system to retrieve data (for most custom with bulletin data, font, size, photos, etc.).

    Articles, links and other information would be very useful...

    Thank you!

    Vincent

    There are also InData from em software

    http://www.emsoftware.com/products/inData/

  • If I buy the iphone free sim 6s I will be able to use it with my simple mobile operator?

    If I buy the iphone free sim 6s I will be able to use it with my simple mobile operator?

    If you buy directly from Apple online or at an Apple store, it will work with any supported media. Just call the carrier and ask them if they support iPhones.

  • When you install the adobe reader software to change some of my icons and programs all try to open with adobe instead of their exe files. If I delete the adobe reader software, then they return to their exe. files and work well. Why what is happening

    I am running windows vista and am trying to install Adobe Reader.
    My internet programs explore and the printer have changed the icon and the programs trying to open with adobe instead of their exe. If I delete then adobe, they work fine...

    Hi dabrown52,

    You can check out the following link and try the suggestions posted by Linney MVP on Friday, January 29, 2010 19:03 and check if it helps.

    http://social.answers.Microsoft.com/forums/en-us/vistaprograms/thread/d18cbb53-6c2e-437D-ae98-ebba1d80f582

    If the problem persists, you can try uninstalling and reinstalling adobe.

    You can try to uninstall all older versions, Adobe Acrobat , and see if the problem is resolved. Uninstall earlier versions of the application and then install the version you want. If multiple versions of Adobe Reader are installed on the system, remove all versions and install only one version.
    To do this, follow these steps:
    1. click on Start, type Appwiz.cpl in the Start Search box, and then click Appwiz.cpl in the list of found files.
    2. double-click on the version of Acrobat or reader you want to uninstall.
    3. click on Yes if you are prompted to confirm that you want to uninstall the program.
    Note If you are prompted to confirm that you want to run the program, click on allow.
    4. click Yes to restart the computer.

    For more information, please visit the following links:
    http://Windows.Microsoft.com/en-us/Windows-Vista/uninstall-or-change-a-program
    http://social.answers.Microsoft.com/forums/en-us/vistaprograms/thread/8730d9b6-2fa6-41d2-815F-e68c9d3619ce/

    Hope this information is useful.

    Boumediene. K.
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Hello, I have problems with Creative Cloud Packager. I bought this product yesterday and since then I can not download completely all components. 59% or 65% of the download I get the message: "connect to the internet and try again." I am connected to Inte

    Hello, I have problems with Creative Cloud Packager. I bought this product yesterday and since then I can not download completely all components. 59% or 65% of the download I get the message: "connect to the internet and try again." I am connected to the internet through Ethernet, I checked my connections through various steps recommended buy Adobe to see if my connection is correct and he is!, so why I can't complete the download process. I feel frustrated because I have clients awaiting results of my work that I can do right now. I have read all the information on the Adobe pages but nothing shows that can help solve my problem also the way things are described sometimes seem complicated and exotic as; not everything I understand particularly when it comes to some technical descriptions or abbreviations. I would be grateful someone help and advice on this topic. Thank you Nina

    Hi Nina,

    This link might help: cloud creative activation and troubleshooting of sign-in

    Kind regards

    Sheena

  • Problem with simple editing App v32

    I am trying to create a unique edition App using v32, but when I download the ".ipa" and transfer it to my iPad, the app opens blank.

    It seems that there is no folio inside, but I already tried with zippers zipper and various folios, and the same problem occurred.

    Can someone help me?

    I already have an App and I modify the application with the new folio to update.

    I test in an iPad with iOS8 air.

    I don't know what I can do to fix this.

    The fix came out earlier today. Single-folio apps should now work in iOS 8. A fix has also addressed the issue of iframes does not not in webviews. It is not necessary to reinstall DPS App Builder. Here are the patches on the server side.

  • How to change the value of string clustered, to implement using the node value of property instead of writing directly on the flow of data or using the variable

    new to labview :-) and I have a problem when I want to change the value of a string in bunches, and I want to implement this using the node value of property instead of writing directly to the stream or by using the variable, enclosed is the picture.   No matter, I have change in cluster (control) or value of Popery out (indicator) cluster, the value (sensor 7) dataflow keeps unchanged even I gave the new value by value of property node. Thank you to give me some advice about this.

    Hi GerdW

    Thanks a lot for your answer. The reason I'm stubbornly tring to break the flow of DATA is: we have a test system that have about 100 screws, they have a few connected flow, some of them will be unbundling a cluster dataflow chain to check the value in order to make the different cases.  Now I want to insert user event by changing the control and influential cases during run time.

    As I initially uses a global variable (to control cases) instead of unbundle string data flow, it works well.  But then, I found there are a lot of screws that are using the string unbundle.  One of the 'lazy' means, I tried is to change the value via the property node (because that way, I did not need to find all the places where using the unbundle string and replace them with the global variable), then I noticed a problem with "dataflow", the value in the stream of cluster in fact will not be changed by changing the value of the property node.

    I did a test with VI simple (like the picture in last post), and after reading your advice, I tell myself that I need to understand the concept of "DATAFLOW" in labview, it seems that my "lazy" way can not work in this scenario.

    I have attached the criterion VI here, have you furthur suggestions on what I can do in this case?

    Mant thanks!

    Minyi

  • What happens if the PC I just downloaded Itunes on & connected to, does it display not all devices?

    What happens if the PC I just downloaded Itunes on & connected to, does it display not all devices?

    Hello 2sealadies!

    Thank you for joining the communities Support from Apple! Looks like you have a problem with your iTuens on Windows 10 not to recognize your iPhone. I know how important it is that the iPhone is recognized by iTunes. Read this article with steps If iTunes does not your iPad, iPhone or iPod. Specifically, after the first series of measures:

    If you are using a Windows PC

    1. Open Device Manager by following the steps for the version of Windows that you have:
      • Windows 10: Click the search box in the lower left corner, type Device Manager and press ENTER. In the list under Bus USB controllers, find the Apple Mobile Device USB Driver.
      • Windows 8: loose in the right edge of the screen. Press search and enter the Manager devices, and then click Device Manager. If requested, enter your password. In the list under Bus USB controllers, find the Apple Mobile Device USB Driver.
      • Windows 7: click on > Control Panel > system and Maintenance > Device Manager. If requested, enter your password. In the list under Bus USB controllers, find the Apple Mobile Device USB Driver.
    2. Even if you do not find the Apple driver, follow the steps below, based on what you see or don't see.

    The pilot and
    No symbols

    A down arrow
    by the driver

    Exclamation or
    question mark by
    the pilot

    No Apple Mobile
    USB device driver

    You don't see symbols next to the Apple Mobile Device USB Driver

    If you do not see , , or of the Apple Mobile Device USB Driver, look for third-party software conflicts. Then if you still need help, restart your Apple Mobile Device Service or contact Apple technical support.

    You see an arrow down

    If you see next to the Apple Mobile Device USB Driver, the driver with the right mouse button and choose enable from the context menu. Then if you still need help, contact contact Apple technical support.

    You see an exclamation point or question mark

    If you see or the Apple Mobile Device USB Driver, right click on the entry, then manually update the Apple Mobile Device USB driver.

    You do not see the Apple Mobile Device USB Driver

    1. Disconnect your device from your computer.
    2. Save a screenshot by pressing the Home button and sleep/wake button of the device button at the same time. The screen should Flash briefly.
    3. Reconnect your device to your computer.
    4. If you see one of these sections in the Device Manager, expand them:
      • Imaging devices
      • Other devices
      • Portable devices
      • USB Bus controllers

    Now, locate the entry that recognizes the device as a camera. You should see 'Apple IPhone', 'Apple iPad' or 'Apple iPod '. Right-click the device entry, and then manually update the Apple Mobile Device USB driver.

    If a single unknown device appears, follow these steps:

    1. Right click on the unknown device entry.
    2. Choose Properties from the context menu, and then click the Details tab.
    3. In the drop-down menu, select hardware IDS.
    4. If the ID begins with something other than USB\VID_0000 & PID_0000, go into the Device Manager and right click on the entry for device unknown, and then manually update the Apple Mobile Device USB driver.
    5. If the ID begins with USB\VID_0000 & PID_0000, then follow the remaining steps.
    6. Unplug the unit and remove all the USB devices on the computer.
    7. Shut down the computer, and then turn it back on.
    8. Reconnect the device, tests of each USB port for about 30 seconds to see if the device is recognized.
    9. Test with a different, checked 30-pins-USB or the lightning-connector-cable-USB, if they are available.

    If you still need help, contact Apple technical support.

    Manually update the Apple Mobile Device USB driver

    If one of the sections above directs you to this section, you should already have right click on an entry in the Device Manager. Now, follow these steps:

    1. Choose update driver software.
    2. Choose "Browse my computer for driver software."
    3. Choose "Let Me pick from a list of drivers for devices on my computer.

  • Click the disk button. If this is not available, choose a category of devices such as Mobile phone or storage device, if in the list.
  • Click Next. You should see the disk button.
  • Click Browse and navigate to C:\Program Files\Common Apple Mobile Device Support\Drivers.
  • Double-click the file "usbaapl. If you have a 64-bit version of Windows, this file will be called "usbaapl64". If you do not see here "usbaapl64" is not a Drivers folder, look in C:\Program Files (x 86) \Common Files\Apple\Mobile Device Support\Drivers.
  • In the disc window, click Open, and then click Next and then click Finish.
  • Windows installs the driver. If a message indicates that the software that you install "not passed the Windows Logo test", click on continue. You can get help with other common errors and the error code numbers in this Microsoft article.
  • Open iTunes to make sure that iTunes recognizes your device. If not, Restart the Apple Mobile Device Service.
  • See you soon!

  • Control with Labview instead of MAX PCI-1422

    Hello Experts,

    I need your help in one of my problem. I have a camera of sensors unlimited that is SU - 640 1.7 RT - D and a card parallel NI PCI-1422. I can use and acquire data with power MAXI of the camera, but I want to exploit, use and acquire images from the camera by using LabView. Is it possible to export or using the camera with Labview instead to write fresh code in LabView?

    LabView offers it all support or bed automatically PCI-1422 or any possible solution that I get the code for the use of this device block diagram in LabView.

    Please let me know, answer.

    For any help or suggestion will be highly appreciated.

    Thanks in advance!

    Hi David,

    You can use the function IMAQ write file to record the images to the disc. Please see the link for an example below.

    IMAQ writing file 2 VI

    http://zone.NI.com/reference/en-XX/help/370281M-01/imaqvision/imaq_write_file_2/#IMAQWriteJPEGFile2

    IMAQdx enter and save individual files

    https://decibel.NI.com/content/docs/doc-19537

  • Unable to connect pluggable database

    Hello

    Version: 12.1.0.2, platform: AIX, CBD: B12C, PDB: MYPDB1

    I am trying to connect newly created connectable to database. But it is throwing an error is not available and when I check open_mode is read/write for mypdb1 the database.

    Can you please help me where I am wrong? I fight with it more than a week.

    listener.ora :
    LSNRB12C =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = adc40)(PORT = 1550))
        )
      )
    
    
    SID_LIST_LSNRB12C =
      (SID_LIST =
        (SID_DESC =
          (GLOBAL_DBNAME = B12C)
          (ORACLE_HOME = /oracle/AIX/12102_64)
          (SID_NAME = B12C)
        )
        (SID_DESC =
          (ORACLE_HOME = /oracle/AIX/12102_64)
          (SID_NAME =MYPDB1)
        )
      )
    
    
    tnsnames.ora for pluggable database:
    MYPDB1 =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = adc40)(PORT = 1550))
        )
        (CONNECT_DATA =
          (SERVICE_NAME = MYPDB1)
        )
      )
    
    
    adc40 {oracle}:>lsnrctl status LSNRB12C
    LSNRCTL for IBM/AIX RISC System/6000: Version 12.1.0.2.0 - Production on 09-SEP-2015 21:56:44
    Copyright (c) 1991, 2014, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=adc40)(PORT=1550)))
    STATUS of the LISTENER
    ------------------------
    Alias                     LSNRB12C
    Version                   TNSLSNR for IBM/AIX RISC System/6000: Version 12.1.0.2.0 - Production
    Start Date                08-SEP-2015 23:21:16
    Uptime                    0 days 22 hr. 35 min. 28 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /oracle/AIX/12102_64/network/admin/listener.ora
    Listener Log File         /oracle/AIX/diag/tnslsnr/adc40/lsnrb12c/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=adc40)(PORT=1550)))
    Services Summary...
    Service "B12C" has 1 instance(s).
      Instance "B12C", status UNKNOWN, has 1 handler(s) for this service...
    Service "MYPDB1" has 1 instance(s).
      Instance "MYPDB1", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    
    
    adc40 {oracle}:>env |grep ORACLE
    ORACLE_BASE=/oracle/AIX
    ORACLE_SID=B12C
    ORACLE_HOME=/oracle/AIX/12102_64
    
    
    adc40 {oracle}:>sqlplus "/as sysdba"
    SQL*Plus: Release 12.1.0.2.0 Production on Wed Sep 9 22:01:50 2015
    Copyright (c) 1982, 2014, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
    With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
    
    
    SQL> select NAME,OPEN_MODE,RESTRICTED from v$pdbs;
    
    
    NAME                           OPEN_MODE  RES
    ------------------------------ ---------- ---
    PDB$SEED                       READ ONLY  NO
    MYPDB1                         READ WRITE NO
    MYPDB2                         READ WRITE NO
    MYPDB3                         READ WRITE NO
    
    
    SQL> create user c##1 identified by oracle container=all;
    User created.
    SQL> grant create session to C##1 container=all;
    Grant succeeded.
    SQL> sho con_name
    CON_NAME
    ------------------------------
    CDB$ROOT
    SQL>  alter session set container=mypdb1;
    Session altered.
    SQL> sho con_name
    CON_NAME
    ------------------------------
    MYPDB1
    
    
    SQL> connect c##1/oracle@adc40:1550/b12c
    Connected.
    SQL> connect c##1/oracle@adc40:1550/mypdb1
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    IBM AIX RISC System/6000 Error: 2: No such file or directory
    Additional information: 2311
    Additional information: 186818867
    Process ID: 0
    Session ID: 0 Serial number: 0
    
    
    Warning: You are no longer connected to ORACLE.
    
    
    
    

    Can you please tell me why it shows database is unavailable, even if mypdb is open?

    Thank you

    Arul

    You cannot connect to a PDB file through a registration of the listener static like this, because there is just no SID not named MYPDB1. You must register the services dynamically. In the root.

    ALTER system set local_listener = "adc40:1550";

    editing the system registry;

    --

    John Watson

    Oracle Certified Master s/n

  • How to use stored procedures of database instead of triggers in database?

    Hi gurus

    Here in SQL / PLSQL community discussion, I read some discussions that the stored procedures of database are better and 9should be used instead of database triggers.

    But despite reading 10s of discussions, I am unable to understand how a stored procedure may be an alternative to a DB-trigger while having many differences.

    And even if I'm using a DB instead of DB-trigger procedure, then at what level I should call? of my application, oracle forms IE?

    And should I write 3 different procedures, each of them for the Insert, update and delete while I can manage all of these events from a single trigger?

    Will you please advice me for this because I am using widely especially triggers to maintain the Stock / inventory, update several tables of a trigger n etc.

    PS... I'm working on the database 10g Rel.2.

    I use extensively since Oracle 7 database triggers (database Oracle 6 had no triggers).

    I use it mainly for complex integrity checks and sometimes for the calculation of derived data.

    So, I do not accept that "database triggers are evil".

    It is often said that, instead of triggers in database, we use the API (API function, better than the table API).

    However, the API may not always replace triggers.

    Excellent explanation is given by Toon Koppelaars in 'triggers considered harmful, considered harmful' http://harmfultriggers.blogspot.com/

    Regarding your question, it is possible to make the procedures of database to work with Forms - Yes, it is possible.

    You can make the database to INSERT, UPDATE, and DELETE procedures and call them before or / and after INSERT / UPDATE / DELETE triggers of forms.

    Another option is to use on INSERT / UPDATE / DELETE triggers of forms.

    Please note that I do not use these forms to work with the Oracle database triggers. In my view, database triggers are much better.

    The third variant will create a data block in a procedure that uses a "table of records.

    Kind regards

    Zlatko

Maybe you are looking for