Creating recordsets in DW8 vs CS3

HI
I have recently upgraded to CS3 from Dreamweaver 8 and when i
create a new recordset using server behaviours it looks like
Dim rsNews
Dim rsNews_cmd
Dim rsNews_numRows
Set rsNews_cmd = Server.CreateObject ("ADODB.Command")
rsNews_cmd.ActiveConnection = MM_studio_STRING
rsNews_cmd.CommandText = "SELECT NewsActive, NewsTitle FROM
News WHERE NewsActive = True"
rsNews_cmd.Prepared = true
Set rsNews= rsTicker_cmd.Execute
rsNews_numRows = 0
as opposed to
Dim rsNews
Dim rsNews_numRows
Set rsNews= Server.CreateObject("ADODB.Recordset")
rsNews.ActiveConnection = MM_studio_STRING
rsNews.Source = "SELECT NewsActive, NewsTitle FROM News WHERE
NewsActive = True"
rsNews.CursorType = 0
rsNews.CursorLocation = 2
rsNews.LockType = 1
rsNews.Open()
rsNews_numRows = 0
which is created by DW8, both using asp vb script
is the 1st one better and does anyone know why CS3 does it?
Thanks
M

Very true if there is access to a cgi bin. I was presenting
the easiest
solution since security is not really an issue for a question
like "do you
like this site"
Nancy Gill
Adobe Community Expert
BLOG:
http://www.dmxwishes.com/blog.asp
Author: Dreamweaver 8 e-book for the DMX Zone
Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
2003)
Technical Editor: DMX 2004: The Complete Reference, DMX 2004:
A Beginner's
Guide, Mastering Macromedia Contribute
Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
Web Development
"Anurag" <[email protected]> wrote in message
news:e5o172$rn8$[email protected]..
> many webhost actually provide some sort of "formmail"
script which you
> can "use" in the action attribute of your form.
>
> a much better solution than the mailto...
>
> anurag
>
> Nancy *Adobe Community Expert* wrote:
>> All you need is a simple form with a checkbox or
radio button that says
>> "check if you like this product" for the checkbox or
two radio buttons,
>> one
>> with yes and one with no.
>>
>> then have the form emailed to you .. can be using
any server model (Cold
>> Fusion is one of them, but only one) or can be done
using something as
>> simple as mailto:[email protected] for the action of the
form. Not as secure
>> as a
>> server model, but you're not really sending secure
information.
>>
>>

