Problem PHP/Data Services, creating entry in the database

Hello

I use Flash Builder with Flex 4.1 SDK.

I don't have bproblem to connect to a database, but some commands do not work.

When I connect to a database by using the wizard in the Data/Services section, I use the link 'click here to generate a sample' to 'configure PHP services' Assistant.

Flash Builder then creates the basis for my CRUD methods (counting[ServiceName],[ServiceName]to create, delete[ServiceName], count with all[ServiceName], get[ServiceName]ByID).

Most of the methods of work, but does not have the create method.

After hours to analyze the code, I noticed that in the file .as [ServiceName] _Super_ of services. [yourservice] package, the create method used another class to transmit its data.

While most methods use the 'mx.rpc.AsyncToken", use it create "mx.data.ItemReference"class as a return type.

I changed the method to create so it would use the "mx.rpc.AsyncToken" and I got things market.

I also commented the following piece of code for thing make it work:

dmOperation = new mx.data.ManagedOperation ("createUsers", "create");

dmOperation.parameters = "item";

_usersRPCDataManager.addManagedOperation (dmOperation);

I was then able to use the create method.

I'm sure I'm missing an important part of the knowledge here.

While some methods use the mx.data.ItemReference, most methods use the mx.rpc.AsyncToken.

Can someone explain to me what I have to do in order to be on the right track?

Thank you for your time

I think that you must call commit() on the service after calling create(). Try it. This should solve the problem.

Tags: Flash Builder

