Query MySQL do not appear

I'm building a query simple db using MAMP - PHP/MySQL and have managed to access the DB and am able to query the DB compared to the breast of Recordset links. I have the defined query to locate an ID locator and then go back and see the other two fields - name and expiration date. I am using a configuration of php SUBMIT pointing to a PHP file configured to display results. If I enter an ID (which I know is here) the result window opens to display an empty field.

Here's the code for subnmit:

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

<? PHP

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

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

{

If (via PHP_VERSION < 6) {}

$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;

}

}

$editFormAction = $_SERVER ['PHP_SELF'];

If (isset {}

$editFormAction. = « ? ». htmlentities($_SERVER['QUERY_STRING']);

}

If ((isset($_POST["MM_update"])) & & ($_POST ["MM_update"] == "form1")) {}

$updateSQL = sprintf ("UPDATE tblPatients SET name = %s, posted = %s, PatientID = %s WHERE idtblPatients = %s",

GetSQLValueString ($_POST ['name'], "text").

GetSQLValueString ($_POST ["' show"], "date").

GetSQLValueString ($_POST ["'PatientID"], "text").

GetSQLValueString ($_POST ['idtblPatients'], "int"));

@mysql_select_db ($database_Test999, $Test999);

$Result1 = mysql_query ($updateSQL, $Test999) or die (mysql_error ());

}

@mysql_select_db ($database_Test999, $Test999);

$query_Recordset1 = "SELECT * FROM tblPatients";

$Recordset1 = mysql_query ($query_Recordset1, $Test999) or die (mysql_error ());

$row_Recordset1 = mysql_fetch_assoc ($Recordset1);

$totalRows_Recordset1 = mysql_num_rows ($Recordset1);

# FileName = "Connection_php_mysql.htm"

# Type = 'MYSQL '.

# HTTP = 'true '.

$hostname_Test999 = "localhost";

$database_Test999 = "xediTHM";

$username_Test999 = 'root ';

$password_Test999 = 'root ';

$Test999 = mysql_pconnect ($hostname_Test999, $username_Test999, $password_Test999) or trigger_error (mysql_error (), E_USER_ERROR);

mysql_free_result ($Recordset1);

? >

< do action = "<?" PHP echo $editFormAction;? ">" method = "post" name = "form1" id = "form1" >

< table align = "center" >

< tr valign = 'of basic">

< td nowrap = "nowrap" align = "right" > IdtblPatients: < table >

< td > <? PHP echo $row_Recordset1 ["idtblPatients"];? > < table >

< /tr >

< tr valign = 'of basic">

< td nowrap = "nowrap" align = "right" > name: < table >

< td > < input type = "text" name = "Name" value = "<?" PHP echo htmlentities ($row_Recordset1 ['name'], ENT_COMPAT, ");? ">" size = "32" / > < table >

< /tr >

< tr valign = 'of basic">

< td nowrap = "nowrap" align = "right" > displayed: < table >

< td > < input type = "text" name = "Posted" value = "<?" PHP echo htmlentities ($row_Recordset1 ['display'], ENT_COMPAT, ");? ">" size = "32" / > < table >

< /tr >

< tr valign = 'of basic">

< td nowrap = "nowrap" align = "right" > PatientID: < table >

< td > < input type = "text" name = "PatientID" value = "<?" PHP echo htmlentities ($row_Recordset1 ['PatientID'], ENT_COMPAT, ");? ">" size = "32" / > < table >

< /tr >

< tr valign = 'of basic">

< td nowrap = "nowrap" align = "right" > < table >

< td > < input type = "submit" value = "Update file" / > < table >

< /tr >

< /table >

< input type = "hidden" name = "MM_update" value = "form1" / >

< input type = "hidden" name = "idtblPatients" value = "<?" PHP echo $row_Recordset1 ["idtblPatients"];? ">" / >

< / make >

< p > < / p >

Here is the code of the page of query results:

< ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""

" < html xmlns =" http://www.w3.org/1999/xhtml ">

< head >

< meta http-equiv = "Content-Type" content = text/html"; Charset = UTF-8 "/ >"

< title > validate < /title >

< style type = "text/css" >

{body

background-color: #09F;

}

< / style >

< / head >

< body >

< table width = "386" border = "1" >

< b >

Name < td > < table >

posted < td > < table >

< /tr >

<? PHP {? >}

< b >

< height td = "39" > <? PHP echo $row_Recordset88 ['name'];? > < table >

< td > <? PHP echo $row_Recordset88 ['display'];? > < table >

< /tr >

<? PHP} while ($row_Recordset88 = mysql_fetch_array ($Recordset88));? >

< /table >

< / body >

< / html >

<? PHP

mysql_free_result ($Recordset88);

? >

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

<? PHP

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

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

{

If (via PHP_VERSION < 6) {}

$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;

}

}

$maxRows_Recordset88 = 2;

$pageNum_Recordset88 = 0;

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

$pageNum_Recordset88 = $_GET ['pageNum_Recordset88'];

}

