To maintain a database should I use MySQL or QBE (Query by example) and why?

Dear Sir/Madam

I am working on a task, I was assigned to my calculation CAU, for more points I need of primary research and would appreciate your opinion on the usefulness and ease of use to maintain a database in two ways.

Yours faithfully, Filip urban.

Academy of Hodgson.

Better, your questions are asked in the MSDN forum:

https://social.msdn.Microsoft.com/forums/en-us/home

Tags: Windows

Similar Questions

  • Request for each thumbnail EXR bridge if transparency should be used as transparent or alpha! WTF?

    Since the last update, the bridge behaves like photoshop with OpenExr files: he asks if the alpha should be used as transparency or alpha.

    And this for EACH file in a folder in the Bridge creates thumbnails. You just ruined my workflow with EXRs. Completelly. Imagine a folder with hundreds of animation EXR images. Bridge wants to create thumbnails and wonder hundrets of times how? What did you even think to this? Have you even thought about everything? Why oh why?

    Change this behavior immediately or give me a hack to work around. Please, I beg you!

    Hi Otto.

    We published a new version of Adobe Bridge (CC 2017) on 2 November 2016. The new version of version number is 7.0.0.93. This version is available for installation via the Adobe Creative Cloud application.

    Please try the new version and look for problems you encounter.

    You may need to update the creative cloud app and restart your computer to see the update patch.

    Kind regards

    Gerard

  • What is web sheet and why is it using my location

    I found WebSheet and com.apple.springboard.websheet using my location. What are they and why are they on my iPhone?

    "com.apple.springboard' in location Services

  • Is it possible that muse adobe to have a Back-End that connects to a database using MySQL, SQL, Access etc...

    Is it possible that muse adobe to have a Back-End that connects to a database using MySQL, SQL, Access etc...

    Nothing to do with the Muse at all. You have things backwards. If you use a dynamic interface, you work in the API hooks and predefined functions and that he don't just slap on an arbitrary HTML façade. It is simply not how it works.

    Mylenium

  • Drop into the PHP code to connect using MySQL and MyAdmin

    This code should be as common as dirt, but I need help in looking for it. Considering how most of the sites have a mode of connection it surprises me that DW does not have some kind of widget to encode the fundamentals, but I digress.  I have a family site private, accessible by a username / password to a file static login.php. I think of moving to the next level will require the use of MySQL and a database... which seems a bridge too far... However, what I "think" I want to do is... (especially #5)

    1. a login for predefined members (40 odd) system using a primary e-mail address as ID.
    2. a connection that has a remember me option
    3. a connection that would show the user the last time that he / she has logged in and how many times.
    4. a method of sending an email with the username and password of the user
    5. a method of object defining his username and / or password.
    6. When changes are made an email is sent to me
    7. and... possibly different access levels / permissions, as in, shareholder have full access and no shareholders / clients have access to only a few pages.

    Can point to a location that would have such a code available for a cut and paste the developer... with instructions

    Thank you for your time.

    Ralph3616 wrote:

    1. / * Adds a line of [] $authorization for each pair of login/password you want to add: * /.
    2. [$authorization] = array ('feldon', '123456', ' feldon @google.com ');
    3. [$authorization] = array ('ralphv', '1234only', ' [email protected]');
    4. [$authorization] = array ('guest', '1234guest', ' [email protected]');

    (How?)

    • Check if the email address exists and if so
    • Send an email to this address with the user name and password on this line. And a brief message... "xxxxxx xxxx xxxx" and a subject heading.
    • Otherwise, a different error message on any match and contact [email protected]

    A second page (the result of a failure, login) would have access to my login.php to find the desired information?

    I could make a file (database?) on my server with this list?

    Could this work? Can someone show me how?

    Thank you for your time.

    Here's one way you could do it, BUT it seems a lot of work if you have dozens of users - why your passwords/user names contained in the bays and not a database?

    In any case taking the 3 examples you gave above, and assuming that you have sent your username to a 'recover' username and password ' page that has a form on it asking the the e-mail address of the user (gives the name of "email_address" entry field and then submit directly to the next page) : it grabs the value of the field in the form email_address and then checks through the berries if the email address exists. If he sends the user name and password to this email address.

    I guess it's a site of low security keys so that you need not md5 passwords.

    NOTE PLEASE I HAVE INSERTED AN "X" IN THE E-MAIL ADDRESSES WHICH NEEDS TO BR REMOVED. (SPAM)

    <>

    $email_address = $_POST ['email_address'];

    [$authorization] = array ('feldon', '123456', ' [email protected]');

    [$authorization] = array ('ralphv', '1234only', ' [email protected]');

    [$authorization] = array ('guest', '1234guest', ' [email protected]');

    {If (in_array ($email_address, {$authorization [0]}))}

    $username = "feldon.

    $password = "123456".

    $email = "[email protected]";

    $matchFound = 'success ';

    }

    {If (in_array ($email_address, {$authorization [1]}))}

    $username = "ralphv";

    $password = "1234only";

    $email = "[email protected]";

    $matchFound = 'success ';

    }

    {If (in_array ($email_address, {$authorization [2]}))}

    $username = "guest";

    $password = "1234guest";

    $email = "[email protected]";

    $matchFound = 'success ';

    }

    {if (isset ($matchFound))}

    $to = $email_address;

    Object

    $subject = "Your user name and password";

    $headers = "from: $email_address\r\n";

    $headers. = "reply-To: $email_address\r\n";

    build the message

    $message = ' username: $username\n\n ";

    $message. = "password: $password\n\n";

    mail ($ $subject, $message, $headers);

    ECHO "we sent you an email with your username and password';

    }

    else {}

    echo "no user leaves with the e-mail address provided.

    }

    ?>

  • OWB 11.2: Using mysql in a map

    Hi all

    I'm new to OWB (but not oracle) and I'm trying to use a database as a source for some intermediate tables mysql.
    I have installed and configured the jdbc drivers in order to connect to the mysql database, well.
    the source mysql database is on a server other than the target of the oracle
    I used the script from David Allans to create maps of different attributes in ombplus and now the mysql database metadata are correctly imported.

    However, when I try to use mysql as the source database in the target (oracle) database it returns

    VLD-1151: operator ADDRESS is bound to an object in the native heterogeneous module SRC_DEV_MYSQL
    A mapping that reside in a module of Oracle or a unit of execution with the assigned objective Oracle code model cannot directly access objects residing in the heterogeneous native modules. To access these objects, create a mapping in a model mapping module or assign a model code of loading or integration to the execution unit.

    I'm sorry but I'm a bit overwhelmed by the documentation... could someone point me in the right direction


    Best regards

    Philippe

    Phillippe,

    Have you used the classical mapping? (I hope that your mapping in model mappings).

    What code templates that you can use mapping of CT?

    The MySQL tables should not be part of a unit of arbitrary executiong to which ORACLE_DEFAULT_TARGET_CT is applied.
    They must be part of a unit of execution as LCT_SQL_TO_ORACLE.

  • connect to local mySQL using MySQL Administrator

    Hello
    I had a problem using a mySQL database remote dreamweaver php development (some tables wouldn't show in the database view). So I decided to install mySQL locally on my development computer.

    I use mySQL administrator to manage my databases and do not know how to connect to the new local mysql, I installed?

    Since the installation of mysql 5.0, I created not databases etc, so I guess I need to do first to get something to you connect to...?

    Secondly, should what details I use to connect:

    Host name: localhost?
    Port: 3306?

    All the tips, much appreciated.

    Hi Nick, thanks for your response.

    I am familiar with the connection to the DW databases, connection strings etc. But when I create a connection that is "successfully tested", the database tables do not show in the window DW database?

    That's why I installed mysql locally, hopefully resolve this issue. However, I could not connect to mysql using mysql administrator to manage. It was my request in the post.

    I now setup users mysql server scripts and a database. Now I can conenct help mysql administrator using the host name 'root', etc..

    Thanks for your comments. Can I after return and get some feedback so I still don't see tables via my local mysql also server DW.

    Thanks again.

  • What should I use: Stand by or hibernation mode?

    What is the general Council concerning power options - should I use (default) stand-by, hibernation or shutdown. This could be for 1 hour or overnight.

    I just used stand-by but sometimes all night I hear the hard disk activity.

    I was wondering the general consensus.

    Thank you

    Hello

    Something this two modes:

    Sleep and modes extended recording the State of the computer when it off s. The next time the unit is turn on, the data will be retrieved and the computer's User Interface will appear exactly how it was when it was turned off.

    The difference between the standby and Hibernation mode is the method of saving the State of the system data:
    -in standby mode, the RAM is used to save the State of the data, and therefore, the RAM is always fed in order to maintain the saved state.
    -in hibernation mode, the State of data is saved on the hard disk, in a special file called Toshiber.dat.

    Standby mode keeps the saved state of the computer for only a few days, that is until the battery is empty.
    Hibernation can persist the State of the data indefinitely, but start and stop times are longer than with the Standby mode and require more energy while saving and recovery of State data.

  • That means recommended recommended for an ASM diskgroup to maintain production database?

    Dear Experts,

    That means recommended recommended for an ASM diskgroup to maintain production database?

    + DATA

    to keep the redo log groups redo1a, redo2a, redo3a with 3 members = redo1b, redo2b, redo3b, redo1c, redo2c, redo3c

    to organize 3 controlfiles

    organize storage of data files

    to keep the index tablespaces

    How many disk (as a point of reference)

    + FRA

    Where to place archivelogs

    Thanks in advance,

    Kind regards

    IVW

    Salvation;

    A good practice is:

    + DATA holds:

    • Redo log files, Member 1.
    • Control file.
    • Data files.

    + FRA holds:

    • Redo log files, Member of the 2.
    • Control file
    • Backup of files: archived redo logs, control automatic file backups, spills auto backups, copies, backup sets, flashback logs.

    This is the distribution of files most used; but always distribution will depend on the size of your database and how do you set up your database. Remember that you need to know how your database works. As Aman said in another post, distribution of files depends on how many disk groups you can have, depending on the speed of the disc.

    Kind regards.

    Willy

  • How can I create a new database without table using database configuration

    How can I create a new database without table using database configuration

    You can search for your "DBA 2 days" version oracle documentation for your version.  You should also read the manual of the concepts.  Create your own schema is pretty basic, all you have to do is to create a user.  Don't use dba or system for your own objects.

  • What is the meaning of the OPA session tables in Siebel for OPA? That is to say why they were created when they should be used? and what was the first thought behind the creation of tables of session?

    Hi all

    I wanted to know best practices regarding the use of the tables of session OPA? that is, what was the initial logic of creating tables of session? where we should use them and why? also can you please argue for and against about two approaches mentioned below

    Method 1: Save and reterieve OPA session data tables using session ID and case ID?

    Approach 2: Save data in Siebel database tables and just use reterieve case Id Siebel data and save the back.

    Thanks for your replies.

    Session tables are there to allow easy storage of the results of an interview of the OPA. It can be used to extract data from an interview, but probably more useful as an archive of past interviews. Is it possible to load a previous interview in the determinations of the Web from this table.

    1. This can be very useful to resume a partially completed interview.

    2. it can be used as verification of de facto mechanism to see what has been entered in an interview.

    In general I prefer to approach 2 where there are intercepted the incoming data to an interview in a before handler registration and then save the data you need from the interview in the location that you must save it.

  • A query need to check whether the database should any recovery media...

    Hello

    I'm at the stage of editing a database and still be opened.at this point no matter what query is available or in any other way is there to check whether the database should any recovery media or Instance recovery... ?

    My goal is before opening the database, I make sure it's compatible or incompatible, and any form of recovery is necessary.

    Thank you and best regards,
    Rameau

    Published by: ragu.dba.in on 6 March 2013 12:57 AM

    Hi Lila,

    Use these queries, YVERT should match... no fuzzy file, don't check for recovering files in v$ recover_file... spend sufficient archives & realize the audits before open reset-logs

    set line 900
    set pages 900
    set echo on
    alter session set nls_date_format='dd-mon-yyyy hh24:mi:ss';
    set numwidth 13
    col CHECKPOINT_CHANGE# for 9999999999999999
    col CHANGE# for 9999999999999999
    column error format a10
    column member format a60
    show parameter db_recover
    select * from v$recover_file;
    select file#, status from v$datafile;
    select file#, checkpoint_change#, checkpoint_time, error from v$datafile_header;
    select distinct status from v$backup;
    select distinct  checkpoint_change#  from v$datafile_header;
    select hxfil file_id, fhscn scn, fhthr thread, fhrba_seq sequence, fhsta status from x$kcvfh;
    select distinct fhscn from x$kcvfh;
    select hxfil file_id, fhtnm tablespace_name from x$kcvfh;
    ##### Fuzzy Check ####
    alter session set nls_date_format = 'DD-MON-YYYY HH24:MI:SS';
    set feedback on
    set heading on
    set pagesize 1000
    set linesize 175
    column checkpoint_change# format 999999999999999999999
    select status, checkpoint_change#, fuzzy,
    to_char(checkpoint_time, 'DD-MON-YYYY HH24:MI:SS') as checkpoint_time,
    count(*)
    from v$datafile_header
    group by status, checkpoint_change#, fuzzy, checkpoint_time
    order by status, checkpoint_change#, fuzzy, checkpoint_time;
    

    Thank you
    Ajay more
    http://www.moreajays.com

  • CFScript to create tables (using MySQL) and configure it to use InnoDB

    I use a cfscript to create my database and the tables using MySQL, and I was able to DO this with success, accept that I'm having a problem. I want to put my tables use InnoDB instead of MyISAM. How to do this?

    That's what I did:

    < cfquery = 'test' datasource name = 'mydatasource' >
    CREATE TABLE Test
    (
    Id int (11) NOT NULL auto_increment,
    Name varchar (20) default NULL,
    Tinyint (4) active default NULL,
    PRIMARY KEY (Id)
    ); ENGINE = InnoDB DEFAULT CHARSET = latin;
    < / cfquery >

    But when I get an error when I run this script. That's what I get:

    -You have an error in your SQL syntax; "check the manual for your version of the MySQL server for the right syntax to use near '; ENGINE = InnoDB DEFAULT CHARSET = latin1'.

    I look and it's the right syntax. Any ideas what I am doing wrong?

    Thanks for any help

    Alfie

    Nevermind, I figured it. I misspelled it.

    ENGINE type = InnoDB... must be before the semicolon.

    :)

  • ORA-16797: database does not use a server parameter file

    I can see newspapers apply pending data. But in the dataguard alter journal generates error ORA-16797: database does not use a server parameter file

    Error message in the logfile dataguard
    -----------------------------------

    DG 2010-03-23-17: 0 2 714415739 MICHAEL 46:45: GET_DRC finished
    DG 2010-03-23-17: 714415740 3 1000000 MICHAEL 46:45: GET_SITE: success. (len = 464)
    DG 2010-03-23-17: 714415740 3 1000000 MICHAEL 46:45: GET_SITE finished
    DG 2010-03-23-17: 2000000 3 714415741 MICHAEL 46:45: GET_SITE: success. (len = 481)
    DG 2010-03-23-17: 2000000 3 714415741 MICHAEL 46:45: GET_SITE finished
    DG 2010-03-23-17: 0 2 714415742 MICHAEL 46:45: CTL_GET_STATUS sent to the ANZPRD site for treatment
    DG 2010-03-23-17: 0 2 714415742 MICHAEL 46:45: CTL_GET_STATUS finished
    DG 2010-03-23-17: 47:32 0 2 0 RSM0: HEALTH CHECK ERROR: ORA-16797: database does not use a server parameter file
    DG 2010-03-23-17: 47:32 0 2 704706097 CTL_GET_STATUS operation cancelled during phase 1, error = ORA-16797
    DG 2010-03-23-17: 47:32 0 2 704706097 CTL_GET_STATUS operation cancelled during phase 1, error = ORA-16797

    QL > SELECT MAX(SEQUENCE#), THREAD # V$ ARCHIVED_LOG GROUP THREAD #;

    MAX(SEQUENCE#) THREAD #.
    -------------- ----------
    2, 2000
    2060 1

    I did the steps

    Create spfile pfie
    Shutdown
    Started by spifile

    No luck. Journal of applied began. but I see the same error in the datagurd log file

    Here's what it should look like:

    SQL> show parameter pfile
    
    NAME_COL_PLUS_SHOW_PARAM                                                         TYPE
    -------------------------------------------------------------------------------- ------
    VALUE_COL_PLUS_SHOW_PARAM
    ---------------------------------------------------------------------------------------
    spfile                                                                           string
    C:\ORACLE\PRODUCT\11.1.0\DB_1\DATABASE\SPFILEORABASE.ORA
    SQL> 
    

    My guess is that the file is not in the right place. Check the location and your ORACLE_HOME environment variable.

    It should be in $ORACLE_HOME/database for windows, $ORACLE_HOME/dbs for real operating systems.

  • Hello. I need to know what Add on specific advise you I should I use to block pop up ads. Be very specific.

    Hello. I need to know what Add on specific advise you I should I use to block pop up ads. Be very specific.
    In other words, please tell me that pop-up blocker is safe to use and will fit very well with features of Firefox.
    Thank you
    Kind regards
    Alfred

    Firefox has a built-in pop-up Blocker.

    For everything else:

    https://addons.Mozilla.org/en-us/Firefox/addon/Adblock-Plus/

Maybe you are looking for

  • Remove the failover unit

    I have a client who wants to remove their unity failover server. The unit is 4.0 (3) SR1. I removed all the stuff of CallManager thus failover is turned off but I was wondering what I would do on the server of the unit remaining. Is there way or reas

  • Search content of file types specified with the possible disabled indexing at all?

    I found this page which apparently gives a method: http://www.SevenForums.com/tutorials/27116-search-inside-certain-file-types-indexing-disabled.html However, after testing this method and reboot just in case it does, it made no difference.  What I w

  • Set DB to listen only NIC1

    Server oracle linux 6.6Oracle Enterprise 12 cNIC 2NIC1 IP: 192.168.100.10NIC2 IP: 192.168.100.11I can connect the TCP with the two IP, b 1521 UT, I want it listens only on NIC1, so I can devote the NIC2 to other services installed on the same server,

  • Failed installing XP Home Edition

    Hellofirst of all – under VMware Server 1.0 x thinks all work well.Now, I have installed VMware Server 2.0 - sub SUSE 11.0; Kernel 2.6.25.20 - 0.1. No Setup error, but by running vmware - config.pl, I receive information that my kernel did you build

  • How can I download CS6?

    I just bought Photoshop CS6 and whenever I click on download, it shows another screen and does not start the download. When I click on download it ceases to take me to a screen where I can get more apps and I don't want to purchace anything else. How