Similar Questions

  • Problem with data hold creating a Physical Standby Database turorial

    There is a tutorial for creating a Data Guard Physical Standby Database:
    http://www.Oracle.com/technology/OBE/11gr1_db/HA/DataGuard/physstby/physstdby.htm

    I tried to install it on two servers. One for a primary database (deuxieme for the physical standby.
    I have the error on creating C. the database of watch on the #6 action network:

    «On the rescue system, set the ORACLE_SID to your < SID physical standby > environment variable (i.e. orclsby1) and start the instance in NOMOUNT mode with the text initialization parameter file.»

    When I try to connect to the instance that is idle, there is an error pops up:

    C:\ > sqlplus / as sysdba

    SQL * more: version 11.1.0.7.0 - Production Thursday, May 21, 16:28:10 2009

    Copyright (c) 1982, 2008, Oracle. All rights reserved.

    ERROR:
    ORA-12560: TNS:protocol adapter error

    I ' v checked listener, and it is managed. There is no database service because there is still no database.

    The question is did some data installed a guard configuration using this tutorial? Are there errors in there? What should I do to complete the installation?

    On Windhose for any service must have been created using the oradim command.
    Oracle tutorials are usually centered on Unix, because Windhose is an odd man out, so they do not discuss.
    "Please do the needful" and create the service before the beginning of the instance in nomount mode

    Tip: oradim is documented and has a help = clause of y.

    IIRC there is an option in control database (in the part of the interview) that automates everything.

    ----------------
    Sybrand Bakker
    Senior Oracle DBA

    Experts: those who read documentation

  • Redirect to different URLS depending on the entry in the database.

    I have a login page that I want to redirect my mysql database to the user based on the value in my "Auth" category.  I'm trying to figure out how to get the login to redirect if he sees the 'HE' in the 'Auth' that he goes to indexil.php, "IA" goes to indexia.php and I also FL and NV to redirect to their corresponding pages.  Hoping someone can help me with that.  Here's the code that Dreamweaver created.

    Login page

    <? php require_once('.. / Connections/Users.php');? >

    <? PHP

    If (! function_exists ("GetSQLValueString")) {}

    function GetSQLValueString ($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")

    {

    $theValue = get_magic_quotes_gpc()? stripslashes ($TheValue): $theValue;

    $theValue = function_exists ("mysql_real_escape_string")? mysql_real_escape_string ($TheValue): mysql_escape_string ($theValue);

    Switch ($theType) {}

    case 'text ':

    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";

    break;

    case "long":

    case "int":

    $theValue = ($theValue! = "")? intval ($TheValue): 'NULL ';

    break;

    case "double":

    $theValue = ($theValue! = "")? « " ». doubleVal ($TheValue). "" "": "NULL";

    break;

    case "date":

    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";

    break;

    case "set":

    $theValue = ($theValue! = "")? $theDefinedValue: $theNotDefinedValue;

    break;

    }

    Return $theValue;

    }

    }

    ? >

    <? PHP

    Validate request to connect to this site.

    If (! isset {})

    session_start();

    }

    $loginFormAction = $_SERVER ['PHP_SELF'];

    If (isset($_GET['accesscheck'])) {}

    $_SESSION ['PrevUrl'] = $_GET ['accesscheck"];

    }

    If (isset($_POST['username'])) {}

    $loginUsername = $_POST ['username'];

    $password = $_POST ["password"];

    $MM_fldUserAuthorization = "";

    $MM_redirectLoginSuccess = "... / Members / ';"

    $MM_redirectLoginFailed = 'login.php ';

    $MM_redirecttoReferrer = false;

    @mysql_select_db ($database_Users, $Users);

    $LoginRS__query = sprintf ("SELECT Uname, Pword OF USERS WHERE Uname = %s AND Pword = %s",

    GetSQLValueString ($loginUsername, "text"), GetSQLValueString ($password, "text"));

    $LoginRS = mysql_query ($LoginRS__query, $Users) or die (mysql_error ());

    $loginFoundUser = mysql_num_rows ($LoginRS);

    If {($loginFoundUser)

    $loginStrGroup = "";

    Declare two session variables and assign them

    $_SESSION ['MM_Username"] = $loginUsername;

    $_SESSION ["MM_UserGroup"] = $loginStrGroup;

    If (isset($_SESSION['PrevUrl']) & & false) {}

    $MM_redirectLoginSuccess = $_SESSION ["PrevUrl"];

    }

    Header ("Location:".) $MM_redirectLoginSuccess);

    }

    else {}

    Header ("Location:".) $MM_redirectLoginFailed);

    }

    }

    ? >

    < ! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional / / IN" "http://www.w3.org/TR/html4/loose.dtd" > ""

    < html >

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; charset = ISO-8859-1 ">"

    <? PHP include ('inc_title.php')? >

    < link href = "styles.css" rel = "stylesheet" type = "text/css" > "

    < / head >

    < body > < div id = "banner" > < / div >

    < div id = "container" >

    < div align = "center" >

    < p > < / p >

    < p > < span class = "largebold" > forms connection </span > < / p >

    < name of the form = "form1" method = "POST" action = "<?" PHP echo $loginFormAction;? > ">"

    < p > user name:

    < name of entry = "username" type = "text" id = "username" >

    < /p >

    < p > password:

    < name of entry = "password" type = "password" id = "password" >

    < /p >

    < p >

    < input type = "submit" name = "Submit" value = "Login" >

    < /p >

    < / make >

    < p >

    <!--right end-->

    < /p >

    < / div >

    < div id = 'Clear' > < / div >

    < / div > <! - container end - >

    < / body >

    < / html >

    index page

    <? PHP include ('inc_auth.php')? >

    < ! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional / / IN" "http://www.w3.org/TR/html4/loose.dtd" > ""

    < html >

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; charset = ISO-8859-1 ">"

    <? PHP include ('inc_title.php')? >

    < link href = "styles.css" rel = "stylesheet" type = "text/css" > "

    < / head >

    < body > < div id = "banner" > < / div >

    < div id = "container" >

    < div id = "left" >

    <? PHP include ('inc_formselector.php')? >

    < / div > <! - end left - >

    <!--right end-->

    < div id = 'Clear' > < / div >

    < / div > <! - container end - >

    < / body >

    < / html >

    inc_auth page


    <? PHP

    If (! isset {})

    session_start();

    }

    $MM_authorizedUsers = "";

    $MM_donotCheckaccess = "true";

    Restrict access to Page: grant or deny access to this page

    Function isAuthorized ($strUsers, $UserGroup, $strGroups, $UserName) {}

    For safety, first assuming that the visitor is NOT allowed.

    $isValid = false;

    When a visitor is connected to this site, the MM_Username of Session variable value equal to their username.

    So, we know that a user is NOT logged if this Session variable is empty.

    If (! empty ($UserName)) {}

    In addition to being connected, you can restrict access to only certain users based on a created ID when they connect.

    Analyze the channels in the tables.

    $arrUsers = explode (",", $strUsers);

    $arrGroups = explode (",", $strGroups);

    If (in_array ($UserName, $arrUsers)) {}

    $isValid = true;

    }

    Or, you can restrict access to only certain users based on their user name.

    If (in_array ($UserGroup, $arrGroups)) {}

    $isValid = true;

    }

    If (($strUsers == "") & & true) {}

    $isValid = true;

    }

    }

    return $isValid;

    }

    $MM_restrictGoTo = 'login.php ';

    If (!) {(((isset($_SESSION['MM_Username']))) & & (isAuthorized ("", $MM_authorizedUsers, $_SESSION ['MM_Username'], {$_SESSION ['MM_UserGroup']})))}

    $MM_qsChar = ';?

    $MM_referrer = $_SERVER ['PHP_SELF'];

    If (strpos ($MM_restrictGoTo, "?")) $MM_qsChar = "&";

    If (isset ($QUERY_STRING) & & strlen ($QUERY_STRING) > 0)

    $MM_referrer. = « ? ». $QUERY_STRING;

    $MM_restrictGoTo = $MM_restrictGoTo. $MM_qsChar. "accesscheck =". UrlEncode ($MM_referrer);

    Header ("Location:".) $MM_restrictGoTo);

    "exit";

    }

    ? >

    I hope this is all to help me on this.  I worked on this NCB for a few weeks now.  I can't get one of the 4 redirects to work.   Thanks in advance

    It works very well.

    What it does is to select 'Auth' from the 'users' table that corresponds to the "Username" and "Password" and assigns the name of the page (indexil.php) that must be inserted into the database field 'Auth' to a variable named $Auth

    Connect to the database server

    mysql_connect ("xxxxxxx", "xxxxx", "xxxxxxx") or die (mysql_error ());

    Select database

    @mysql_select_db ("XXXXXXXXXXX") or die (mysql_error ());

    Select the url

    $strSQL = "SELECT authentication OF USERS WHERE Uname = '$loginUsername' AND Pword ="$password "";

    $rs = mysql_query ($strSQL);

    While ($row = {mysql_fetch_array ($rs))}

    $Auth = $row ["Auth"];

    Header ("Location:".) $Auth);

  • Problem with insertion of Hebrew language in the database.

    Hello

    I have improved my application Access Layer of NHibernate 1.2 to NHibernate 3.0 data.

    I have configured the database using ODP.net 11 g on upgradation.

    On insertion, it is not to throw any exception, but the Hebrew data goes like '?

    Can I get any pointer that why it's happening now.

    Here is my setup of NHibernate.

    < db:provider id = "AMACDbProvider".
    Provider = "OracleODP - 2.0".
    connectionString = "Data Source = EP;" User ID = AUSER; Password = AER1234; "/ >
    <! - for creating factory objects - >
    < object id = "NHibernateSessionFactory" type = "Spring.Data.NHibernate.LocalSessionFactoryObject, Spring.Data.NHibernate30" >
    < property name = "Dbprovider" ref = "AMACDbProvider" / >
    < property name = "MappingAssemblies" >
    < list >
    < value > CacheMappings < / value >
    < / list >
    < / property >
    < property name = "HibernateProperties" >
    < dictionary >
    < key = "hibernate.connection.provider entry" value ="NHibernate.Connection.DriverConnectionProvider" > < / entry > "
    < enter key = "dialect" value = "NHibernate.Dialect.Oracle10gDialect" > < / entry >
    < key = "connection.driver_class entry" value ="NHibernate.Driver.OracleDataClientDriver" > < / entry > "
    < key = "enter proxyfactory.factory_class"
    value = "NHibernate.bytecode.Castle.ProxyFactoryFactory, NHibernate.ByteCode.Castle" / > "
    < Enter key = "hbm2ddl.keywords" value = "none" / > "
    < / dictionary >
    < / property >
    < / object >

    Windows 1255 codepage is supported by the Hebrew alphabet. (ISO 8859-8 it is.)

    You will find the names of Oracle to support these character sets, if you search for "Latin/Hebrew" in table A-4 (recommended database character sets):
    http://download.Oracle.com/docs/CD/E11882_01/server.112/e10729/applocaledata.htm#i635016

    If language letters provided by only Win - 1255 (IW8MSWIN1255) does not satisfy your app needs, you should consider migrating to the universal language support which is Unicode. Game for Unicode characters in Oracle database are named AL32UTF8.

    http://download.Oracle.com/docs/CD/E11882_01/server.112/e10729/ch6unicode.htm
    http://download.Oracle.com/docs/CD/E11882_01/server.112/e10729/ch11charsetmig.htm

    Published by: orafad on August 1, 2011 20:24

  • How to find the patterns created explicitly in the database?

    Hello

    I'm using Oracle 11 g R1 database under Windows 2003 Server R2, my doubt is how can we find the list of schemas are explicitly created in the database, we can query this table DBA_USER or SYS. USER$ to find the list of available schemas (but it shows implicitly all the + explicitly created patterns), I need the exact list of scheme which created explicitly in the database is there any dictionary of data views is available, please advice...

    Thank you

    Shan

    But yes, you can get down SQL:

    Select a.username, a.created from dba_users a, v$ database b
    where a.created > b.created;

    Means, the users who created after the creation of the day of the database.

  • differences between the Data Pump to back up the database and use RMAN?

    What are the differences between the Data Pump to back up the database and use RMAN? What is DISADVANTAGES and BENEFITS?

    Thank you

    Search for the backup of the database in

    http://docs.Oracle.com/CD/B28359_01/server.111/b28318/backrec.htm#i1007289

    In brief

    RMAN-> physical backup. (copies of the physical database files)

    DataPump-> logical backup. (logical data such as tables, procedures)

    Docs for RMAN-

    http://docs.Oracle.com/CD/B28359_01/backup.111/b28270/rcmcncpt.htm#

    Datapump docs

    http://docs.Oracle.com/CD/B19306_01/server.102/b14215/dp_overview.htm

    Published by: Sunny kichloo on July 5, 2012 06:55

  • Cannot create files in the database by using the PHP Data Service

    Hello, I was stuck on this during a few days and get up and down for this on the net, no response, I found did work, so I come back to you...

    Here are the steps I took, I think that's pretty standard

    1. I have a macbook pro running osx 10.7.3

    2. I installed MAMP default all the (I've acually reinstalled this because someone suggested it could fix)

    3. via phpMyAdmin, I created a database called my_test

    4. in this database, I created a table, it is the export of this table: (I also tried with InnoDB, which is the default)

    CREATE TABLE 'client')

    int (10) 'id' unsigned NOT NULL AUTO_INCREMENT,

    'name' varchar (50) NOT NULL,

    'email' varchar (150) NOT NULL,

    PRIMARY KEY ('id'),

    UNIQUE KEY 'id' ('id')

    ) ENGINE = MyISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT = 1;

    5. I created a new project of Flx (running Flash Builder Premium 4.5.1)

    Project name: PHPTest

    Type of application: Desktop (although I did the same thing with the Web and got the same results)

    > > Next

    Type of application server: PHP

    Web root: / Applications/MAMP/htdocs /.

    Root of the URL: http://localhost: 8888 /

    Click on "Save Configuration" and who worked

    Output folder: / Applications/MAMP/htdocs/PHPService (default value of Flash Builder)

    > > Finish

    6. in the Data/Services on the background tab, I click on "connect to data or services...". »

    Select "PHP".

    > > Next

    Select «Click here to generate a sample»

    Select the option "Generate database"

    User name: root

    Password: root (default for MAMP)

    Host name: localhost

    Server port: 8889 (default for MAMP MySQL port, the default HTTP port is 8888, which, in both cases, seems to work, but all the videos I've seen that use MAMP on youtube uses 8889)

    Database: my_test

    Click 'Test connection' (work)

    Table: customer

    Primary key: id of (this field is dimmed and Flash selects Builder 'id', which it appears in the SQL table)

    > > Click OK

    7. then if I do not have the Zend Framework folder in my/Applications/MAMP/htdocs/folder it tells me its going to do this and I mean. Then Flash Builder said some things about how it really is for testing, not production server ready and I mean.

    8. then it brings back me to the form of step 6 when I have the chance to select «Click here to generate a sample»

    These fields are now filled with these data automatically:

    PHP class: /Applications/MAMP/htdocs/PHPTest/services/CustomerService.php

    Name of the service: customer service

    Package: services.customerservice

    Type of data package: valueObjects

    > > Click on Next (shows all functions, which will now be availible)

    > > Click done (end shapes and she opens Dreamweaver in the php file it created CustomerService.php that I didn't need to change so that I have that closes down)

    9. back in Flash Builder I switch to design mode and drag a datagrid control onto the large white area in the Middle, no matter who is called.

    10 slide below in the Data/Services on the bottom tab I click the "GetAllCustomer" function on the top of the data grid.

    I say yes to bounce, then click ok and the display of the data grid is updated with the columns of the 'customer' table in mySQL.

    (Now I would like to say that when I hit save and compile it, if I actually had documents in this table I have insert via phpMyAdmin, this is displayed in the datagrid control) So for all the CRUD, I am able to get the R which is read)

    11. now go back to the designer view in Flash Builder, I'll create a form to create the table records... (I guess this isn't really a step)

    12. in the data on background tab/Service I select the function 'createCustomer' and then there is an icon called "Form generating" that looks like a white sheet of paper with a sprocket on the bottom of things.

    13. This opens a new form and because I don't have a crazy bunch of fields in my table I click just finished (if you click then you can specify which fields you want to exclude from the form, but this time I don't have to)

    14. This creates actually 2 forms if you look at the code, the second shows just the return type of when you click on the button 'CreateCustomer' on the first form. Because they overlap in design mode I drag the form so you can see the entry form, the return form and the datagrid

    15 then I save and compile...

    (Also if your reading this fact does not delete the field in form of code, I get the same result, so be it, but if you do not delete the form field in the code/design you must also update the function button do not deal with the id before he is deported to the php page, since in this case the MySQL table's auto_increment sorry id value that does not have a lot of) sense, but this small area does not matter much anyway)

    16. now fill some data you want for name and email, try different numbers in the field id as 0, nothing, 1, 1000, then click on 'CreateCustomer '.

    (For me that nothing happens, no return is put on return, no error appears and the datagrid control is not updated with the new record, passing also to phpMyAdmin and checking her browse the table does no changes, I know that the button calls the function because if I add a state change it in this function of changes) , it seems that the line:

    createCustomerResult.token = customerService.createCustomer (customer2); does nothing)

    So no idea what is wrong here, I am convenced that's something stupid easy simple, I can't see it.

    So, I thought about it after 24 hours to post my question and probing every thing I could think about. I've been stuck with this problem for over a week, so I'll give myself credit for this one...

    userService.commit ();

    need to be added at the end of the function of button to force flex to do what seems every tutorial that I've ever read on how to do online is no need or mention, don't know why it worked without them but at this point I don't really like.

  • Two datagrids get data to a PHP data service

    Hello

    on my main screen I have an invisible datagrid that receives data from a PHP data via a MySQL database table service. All the rows of the datagrid contains data that are used by a visible form to fill its fields. So the first line of the data grid is selected by default (in this form are buttons: forward and backward to go through all the other entries in the datagrid control, but this is only the information aside).

    On my main screen I also have a navigation bar in which a button opens a titlewindow (I work with mx components only, so no spark). This titlewindow contains an another datagrid that gets the data from the same database table (using the same data service). As soon as this datagrid received the data, the selection in my datagrid on the main screen disappears (only the selection, and not the data) and so all the information in the form also disappears (leaving the fields blank).

    My wish is that the selection in the DataGrid on the main screen does not disappear. How can I achieve this?

    I tried to identify the problem and the only thing I can say is that the problem has something to do with the data service used by the datagrid control in the titlewindow. Without this data service, the value selected in the DataGrid on the main screen does not disappear.

    Your help is very appreciated!

    Padraig

    See the part code, also, why are you doing this and not databinding how many rows are we talking about

  • Problem with data services blackBerry Smartphones

    I want to use internet on my phone that by wifi, so obviosly I disabled data on implemented mobile network services. Problem is when I'm home or anywhere where I can connect to a wifi network, I get a message saying that there is no problem, and if it persists, I must contact my provider. I'm something wrong, is the solution?

    For some strange reason, you can now navigate with your data disabled Services.  It is a new feature in OS 7 (or 7.1, I don't remember which operating system, it has been introduced).  There was a time where you need to Data Services is enabled for surfing, even just with a Wi - Fi.

    However, I am happy that things are working for you now.

  • AS2 - problem with inserting of partition/name of the database/mysql

    Hello

    First of all... Sorry that I havn't put the ACE in a box, do not know how to do it on this forum!

    Okay, so here's my problem:

    I want to submit my score and the name in my database.

    This is the script I've tried Flash.

    Stop();

    create objects loadVars

    playerx = new LoadVars();

    playerRegistered = new LoadVars();

    playerRegistered.onLoad = showResult;

    create the button handler code to call the function that sends & load php

    _root.submitt.onRelease = submitScore;

    function submitScore (): Void {}

    playerx. Name = name_txt.text;

    playerx.score = score_txt.text;

    playerx.sendAndLoad ("register.php", playerRegistered);

    }

    This is the PHP script:

    <? PHP

    $connect = mysql_connect('x.com.mysql','x','password');

    @mysql_select_db ('x', $connect);

    $sql = "INSERT INTO high_scores_avoidthecars (name, score) VALUES ("'. ")" $_POST ['name']. '"," '. $_POST ['score'].'") ';"

    ? >

    Nothing is posted to the database, no errors etc... any ideas?

    If you went thru the link I provided you should see where you need to change the code that you did to get the Flash to work code.  Here is a link to an example of work that takes into account the second part of the code in this link that involves sending data (from line 28) with your textfields, etc.

    http://www.nedwebs.com/Flash/register.html

    The main problem with your AS2 code involves the following line...

    playerx.sendAndLoad ("register.php");

    It should be...

    playerx.sendAndLoad ("register.php", playerx. 'POST');

    Here's the code I used for the example files, I did...

    AS2 CODE

    playerx = new LoadVars();

    _root.submitt.onRelease = submitScore;

    function submitScore (): Void {}

    Response.Text = "clicked\n";

    playerx. Name = name_txt.text;

    playerx.score = score_txt.text;

    playerx.sendAndLoad ("register.php", playerx, "POST");

    }

    playerx.onLoad = onLoadCallBack;

    function onLoadCallBack (success)
    {
    Response.Text += "onLoad Processed\n";

    {if (success)}
    Response.Text += "Success\n;
    Response.Text += this.lVar1 + "\n";
    Response.Text += this.lVar2;
    } else {}
    Response.Text = "load error".
    }
    }

    PHP CODE

    <>
    read the variables
    $var1 = $_POST ['name'];
    $var2 = $_POST ['mark'];

    Send variables
    echo "& lVar1 = $var1 return &";.
    echo "& lVar2 = $var2 returned as well &";.
    ?>

  • Withdrawal and the entry of the database

    Hihi, looking for a solution for something like that.

    My intention to build a leaf (Data Input) to enter all the necessary information. (Use database)

    And after that, we turn to sheet 1-1, as it is the page I need to select the information that must appear in others.

    Is there a method / formula to define, so that I can key in the name of the element (Cranberry) in the cell of the element, and (price, color, size, Photo Kgs) can be automatically filled as I previously entered it?

    Much appreciated for your help =)

    Hi Taelim,

    The combination of the INDEX and MATCH will be repeated.

    Formula in B2 from the roll of the order (and fill down and fill right)

    = INDEX (Database::B,MATCH($A2,Database::$A,0))

    My cheat for INDEX and MATCH worksheet:

    = INDEX (column, I want a value returned by,)

    MATCH (the value of my choice,

    Column, I want to search against.

    Enter ""0")).

    -See more at: http://www.randomwok.com/excel/how-to-use-index-match/#sthash.L2WFkFjw.dpuf

    To hide the triangles of red error (where there is no entry in a cell in column A of the table Order), enter this formula in A2 B2 (and fill down and fill right)

    = IF (A2 = "", "", INDEX (database: B, MATCH($A2,Database::$A,0))))))

    If a cell in column A is empty (NULL,"" "), then insert NULL" ", otherwise perform the formula INDEX & MATCH.

    I don't know how to find a photo in the database and insert it into the order.

    I hope I understood your screenshot. Command Shift 3 (fullscreen) is often difficult to read. Try the command shift 4 and drag the cross on the relevant part of your screen. How to display a screenshot, see this tip for user to Wayne.

    https://discussions.Apple.com/docs/doc-6591

    Kind regards

    Ian.

    Edit: enter this formula in A2 B2.

  • How to create and use the database in the development of a mobile Web site?

    Hello

    I am a beginner in the creation of Mobile-based Web sites. So, please can someone help me as I want to use a database for a website of the mobile base. How can I proceed further on this issue? I know what database I use and how a connection can be made to it and using what language?

    Please do not respond.

    Thank you and best regards,

    Richa Bhatia

    If you are a Microsoft Developer, you can use ADO.NET to access the database.  This is because it is the technology on the server side and is running on the web server and not to the device.

    You can create your Web site by using one of the web technologies side server such as ASP.NET, JSP, PHP etc. Any technology that will serve up to HTML will work.

    When developing web sites for mobile devices, you will quickly realize that it is not a "one size fits all".  Each set of HTML markup will probably have to be customized for each of the mobile that you are eager to target.  And then, for each version of the operating system for mobile devices there are differences in sizes of rendering, JavaScript and HTML/CSS screen capabilities.

    My best analogy is thinking differences between desktop browsers such as IE5/6/7/8, Firefox, Chrome, Opera, Safari vX.Y.  Then multiply that by about 10 fold when it comes to differences in mobile browsers.

    Have a Web site that supports all mobile devices with a set of means HTML you'll probably adopt an approach more common denominator based on lowest mobile device features, you want to support.  The alternative is create targeted for each mobile user experiences.

  • Date picker date is not stored in the database

    Hi Frends,

    In my cutom OAF page, I use a messageTextInputBean. I put the data type of this bean as Date (to act as a date picker). I have attached an attribute of the view to the bean (date selector) text.

    View attached attribute is also a type Date.

    If a date is choose and committed the transaction, I get null value of the attribute method of the bean

    I used the below codes in AM

    oracle.jbo.domain.Date expiration_date = (oracle.jbo.domain.Date) row.getAttribute ("ExpirationDate");

    ........

    ...........

    Between the code is here...

    linesrow.setAttribute ("ExpirationDate", expiration_date);

    Apply();

    Could someone suggest how to solve this problem, get the date that is entered in...

    Kind regards
    Tarun

    Tarun,

    Can you just try for does not the date stored in the attribute to display and check if the value is going to the database. It would be possible that code fixed the null value by mistake.

    Concerning

    Sumit

  • How to store data instead of memoryengine to the database when using XML file

    Hi Experts,


    I doubt that in XML for transferring data from the database.
    Transfer of data from XML to the database tables will be store in memory for xml files, my goal is instead stored in the memory table engine
    is it possible to store the data in the database itself...
    I guess that when the size of the data increases say for example given huge amount, store as much data is the big issue here on the right, so to avoid this, is it possible to store
    These data directly in the database level.

    Please understand my requirement, either I have the explanation regarding my requirement and please help me how to do this job...


    THX,
    Sara.

    Remove the dp_doc = option Y of your url. It removes the schema whenever a new connection is created.
    If you don't want to truncate the tables, I think you should also add the option dp_tbl = N.

    Kind regards
    JeromeFr

  • creating user using the database link

    Hello

    I have 11g installed on one of the server
    I created the database BUGAU to bugau.us.oracle.com link
    link works fine

    "Select * from table@"Bugau "gives the expected result

    I ran the Sub statement to my server using the dblink.but do not know how to use the dblink to that effect. Please sat down

    CREATE USER ABC IDENTIFIED BY welcome TEMPORARY by DEFAULT TABLESPACE USERS_001 temp123 TABLESPACE;

    GRANT DEFAULT TO abc;

    ALTER USER abc PROFILE LEVEL_1;

    Thank you
    Archana

    Bravid wrote:

    You cannot create a user on a remote database using a database link.

    You can, but it is not a good design:

    SQL> exec dbms_utility.exec_ddl_statement@orcl('CREATE USER ABC IDENTIFIED BY ABC');
    
    PL/SQL procedure successfully completed.
    
    SQL> exec dbms_utility.exec_ddl_statement@orcl('GRANT CREATE SESSION TO ABC');
    
    PL/SQL procedure successfully completed.
    
    SQL> connect abc@orcl/ABC
    Connected.
    SQL> 
    

    Of course, the user in the database unite ORCL must have EXECUTE on DBMS_UTILITY privilege.

    SY.

Maybe you are looking for

  • messages keep disappearing after upgrade to ios 9.3

    I recently updated my iphone IOS 9.3 5. I meet a lot of problems with text messages: 1. the messages keep dissappearing at regular intervals 2. when I send messages, it keeps saying "sending", but never ends send. 3 alerts sounds does not not for inc

  • How to reset a disabled iPhone 4S without iTunes

    How to reset a disabled iPhone 4S without iTunes

  • envy 13-1150es: 13 1150es - unknown driver envy

    Hello I have a laptop HP Envy 13 1150es and had to reinstall a full Win7 (64 bit). I forgot to make a backup of all drivers before the reinstall and once I reinstalled Win7, I now have problems with some drivers. I downloaded and installed all the dr

  • Vectors force to shut down

    Ultiboard V10.0, Power Pro, This question has probably been asked before, but is still annoying me, is it possible to disable the Force vectors at all times (I mean permanently while they appear not at all, once again, as I do not use this feature) t

  • vestige of purge control panel

    My Control Panel is a remnant of a deleted just the title program won't let me reinstall the program because he said we must remove this option is no longer available for me in Control Panel how to purge this line?