$startRow_Recordset88 = $pageNum_Recordset88 * $maxRows_Recordset88;

$colname_Recordset88 = "-1";

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

$colname_Recordset88 = $_GET ["PatientID"];

}

@mysql_select_db ($database_Test999, $Test999);

$query_Recordset88 = sprintf ("" SELECT name, showed WHERE the PatientID = %s tblPatients ", GetSQLValueString ($colname_Recordset88,"text")");

$query_limit_Recordset88 = sprintf ("%s LIMIT %d, %d", $query_Recordset88, $startRow_Recordset88, $maxRows_Recordset88);

$Recordset88 = mysql_query ($query_limit_Recordset88, $Test999) or die (mysql_error ());

$row_Recordset88 = mysql_fetch_array ($Recordset88);

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

$totalRows_Recordset88 = $_GET ['totalRows_Recordset88'];

} else {}

$all_Recordset88 = mysql_query ($query_Recordset88);

$totalRows_Recordset88 = mysql_num_rows ($all_Recordset88);

}

$totalPages_Recordset88 = ceil($totalRows_Recordset88/$maxRows_Recordset88)-1;

? >

-------------

What is shown is without name and date.

Dreamweaver1.png

I'm new to PHP/MySQL any ideas where I made a blunder would be most appreciated.

Thank you

Your form is by using the POST method, but you will recover the PatientID using GET. You must use the same method to send and receive.

Tags: Dreamweaver