Similar Messages

  • (PHP/MySql) Create Recordset but no column

    Thanks for reading this, I am new to PHP/MySql
    I have created a website www.ritchiecraft.co.uk which uses
    PHP/MySql with Dreamweaver 8. I have created recordsets on most
    items pages and filtered data as neccessary. After the site was up
    and running I was required to insert a new topic and when I went to
    create a new page and insert the recordset no data was placed in
    the columns area and the filter/sort options were greyed out. I
    checked the existing pages and found that this was happening to all
    pages with recordsets. The connection, table data was there.
    The site still works fine but I cannot introduce new pages or
    edit existing because of the recordset problem. I was advised
    previously to delete the Dreamweaver cache file but this did not
    help.
    The site is hosted commercially and the database was created
    with phpMyAdmin and dont seem to have any connection problems.
    Thanks for your time and any suggestions are welcome.

    sweetman wrote:
    > How can I set a query so that it sounds like this:
    >
    > SELECT $_GET['id'] FROM mytable ORDER BY myorder ASC?
    You can't do it through the Recordset dialog box. The simple
    way to do
    it is to create this query in the Recordset dialog box:
    SELECT * FROM myTable
    ORDER BY myOrder ASC
    Then go into Code view and locate the following line:
    $query_recordsetName = "SELECT * FROM myTable ORDER BY
    myOrder ASC";
    Change it to this:
    if (isset($_GET['id'])) {
    $col = get_magic_quotes_gpc() ? stripslashes($_GET['id']) :
    $_GET['id'];
    $col = mysql_real_escape_string($_GET['id']);
    else {
    $col = '*';
    $query_recordsetName = "SELECT $col FROM myTable ORDER BY
    myOrder ASC";
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • How do I create a guestbook in Dreamweaver CS3, Plz Help....

    Hi I want to create a guestbook in dreamweaver cs3 my website is www.freewebzs.com
    Also it would be brilliant if you guys could help me and recommend me background colours, is there a free website I can get background colours from?
    And also what fonts and colours are most popular for websites.
    Im new to dreamweaver as ive just started using it so any advice would be great, thanks

    I have to agree with David, if you are new to DW, then creating a guest book will be difficult for you.  However, you don't have to re-invent the wheel, there are many guestbook scripts available to save you the time and certainly the headaches  :-)
    Take a look here for a selection:  http://php.resourceindex.com/Complete_Scripts/Guestbooks/
    As for colours kuler is good, but you can also look at;
    These palettes may help:
    http://www.colourlovers.com/palettes/search?hsv=&sortType=rank&sortBy=asc&query= spring&hex=&lover=&hueOption0=&hueOption1=&hueOption2=&publishedBeginDate=12%2F2 7%2F2004&publishedEndDate=04%2F12%2F2009&x=26&y=17
    More colour schemes here:
    http://www.colorschemer.com/schemes/
    For fonts, you are better staying with web-safe fonts that will ensure cross browser compatibility:
    http://www.ampsoft.net/webdesign-l/WindowsMacFonts.html
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    Book: Ultimate CSS Reference
    http://www.sitepoint.com/launch/005dfd4/3/133
    http://twitter.com/nadiap

  • [AS] How to create an anchored rectangle in CS3 ?

    Hi all,
    I'm unable to create an anchored rectangle in CS3 using AppleScript.
    I tried this:
    tell insertion point 1 of text frame 1
    make rectangle with properties {stroke weight:0, geometric bounds:{0, 0, 20, 20}}
    end tell
    Any help?

    Hi Harbs,
    As far as I can tell, recompose is still necessary. It's true that you'll usually get good bounds from the rectangle after creating it, but I want to stress the word "usually." I've seen bad bounds in some cases in CS5, so I'm not ready to declare that we can omit the recompose just yet.
    Thanks,
    Ole

  • How to create an interactive magazine with CS3

    I am trying to create an interactive magazine with CS3 and don't know how to do it. First of all, is this possible with CS3 or do I need to upgrade to CS4? And if it is possible, can anyone tell me a step by step plan to follow? Or is there a book or download I can get for more information which is recommended?
    Thanks

    Google is your friend: Interactive Newsletters
    You can make digital newsletters for PDF in CS3 or 4. To make a digital newsletter that can be viewed in a browser (export to swf) you need CS4. Big advantage of swf is much smaller file size than PDF.
    One free bit of advice: design your file horizontally (11 w x 8.5h) since that works best for reading a PDF or swf online.

  • How to bind manually created recordsets in DW bindings tab..??

    I've got a little problem where I'm working with XML web
    services to get product data to my web site. I'm actually parsing
    all of the XML data and feeding it into an ASP recordset in my page
    manually. I have a 3rd party shopping cart (Web Assist eCart 3.7)
    that uses the bindings tab in DW to populate your shopping cart
    with data from a recordset. The problem is, since this recordset
    wasn't actually created with DW it doesn't show up in the bindinds
    tab and my shopping cart extension doesn't work then (it simply
    grays out the dynamic shopping cart option because there isn't a
    recordset available...so it thinks.)
    So, is there a way that I can bind my own recordset data in
    DW so that it can be used just like a regular recordset created in
    DW? I see how you can bind Session variables and Application
    variables but I don't see anything for binding a manually created
    recordset.
    Any information on this would be greatly appreciated.
    Thanks!

    Did you check with WebAssist forum or FAQ or support
    information over there, no? I have found that they have a thorough,
    well-documented PDF on how to do so has been very clear and
    concise.
    To work with data source, make *sure* that you define the
    site profile correctly in order to make it work, so that datasource
    file being pointed or referenced by HTML source code to work
    together vice versa.
    Secondly, did you know that ASP support is kind of,
    relatively no longer support by Microsoft. You might want to
    reconsider this to work with ASP.NET. But it is my understanding
    that Microsoft focus more on ASP.NET than ASP these days. I don't
    know if I am being understand or get this impression correctly.
    Hopefully someone else help to correct me if I am being mistaken
    for that matter.

  • Create recordset join, date = todays date

    hi,
    i have been trying to create a recordset on my page which joins my clients table to insurance table which is fine.
    however i need to be able to show on my page due date = today's date.
    so in my insurance table i have a duedate column with data type DATE
    i need my recordset query to return duedate=todays date and also show if passed due date?
    can anyone help me write this query?
    many thanks

    thanks bregent, the database was helped setup viaa posts on mysql forum and by my understanding of mysql of learning over past year or so.
    i have queried using just a simple join statement.
    thanks
    Date: Mon, 22 Mar 2010 19:36:01 -0600
    From: [email protected]
    To:
    Subject: Dreamweaver Application Development create recordset join, date = todays date
    >How can i do a  query of all duedates in all tables i
    >need to query? is it seperate  recordsets?
    To query against more than one table using standard SQL you could use a UNION query. MySQL also has functionality to query against multiple tables but I don't use MySQL. But I need to ask why you are storing these due dates in more than one table? Who designed this database?
    >also  need to display the ones due the week leading up to due date?
    >so 7 days  before currendate=duedate and also once it passes that i
    >need another  recordset that displays all the ones that have passed
    >currentdate=duedate.
    This is all just simple date math. Please use the reference I gave earlier for examples or search the web for MySQL date math.
    >

  • DW8 to CS3 Snippets??

    Can CS3 be made to use my DW8 snippets? I see the Snippets
    folder in my DW8
    configuration folder, but CS3 lacks this folder. Is there a
    way to get my
    snippets from DW8 to CS3? I could not find any helpful tech
    notes on the
    subject when I searched the knowledge base. Thanks in
    advance.
    ...Brad

    Yep.... That's the ticket.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Brad" <[email protected]> wrote in message
    news:[email protected]...
    > Thanks, I just realized that the folder won't exist
    until you actually
    > modify/add a snippet. I couldn't figure out why there
    was no snippets
    > folder and assumed that CS3 did it different somehow
    until I added a new
    > one, and viola, the folder appeared.
    >
    > "Murray *ACE*" <[email protected]>
    wrote in message
    > news:[email protected]...
    > The snippets are all located in a folder named
    "Snippets" that is in the
    > Configuration folder you will find under Documents and
    Settings/Program
    > Data/Macromedia/Dreamweaver 8 (obviously, Windows). Copy
    that folder and
    > drop it into the corresponding location for DW9/CS3.
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    > ==================
    >
    >
    > "Brad" <[email protected]> wrote in
    message
    > news:[email protected]...
    >> Can CS3 be made to use my DW8 snippets? I see the
    Snippets folder in my
    >> DW8
    >> configuration folder, but CS3 lacks this folder. Is
    there a way to get
    >> my
    >> snippets from DW8 to CS3? I could not find any
    helpful tech notes on the
    >> subject when I searched the knowledge base. Thanks
    in advance.
    >>
    >> ...Brad
    >>
    >>
    >
    >
    >

  • Error when creating recordset

    I have DW CS3. Whenever I try to create a recordset ASP/VB I
    get the
    following error, it is annoying and i cant do any work:
    While executing applyServerBehavior in Recordset.htm, a
    Javascript error
    occured.
    Please advice,
    Aleks

    apolo wrote:
    > When opening or editing a recordset we are getting the
    following error:
    > While executing onLoad ServerBeh4-SimpRS.htm, a
    JavaScript error occurred.
    >
    > Any ideas??
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_19105#dat
    David Powers, Adobe Community Expert
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Updating search recordset from MX to CS3

    Hi
    I'm all lost. ALL my previous search recordset are messed up
    when I try to
    update them to CS3.
    Can anyone point me in the right direction of what to do -
    PLEASE......
    Kindly Helle :-)
    Old recordset (working fine):
    <%
    set rsProducts = Server.CreateObject("ADODB.Recordset")
    rsProducts.ActiveConnection = MM_ConnHvidovre_STRING
    rsProducts.Source = "SELECT Products.ProductID,
    Products.Varenr,
    Products.IDProducent, tbl_Manufaktur.Producent,
    Products.Product,
    Products.Price, Products.Pict, Products.InStock FROM
    tbl_Manufaktur INNER
    JOIN Products ON tbl_Manufaktur.IDProducent =
    Products.IDProducent WHERE
    Varenr LIKE '%" + Replace(rsProducts__varKeyword, "'", "''")
    + "%' OR
    Product LIKE '%" + Replace(rsProducts__varKeyword, "'", "''")
    + "%' OR Price
    LIKE '%" + Replace(rsProducts__varKeyword, "'", "''") + "%'
    OR Producent
    LIKE '%" + Replace(rsProducts__varKeyword, "'", "''") + "%'
    ORDER BY
    tbl_Manufaktur.Producent, Products.Product"
    rsProducts.CursorType = 0
    rsProducts.CursorLocation = 2
    rsProducts.LockType = 3
    rsProducts.Open()
    rsProducts_numRows = 0
    %>
    CS3 (doesn't work):
    <%
    Dim rsProducts
    Dim rsProducts_cmd
    Dim rsProducts_numRows
    Set rsProducts_cmd = Server.CreateObject ("ADODB.Command")
    rsProducts_cmd.ActiveConnection = MM_ConnHvidovre_STRING
    rsProducts_cmd.CommandText = "SELECT Products.ProductID,
    Products.Varenr,
    Products.IDProducent, tbl_Manufaktur.Producent,
    Products.Product,
    Products.Price, Products.Pict, Products.InStock FROM
    tbl_Manufaktur INNER
    JOIN Products ON tbl_Manufaktur.IDProducent =
    Products.IDProducent WHERE
    Varenr LIKE ? OR Product LIKE '%varKeyword%' OR Price LIKE
    '%varKeyword%' OR
    Producent LIKE '%varKeyword%' ORDER BY
    tbl_Manufaktur.Producent,
    Products.Product"
    rsProducts_cmd.Prepared = true
    rsProducts_cmd.Parameters.Append
    rsProducts_cmd.CreateParameter("param1",
    200, 1, 255, "%" + rsProducts__varKeyword + "%") ' adVarChar
    Set rsProducts = rsProducts_cmd.Execute
    rsProducts_numRows = 0
    %>

    YOu can only IMPORT a site definition that has been EXPORTED
    from the
    previous version. Can you EXPORT the definition (which
    creates the *.ste
    file) from DMX?
    Failing that, just create a new site definition that points
    to the root
    folder of the old site. The files are still there, right?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "sprwmn" <[email protected]> wrote in
    message
    news:fnivr9$4t4$[email protected]..
    > I had designed and published a website using the MX
    version. It was
    > updated
    > and I now have CS3. My problem is that when I want to go
    fix things I have
    > to
    > unlock, but in order to do that "it has to be a site".
    CS3 wont recognize
    > it as
    > a site; like when I go to Manage Sites, it doesnt show
    up and I cant get
    > it to
    > show up (I tried importing it, but it asks for a .ste
    file and there are
    > none
    > for the site). Is there anything I can do or do I have
    to make and
    > entirely new
    > site? Thank you SO much for your help!
    >
    > Megan
    >

  • Creating an index in InDesign CS3 - is there any way to limit where and for what it looks?

    I'm creating an index for a 300-page book using InDesign CS3 on both a PC with Windows XP home and a MacPro with OS X Leopard (I take this book back and forth between these two computers). I have created this as a book (.indb) file so I can use the Index panel with the book option checked to include all of the book chapters.
    There are two things I was wondering how to do, if they can be done at all.
    1 - I want the index to look for entries in the main pages only, not in the master pages.
    2 - I'd like to be able to do only attributed text. For example, I'd like the index to find only the word people when it is bold and italic, and not all of the other places it may occur. Can I do this with a style also, paragraph and/or character?
    Thanks so much,
    Marcy

    Read http://help.adobe.com/en_US/InDesign/6.0/WS8721440D-5F68-4fd6-8115-CA3BEDACF001a.html (the online Help on indexes) -- it will probably answer a few questions.
    One I do know immediately is your question on "picking up" stuff from master pages and only with formatting. InDesign does not make an index for you -- you have to (oh! manual labor!) mark the words that should appear in the index yourself. So just don't mark them on master pages, or when not bold and/or italic. You might be wondering about that little button "Mark all instances", well, it does what it say, and in your case you do not want to mark all instances.
    The Capitalization issue is, AFAICR, somewhere in the Help; and so is your singular/plural stuff. The latter one is easy solved: if you mark a word to be indexed, ID asks you in a friendly dialog how it should be included, and that defaults to the current selected phrase, but you are free to edit the text in that dialog. ID does not mark the word or phrase; it inserts an invisible marker inside the to-be-indexed word that contains all information you enter in the Add Index Entry dialog, and it uses that to determine what page number to add. (That invisible marker is visible with "Show Invisible Characters", and can be cut, pasted and deleted at will -- so to remove a water melon, find the marker, and delete it.)

  • Error when trying to create recordset

    I'm trying to create a recordset on my ASP page but when I
    click Bindings-Recordset I get this error:
    'While executing applyServerBehavior in Recordset.html, the
    following Javascript error(s) occured:
    At line 1243 of file "C:\Program
    Files...\Shared\Recordset.js":
    ReferenceError: recordsetDialog is not defined
    Any ideas?

    SnakEyez02 thanks for your reply and suggestions.  I've gone through the list but still keep getting the same javascript error.
    (Deleted MacFileCache-BFE7CE2E.dat, Tried a new page, new sites, new databases/tables, new installation of MAMP/Dreamweaver,
    dumped site cache, checked for special characters in the path, turned off extentions (only using Adobe extentions), uninstalled
    extentions, dumped DW config folder)
    At this point I've tried four different tutorials on setting up a database driven site. All use different files. The same problem happens
    during each tutorial including when loading Adobe's from the Source completed files. Can do everything but create a recordset.
    Have asked Adobe for help but so far no solution. I'm wondering if the application on my install disc is corrupt?  It's very
    frustrating and I'm at a loss on how to solve this.

  • Error when creating Recordset using CF and Postgres

    I'm a complete newbie when it comes to databases and development so go easy on me.
    I have created a simple database with a schema (ABC) and 2 tables (_Address, _Member) in Postgres 9.0.  I have installed CF 9 in development and am creating a new application using the Construction Kit Vol 1 as my guide.  I got to the point where I am to make a Recordset and keep getting an error of:
    -1:ERROR: schema "ABC" does not exist
    org.postgresql.util.PSQLException: ERROR: schema "ABC" does not exist
    ...about 20+ lines of at errors follow (can post a screenshot if they would be helpfull)...
    From the Database tab I am able to browse my database just fine but I cannot create this recordset in the bindings tab.  I also followed the examples in the book and using their database I am able to create a recordset just fine.  CF says my data source verifies correctly.  I have verified that my password is correct as well as when in the database tab of DW I can test the connection fine.  I cannot edit the connecton from there but I get the same error when I try to edit on all of the databases, including the default test databases.
    Any suggestions would be greatly appreciated.

    Hi Loan,
    In your stock transfer Purchase Order has the correct 'Shipping Point' been determined for this item - i.e. the 'Shipping Point' associated with your 0002 Storage Location?
    The 'Shipping Point' determination is setup in config in <OVL2>, you can use the 'Loading Group' field in the Material Master (Sales:General Plant) tab to influence the shipping point that is automatically determined for a Material.
    Assuming the Shipping Point has been determined correctly for your 0002 SLoc - then in <VL10B> you will have selected this 'Shipping Point' for your delivery creation.  I also noticed that in <VL10B> on the Material tab you have the option to specify a SLoc (I'm assuming this is a source SLoc since the help doesn't clearly specify) - try entering this data too and see if you can generate your delivery.
    Good luck,
    Ravelle

  • Creating named destinations in InDesign CS3?

    Hello, I need some help with an issue I'm having. I want to create named destinations in a PDF file from InDesign so that I can easily access a specific destination in the file using the #nameddest="something" opening parameter. I tried using the hyperlink destinations but they didn't work. Out of desperation I also tried using the bookmarks but they didn't work either (as expected). Can someone please provide some info on how to create a named destination using InDesign or otherwise somehow allow easy access to a fixed anchor point in a PDF document created in InDesign.
    If it helps, I'm using Adobe InDesign CS3, Adobe Reader 9.0, Windows XP SP2, and the file I want to access is on a UNC Server address.
    Thanks in advance.

    Do not save as JPEG from Photoshop. Image quality degrades; how much that is, and how visible it is, depends on the compression and the resolution.
    There should not be any problem placing your PSDs directly into InDesign. I don't really grok what you mean by "save Photoshop files as PSD's", how on earth are you saving them now? JPEG?
    As for the preview quality, see Peter's answer, which applies to
    i any
    imported image of any kind.

  • How to create a 'window' in AE CS3

    Hello,
         I have a video of a LED scroll sign and I am making it look like my own text scrolls across. I have text I created in Photoshop, saved as a ' .tiff ' , and imported into After Effects. I have put the text in the video and gave it a starting position keyframe (off the sign) and an ending position keyframe (past the sign) and it moves from point to point 'cause of the keyframes. I tried to put a 'mask' on the layer (using the pen tool) around where the sign is (kind of acting like a 'window') so the text would only appear on where the sign is , but the mask moved with the text. How do I create a 'window' type thing for what I'm talking about?
    Sorry if I didnt explain it well, I did the best I could. If you have any questions please ask and I will try to answer.
    All help would be appreciated,
    Nicholas

    When Mylenium refers to the 'Help', he means this document. Actually, for After Effects CS3, this document.
    I strongly recommend that you start here:
    http://blogs.adobe.com/toddkopriva/2010/01/getting-started-with-after-eff.html
    Even though it mentions CS4 and CS5, the basic information is the same for CS3, so it's still a good place to start.

Maybe you are looking for

  • Can and how do you add a link to Facebook, Linkledin, etc

    Would like to add a links to various website, facebook, Linkedin, youtube, etc to my website. I see them on others sites with their Icons as the link. Can Iweb do that and if so how?

  • BPM - Change Management

    Hello all guys I am working on a document in which i need information about the process of change management for oracle bpm (for example versioning of projects and so on). I have already the document for deploying in which is the information for vers

  • SP2-0552: Bind variable not declared error. Any help please?

    Hi Experts, I have a question regarding the error that I am getting: SP2-0552: Bind variable "V_COUNT_TOT_BAL" not declared. I have 'out' parameters declared in my procedure and executing the same from sql script as shown below: set ver off set serve

  • Dock Crashes Every 15 Seconds

    The dock (/System/Library/CoreServices/Dock.app) under my account is crashing every time it attempts to start. Aside from the obvious problems, the system is very slow since Launchd attempts to restart the dock every 15 seconds. When the dock crashes

  • IOS6.1 crashes my iPhone 4S! Please help.

    Hello, I just updated my iPhone 4s to the latest iOS release 6.1. Before the upgrade, I completed a backup to my computer through iTunes. After the update finished downloading, it gave me an unknown error message. Now, my iphone shows a frozen screen