Similar Questions

  • Visual Query Builder does not work

    I use the ColdFusion Flex Builder 3 (3.0.1.205647) extensions, and I can't use the Visual Query Builder. This is a new installation for ColdFusion8. I have configured RDS, I even test the connection successfully.

    I can use the RDS DataView and see the databases, click cfartgallery, for example and see the facility 'art' content of the table. No problem. Then I click the button of "Visual Query Builder", and nothing happens. The query designer does not appear.

    It's not a big problem until I have try running the CF/Ajax application wizard and edit the page master is supposed to open query... Builder even problem. Same here, it will not open. So I can't change anything or use the wizards at all. I get no error message, it just does nothing when I click on the button.

    Does anyone else have this problem? Is there a setting I'm missing or need to set up after a new installation in the CF administrator?

    Using vista?

    Click Flex and then click on run as administrator

    --
    Ken Ford
    Adobe Community Expert Dreamweaver/ColdFusion
    Fordwebs, LLC
    http://www.fordwebs.com

    "adimauro" wrote in message
    News:g8pt2n$JH1$1@forums. Macromedia.com...
    > I use the ColdFusion Flex Builder 3 (3.0.1.205647), and
    > I
    > cannot use the Visual Query Builder. This is a new installation for ColdFusion8. I have
    > have
    > RDS set up, I even test the connection successfully.
    >
    > I can use the RDS DataView and see the databases, click cfartgallery,.
    > for
    > contents of the example table and the exhibition 'art '. No problem. Then I click on the
    > "Visual Query Builder" button and nothing happens. The query designer is
    > not
    > show.
    >
    > It's not a big deal, until I have try running the CF/Ajax application wizard, and
    > edition
    > the master page is supposed to open the Query Builder... same problem.
    > Even
    > here it does not open. So I can't change anything or use the wizards at all. I have
    > don't get any what error message, it just does nothing when I click on the
    > button.
    >
    > Someone else has this problem? Is there a setting I am missing or have
    > to
    > set up after a new installation in the CF administrator?
    >

  • Payroll Run query does not appear on the payroll LOV

    Hi all

    Am on 12.1.3
    DB - 11 GR 1 material

    Wen, trying to run on PAYROLL:
    FACE below error:
    Payroll Run query does not appear on the payroll LOV


    Thank you

    Please post the exact name of the simultaneous program you want to submit as well as all the parameters.

    I understand that you get an error when you try to select the LOV to pass parameters, right?

    If the program has not yet been presented, then it is an expected behavior not to find any file of log/output.

    Please see if these MOS Docs Help.

    Simultaneous request for payroll, payroll name Lov for payroll run Erros: APP-FND-1436: the list of values can not find all the values for you to choose [333524.1 ID]
    Payroll run parameter list of values (LOV) in the process "Retry Payroll Run" does not display any values [1368390.1 ID]

    Thank you
    Hussein

  • Alarming - alarms defined by the user not appearing is not in history

    Hello

    I use the DSC module to create alarms.  I can successfully configure an alarm for a shared variable.  I use the alarms.vi of reading to read the current alarms.   I am able to recognize and to disappear which removes them from the list.  I also see a history of them when using the "alarm and event Query.vi.  Now, I do the same with user-defined alarms.  I have created alarm using the "user defined Alarm.vi value.  The alarm are displayed in the list (read alarms.vi).  I can acknowledge the alarm and it disappears from the list.  Now when I use the 'alarm & Query.vi' the user defined alarm does not appear in the list.  Only shared variable alarms are displayed.  Is this correct?  Is there a good example of what I'm doing?  The example of "User defined DSC alarms Demo.vi" does not give an example of reading historical alarms defined by the user of the database.

    Thank you

    Matt

    I removed the DSC module and re-installed which includes SQL Server.  That did the trick.

    Thanks for your help Caleb

  • I installed adminpak.msi and it does not appear in program files.

    I installed adminpak.msi and it does not appear in program files. It is a WIN XP SP3 machine.  What needs to be done to make this show?

    original title: Adminpak.msi

    Hello

    Why you want to install Adminpak.msi?

    Adminpak.msi is a server administrator tool.

    You can check the link below to get to understand lots of Adminpak is used for. http://support.Microsoft.com/kb/314978

    I would say too you to post your query on the TechNet forums for other assisttance.

    Here is the link: http://social.technet.microsoft.com/Forums/en-us/categories/

  • Win 7 Pro. Card reader not detected. Card reader does not appear in Device Manager, or the computer.

    Windows 7 Pro.  Dell desktop computer.

    My integrated card readers (there are 4) do not work.  They do not appear in Device Manager.  They do not appear in the computer.

    In Control Panel > programs and features > I uninstalled the Realtek card reader.  Then installed latest version of the Realtek site.

    Control Panel > troubleshooting > hardware and audio > configure device > says hardware changes could not have been detected.

    Tried system restore, but it failed.

    What should I try?

    Thank you

    Hi Bruce,.

    Thanks for posting your query on the Microsoft Community.

    With the publication of the description, I understand that the card reader does not work on your machine, Windows 7 Pro. I will certainly help you get this fixed number.

    I appreciate your efforts to resolve the issue.

    Since you've already tried several troubleshooting steps for the fixed number. I wish to inform you that this problem can occur because of compatibility issues. I suggest you refer to the suggestions of Work Sam Varkey responded on December 28, 2009 in the below mentioned thread and check if this is useful:

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-hardware/memory-card-reader-not-working-with-Windows-7-x64/6f8f5122-70dd-48D4-A083-09fdef8612e3

    Hope this information is useful. Please come back to write to us if you need more help, we will be happy to help you.

  • Letters do not appear when you type on a web browser

    I have no problem typing in MS Word 2007, but when it comes to the internet, typing in a web browser, there not all letters as I type. A slow response to the keyboard.

    Hello

    Thanks for posting your query on the Microsoft Communities

    I understand that some of the letters does not appear when you try to type on the web browser. Let me try and help you with the problem.

    1. what web browser do you use?

    2. have you tested the issue on several web browsers (if you have them)?

    3. have you started facing this problem recently? If Yes, are you aware or made a software or a hardware changes to the PC before this problem?

    This occurs generally if there is a problem with an add-on installed on the computer.

    I suggest to follow these methods on Internet Explorer and check to see if it helps to solve the problem:

    Method 1:

    You can start by running the Fixit and check if this helps solve the problem.

    Troubleshoot Internet Explorer to IE quick, safe and stable

    http://Support2.Microsoft.com/mats/ie_performance_and_safety


    Method 2:

    If this does not help, start Internet Explorer in no add-on mode.

    While Add-ons can enhance your online experience, they can sometimes interfere or conflict with other software on your computer. Try to start Internet Explorer without Add-ons to see if the problem goes away.

    Step 1: Run Internet Explorer without modules

    ·         Click the Start button. Click on all programs, Accessories, click System Toolsand then click Internet Explorer (No Add-ons).

    If the problem does not occur after you use this method, use Manage Add-ons to determine which modules are at the origin of the problem.

    Step 2: Manage Add-ons.

    (a) open Internet Explorer, click the Start button. In the search box, and then type Internet Explorerin the list of results, click on Internet Explorer.

    (b) click the Tools button, and then click Manage Add-ons.

    (c) click an add-on in the name list, and then click disable.

    (d) repeat step c until you identify the add-on that is causing the problem.

    See the article: http://windows.microsoft.com/en-us/windows7/Internet-Explorer-add-ons-frequently-asked-questions

    Let us know if it helps. If the problem persists, we will be happy to help you.

  • I have a network of offices with windows 7 and XP PC 6 PC 7. Each day network neighborhood loses the xp computers. I can always ping them but they do not appear on the network.

    I have a network of offices with windows 7 and XP PC 6 PC 7. Each day network neighborhood loses the xp computers. I can always ping them but they do not appear on the network. The PC xp always had access to the internet and can still ping windows 7 PC normally, but I can't connect to the shares or see them in the network neighborhood. The question seems to come and go during the day and can be due to the network traffic? I am lost at this point. A reboot of the xp PC is not resolved, but a restart of the server main window file 7 pc solves it for a while. Help!

    Hello

    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the TechNet Forums.

    http://social.technet.Microsoft.com/forums/en-us/w7itpronetworking/threads

  • Entry not appearing field do not

    I need to create a search page allows the user to enter the empno via the list of input values with
    and when clicked on the search button, the roles of the EMP is displayed.

    I have a VO with the EMP no field using LOV.
    I dragged out of the field of data control to the page and set its binding #{backingbean.empNo}
    I added a search with listener action button #{backingbean.searchButton} which sets the variable to link my VO empNo.

    When I try to start the page, EMP no field does not appear.
    Editable for the EMP field no attribute is set to Always.
    What have I missed?

    http://docs.Oracle.com/CD/E12839_01/Web.1111/b31974/web_search_bc.htm#ADFFD809

    http://adfnote.blogspot.com/2013/02/create-simple-search-form-in-Oracle-ADF.html

    And if you want to use the custom (without af:query) search form, take a look at:

    http://www.awasthiashish.com/2013/07/implementing-custom-search-form-in-ADF.html

  • correct to write this query mysql syntax?

    Hello

    Help to write a mysql should question that I don't have the knowledge to do so.

    I have 2 tables, say table1 and table2.  I want to take (status) column data in table 1 and replace what is in the (state_id) column in table 2.

    Notes:

    The column names do not match.

    I can match the user ID unique from table1 to table2, these are the same.

    I want only to replace data in a few columns, not the entire table, other data must remain unchanged.

    I want to m data in the tables themselves from one to the other, not only compiled as a result of a mysql query.

    Wasn't sure if I should use a merger?  tried several ways but without success.

    any person in charge to write something that I can use?  I'm sure its easy to write, I just can't write advanced queries on top of my head like that :-)

    Okay, it looks like that MySQL does not support the FROM clause in the update instructions. Use a join:

    http://www.electrictoolbox.com/article/MySQL/cross-table-update/

  • New column in the interactive report do not appear

    After that I created an interactive report with 5 columns that appear on the screen, I changed the query and added another column (also appears in the 'Report attributes' tab) this column does not appear on the page.
    Only if I create the report as it will appear.

    Why is this?

    When executing the application, next to the interactive report, click on the little train, must say select columns make sure you that the column you want to display has been selected...

  • Drop-down list does not appear selected value

    Hello

    I have a problem. The output of a query results page. There are 2 fields must be updated: scholarshipID and amount. I want to update my request at a time. My dynamic drop-down list does not appear selected value. The value is there, but it does not recognize in the drop-down list. I could not find the error. My code is below, so please help...

    < name cfquery = "getStudentsData" datasource = "#application. DSN #">"
    Select StudentID, fname, lname, GPA, Tbl_Students.ID, ScholarshipID, rise, Tbl_StudentsScholar.ID as the SSID, AwardStatus
    of Tbl_Students, Tbl_ApplyYear, Tbl_EduBckgrnd, Tbl_StudentsScholar
    where Tbl_Students.ApplyYr = Tbl_ApplyYear.id
    and Tbl_Students.id = Tbl_EduBckgrnd.SID
    and Tbl_Students.ID = Tbl_StudentsScholar.SID
    and ApplyYear = 1
    and steps = 7
    order by studentid
    < / cfquery >

    < name cfquery = "getScholarship" datasource = "#application. DSN #">"
    Select AcctNum, scholarship, Tbl_Scholarships.id, Code
    of Tbl_Scholarships, Tbl_DistCode
    where Tbl_Scholarships.DistCode = Tbl_DistCode.id
    AcctNum order
    < / cfquery >

    < cfparam name = 'X' default '0' = >
    < cfparam name = default "CounterX" = "0" >

    <!--get scholarship-->

    < cfif getStudentsDataRet.RecordCount eq 0 >
    < class p 'paragraph' = > No Records Found < /p >
    < class p = "pageheight" > < / p >
    < class p = "pageheight" > < / p >
    < cfelse >


    < class p = "submitmessage" > records found - < cfoutput > #getStudentsDataRet.Recordcount # < / cfoutput > < / p >
    < table width = "98%" border = "1" cellpadding = "3" cellspacing = "0" style = "" border-collapse: collapse "bordercolor ="#000000"align ="center">"
    < class tr = "steptext2" bgcolor = "#999999" align = "center" >
    < td width = "10%" > Student ID < table >
    < td width = "9%" > name < table >
    < td width = "9%" > name < table >
    < td width = "5%" > GPA Cum < table >
    < td width = "5%" > account # < table >
    < td width = "5%" > < table > amount
    < td width = "20%" > account # | Dist Code | Scholarship name < table >
    < /tr >

    < do action = "updateAward.cfm" method = "post" name = "AwardForm" > "
    < cfoutput query = "getStudentsDataRet" >
    < cfif eq x 0 and x neq getStudentsDataRet.recordcount >
    < cfset x = 1 >
    < cfelseif x neq (getStudentsDataRet.recordcount + 1) >
    < cfset x = x + 1 >
    < / cfif >
    < class = "paragraph" tr >
    < td > #StudentID # < table >
    < td > #lname # < table >
    < td > #fname # < table >
    < td > #GPA # < table >


    < cfif AwardStatus eq 2 >
    < name cfquery = "getStudentsScholar" datasource = "#application. DSN #">"
    Select Code, Tbl_Scholarships.id, AcctNum, scholarships
    of Tbl_Scholarships, Tbl_DistCode
    where Tbl_Scholarships.DistCode = Tbl_DistCode.id
    and Tbl_Scholarships.ID = #getStudentsDataRet.ScholarshipID #.
    < / cfquery >
    < / cfif >
    < td >
    < select name = "" scholarshipID_ #X # "onChange =" showMessage_ #X #(this.options[this.selectedIndex].value) ">"
    < option value = "" > < / option >
    < cfloop query = "getScholarshipRet" >
    < option value = "" #id # "selected < cfif getStudentsDataRet.ScholarshipID eq id > < / cfif > > #AcctNum # < / option >"
    < / cfloop >
    < / select >
    < table >
    < td > < input name = "" amount_ #X # "type ="text"size ="5"< cfif amount gt 0 > value = ' #NumberFormat (amount, 99.99) # ' < / cfif > / > < table >"
    < td > < cfif AwardStatus eq 2 > #getStudentsScholar.AcctNum # | #getStudentsScholar.Code # | #getStudentsScholar.Scholarship # | #getStudentsDataRet.ScholarshipID # < / cfif > < table >
    "< input name =" "IndexID_ #x #" type = "hidden" value = "#SSID #" / >
    < /tr >
    < / cfoutput >
    < cfoutput > < input name = "CounterX" type = "hidden" value = "" #getStudentsDataRet.RecordCount # "/ > < / cfoutput >"
    < b >
    < td align = "center" colspan = "11" height = "50" valign = "middle" > < input name = "Submit" type = "submit" value = "Submit" / > < table >
    < /tr >
    < / make >
    < /table >
    < / cfif >

    the syntax is: getStudentsDataRet.ScholarshipID [1]

    where '1' is the line number to specify

  • Update for Sierra and now my Apple music does not appear I have a subscription and I am unable to get my music on the cloud?

    Update for Sierra and now my Apple music does not appear I have a subscription and I am unable to get my music on the cloud?

    Hey there Scotchman2926,

    I understand that you are experiencing some problems with Apple music on Sierra. I have a few suggestions to help you solve this problem. First of all, if you are unable to access the iTunes Store as well as music from Apple, use the information in this article to help resolve this problem:

    If you cannot connect to the iTunes Store - Apple Support

    If this does not resolve the problem, you might try signing out of your Apple ID in iTunes and then connect again.

    Thanks to be come to the communities of Apple Support and let us know how it goes.

    See you soon.

  • Photos not appearing is not on the iPad on the iPhone.

    I have an iPhone iOS 7.1 and ISO iPad 10.0.2. Photos taken on the iPhone appear on the iPad, BUT photos on iPad do not appear on the iPhone. I followed all the instructions from Apple, but nothing helped.

    Please start by telling us your 'My Photo Stream' and "iCloud library" settings on all of your devices. (Settings > Photos & camera on your device iOS and Photos > Preferences > iCloud on your Mac)

    Please also indicate if there is no activity current synchronization on any of your devices (includes download, update, download, or preparation).

  • Iomega Portable hard drive now does not appear under "Devices" after accidentally deleted USB cable. USB

    My Iomega eGo Portable hard drive was connected by USB on my Macbook Pro OSX 10.9.5 cable and I was transferring my iPhoto folder.  Unfortunately, the cable dropped and I got a message on my laptop hard drive had not ejected correctly.   I reconnected it the cable, but now, it does not appear under devices in the search page.  I also checked the disc utilities and it isn't here either.  I tried to connect the hard drive of my iMac, but it does not appear in the devices out there either.

    Although I have been using a Mac since they first appeared on the market and can usually work things, I find it more and more difficult with all the new technology.  Everything that used to be so easy, one of the great things the Mac since MS-DOS.

    If anyone can help I would be very grateful, because I have a lot of files on this disc of old Mac and use the Iomega to backup my most important files.

    The drive may have failed.

    Try different USB cables.

    Remove the naked drive from the iOmega enclosure and test it in a known functional wardrobe.

    Ciao.

Maybe you are looking for

  • Qosmio F60 - overheating and FPS fall games

    Hello My Qosmio F60 gets very warm, while gaming and idling, for example, while the cores of game and GPU work around until 75-85Celsius, I don't know how they are idle, but my pumps STILL hot air fan, comparing to all portable computers friends, the

  • Is it possible for two people to have separated on an iMac iTunes libraries?

    My dau. has a new iMac, and she has his iTunes library works in the way that she prefers. Is it possible for his partner to have a library separate iTunes he can use when it connects to and sync with the iPad?

  • Cloning a hard drive using LabVIEW

    I'm trying to clone my laptop 476 GB HDD for a 450 GB SSD.  The data on the laptop HARD drive are about 350 GB total, so there should be.  Each commercial application, I've tried has failed to be cloned for one reason or another. So I thought, ' Hey,

  • the slider moves and my spelling is strange

    Is it something that I do, or is it significant, when I'm typing on the keyboard and I look up the page and the cursor are moved and I type in the middle of the wrong word.  What happens to someone else?  what I am doing wrong.

  • Icons in my taskbar

    I have a tech to help me with my computer, and following his instructions, he told me to 'close all open applications' (i.e., anything with an icon on the taskbar). On the left side of the taskbar, I the world Windows, icon of IE, Windows media playe