Hibernate Mapping Exception Error reading resource: Help Please

I've downloaded Hibernate this weekend and have been working at getting this up and running in my spare time. I've run into a problem and can't seem to find the solution. I'm hoping some one here can help me out.
I'm running MyEclipse
MySQL
and Hibernate 2 in a struts application
I've only got one form and table that I'm trying to map right now, but I get the above error when I run this line of code.
Configuration cfg = new Configuration().addClass(AddCustomerForm.class);
Does anyone have any ideas. Here are the important sections from the two configuration files
<!-- hibernate.cfg.xml-->
<hibernate-configuration>
    <session-factory>
        <!-- properties -->
        <property name="connection.username">PaintTracker</property>
        <property name="connection.url">jdbc:mysql://127.0.0.1:3306/PaintTracker</property>
        <property name="dialect">net.sf.hibernate.dialect.MySQLDialect</property>
        <property name="connection.password">PaintTracker</property>
        <property name="connection.driver_class">com.mysql.jdbc.Driver</property>
        <property name="show_sql">true</property>
        <mapping resource="com/PaintTracker/struts/form/AddCustomerForm.hbm.xml"/>
    </session-factory>
<!--AddCustomerForm.hbm.xml -->
<hibernate-mapping>
     <class name="com.PaintTracker.struts.form.AddCustomerForm" table="customer">
          <id name="customerID" column="CustomerID" type="java.lang.Long" unsaved-value="0">
               <generator class="identity"/>
          </id>
          <property name="firstName" column="FirstName" type="java.lang.String"/>
          <property name="lastName" column="LastName" type="java.lang.String"/>
          <property name="streetAddress" column="StreetAddress" type="java.lang.String"/>
          <property name="middleInitial" column="MiddleInitial" type="java.lang.String"/>
          <property name="city" column="City" type="java.lang.String"/>
          <property name="state" column="State" type="java.lang.String"/>
          <property name="zipCode" column="ZipCode" type="java.lang.String"/>
          <property name="phoneNumber" column="PhoneNumber" type="java.lang.Long"/>
          <property name="emailAddressLeft" column="EmailAddressLeft" type="java.lang.String"/>
          <property name="emailAddressRight" column="EmailAddressRight" type="java.lang.String"/>
          <property name="company" column="Company" type="java.lang.String"/>          
     </class>
</hibernate-mapping>

ok finally gotten back to this and rewrote a bunch of the code. I'm getting almost the same error, but not quite.
I'm still getting org.hibernate.MappingException: Error reading resource: but it is pointing to the first mapping resource located inside the hibernate.cfg.xml.. so I know it is finding and making it inside the hibernate.cfg.xml.
this is the code that the exception occurs in.
the actual line is the configuration.configure(); in the else statement.
public HibernateUtil(URL url2) {
          Configuration configuration = new Configuration();
          log.info("configuration_static is null");
          log.debug("configuring configuration_static from " + url2);
          try {
               if (url2 != null)
                    configuration.configure(url2);
               else
                    configuration.configure();
               this.sessionFactory = configuration.buildSessionFactory();
               log.info("Configuration complete");
          } catch (HibernateException e) {
               log.error(e);
               System.out.println(e);
               configuration = null;
               log.info("Configuration failed.  Setting config to null!");
     }The resource I am trying to read is located correctly (eclipse lets you navigate to and choose the xml file to use.. it then builds the hibernate.cfg.xml file for you.)
here is a copy of the resource that is giving me a problem... whichever resource I have listed first is the one the exception is thrown for... so I'm hoping I just have something mixed up in the way I'm writing my xml files.
<hibernate-mapping package="com.WorkoutTracker.db.model">
     <class name="com.WorkoutTracker.db.model.User" table="user">
          <id name="userID" column="userId" type="java.lang.Long" unsaved-value="0">
               <generator class="increment"/>
          </id>
          <property name="userFName" column="userFName" type="java.lang.String"/>
          <property name="userLName" column="userLName" type="java.lang.String"/>
     </class>
</hibernate-mapping>

Similar Messages

  • General Exception error in IE7 help please.

    In searching for help with the error message I'm getting, I found this link with others having the same problem that I do which is a General Exeption error message when I close game windows from Pogo.com.
    The link is here and I don't see any answers/suggestions/resolutions.
    1. I reinstalled latest Java but no change.
    2. Firefox 3 has no problem.
    Please help - my wife is gonna throw me out if she can't play her games!
    thanks.

    theilliniguy wrote:
    Wow thanks for the encouragement. Your feelings of entitlement are not likely to engender helpful, or really any, responses to questions you post anywhere on the internet.
    I didn't see any abrupt answers like yours Let me make this perfectly clear.
    Your question is off-topic for this site. When discovered/reported off topic threads in these forums are locked and/or deleted.
    I did take the time to tell you that you are in the wrong place rather than just reporting this thread and the resulting consequences (see above). It is not my fault that you did not bother to do enough research to find if you are in the right or wrong place for your question. It is your responsibility to find the correct resources for your problems.
    What you should do at this juncture is go off and find a more suitable support forum/resource for your problem. This forum is not a suitable support forum for your problem.
    And if you really feel that you must reply, thanking me for pointing you in the right direction would be the intelligent and appropriate response. And to be clear further responses where you show your anger at me for not giving you what you wrongly feel entitled too would be the incorrect and inappropriate response.
    Good luck in solving your problem.

  • SXMB_MONI : Mapping exception error - cause unknown

    Hi! ALL
    I am getting a mapping exception error....
    However, if i copy the payload and run it through my test tab it is getting processed successfully.
    Is there any other way i can debug this issue....as i do not see any problem with payload or the message mapping and I am getting the following  error...
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Request Message Mapping
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>Application</SAP:Category>
      <SAP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>com.sap.aii.utilxi.misc.api.BaseRuntimeException thrown during application mapping com/sap/xi/tf/_mm_204: RuntimeException in Message-Mapping transformatio</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Your help is greatly appreciated!!
    Thank you,
    Patrick.

    Dear Patrick,
    As our experts told you can trace by using ST01 and select your ID and start the trace then again test be editing and reactivating the scenario and test it again then you ill came to know if in case any issues.
    1. Other way to test the scenario is Goto RWB--> Component Monitoring --> Select Adapter Monitoring --> Then select the TEST MESSAGE TAB and give Interface details inputs or copy or take your pay load from MONI and past here and check and changes are to be made and then test the message there itself .
    2. Also as u can test the message in Message Mapping TEST TAB and test the mapping and also parallely do Cache Refresh in SXI_CACHE.
    3. You can also check the status of the message in SYSEM STACK of message monitoring this is different from RWB message moni
    [http://Host name:PORT/MessagingSystem/monitor/systemStatus.jsp]
    4. YOu can also trace the message through this system stack also.
    Regards:
    Amar Srinivas Eli
    Edited by: Amar Srinivas Eli on Jan 30, 2009 8:53 AM

  • Mapping exception error in MM-SUS interface

    Hi..
    I am doing MM-SUS Standard Interfaces, when we are sending the Goods Receipt from R/3 to SUS it is throwing the mapping exception eror. yesterday it was working fine.
    Today its not working , I have not made any changes.
    it is throwing error in SXMB_MONI. i.e
       <SAP:Category>Application</SAP:Category>
      <SAP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>
      <SAP:P1>com/sap/xi/tf/_MM2SUSGoodsReceipt_</SAP:P1>
      <SAP:P2>com.sap.aii.utilxi.misc.api.BaseRuntimeException:</SAP:P2>
      <SAP:P3>RuntimeException in Message-Mapping transformation</SAP:P3>
      <SAP:P4>: Cannot produce target element /ns:ServiceAcknow~</SAP:P4>
    In Trace it is showing the error like this.
    <Trace level="1" type="T">RuntimeException during appliction Java mapping com/sap/xi/tf/_MM2SUSGoodsReceipt_ Thrown: com.sap.aii.utilxi.misc.api.BaseRuntimeException: RuntimeException in Message-Mapping transformation: Cannot produce target element /ns:ServiceAcknowledgementInformation/ServiceAcknowledgement/ID. Queue does not have enough values in context. Target XSD requires a value for this element, but target-field mapping does not produce one. XML instance is probably not valid for source XSD, or target-field mapping does not fulfil requirements of target XSD. at com.sap.aii.mappingtool.tf3.AMappingProgram.start(AMappingProgram.java:406) at com.sap.aii.mappingtool.tf3.Transformer.start(Transformer.java:134) at com.sap.aii.mappingtool.tf3.AMappingProgram.execute(AMappingProgram.java:127) at
    Pls suggest me , how can i resolve this error.
    Regards,
    Pasi.

    can you please check with the data which was sent yesterday and run the interface , if it is working then i guess in the latest data u are getting the queue values with the more occurance, thats why u r getting this error.
    may be u r getting more ID values in ServiceAcknowledgement Node where ID element would be having less occurance.
    -Madhav

  • I can't download OS X LION. it comes up with download error, Can anyone help please

    I can't download OS X LION. it comes up with download error, Can anyone help me please ????????

    Not much detail here. What's the error? If  a connection one, use a wired connection to the Internet, If it says stopped or paused, retry. If something else, try http://www.apple.com/support/mac/app-store/contact.html?form=account

  • Cannot read discs, help please?

    Hi, any suggestions would be wonderful, but this is the current case:
    I have an iMac that I purchased back in 2007. Literally, I just installed snow leopard a week ago, and the next time I inserted a disc into my drive - the disc got stuck. And this was very bad of me, but I took a card and gently jimmied the disc till it came out. I have never had this problem till I installed snow leopard onto it. So now whenever I put a disc in - it doesn't mount, and I hear the drives trying to read the disc, but it only spits out the disc after thirty seconds or so. Also, I have tried many different discs, and it is all the same case. They are all spit out. Help please? Should I just take it into the Apple Store?

    While you might have damaged the drive, but because of how they are vertically mounted in the iMac and maybe some heat related issue, the drive could've simply just failed. Its time has come.
    Tthe internal optical drives in the aluminum style iMacs because of there mounting position seem to be prone to failure.
    Your AppleCare has long since expired.
    You have two options. You can pay to have the drive removed and replaced with a new internal drive and risk another premature failure. At least your iMac will have a brand new internal optical drive.
    OR forget about the internal drive and look for and purchase an external third party optical drive that will be much better built and last longer and you can use this drive again when and if you decide to upgrade to a newer Mac or iMac model.
    Another note. If you decide to have an Apple tech replace the internal optical drive, you might ask if possible, how much to install a larger hard drive into this iMac since they have to tear down the entire iMac anyhow.
    Good Luck on whichever decision you choose

  • .. ERROR CODE 4450 HELP PLEASE!.. I copied my cd/dvd diagnostics here

    Hi, I used to always be able to burn CDs on my computer with iTunes fine and now I keep getting error code 4450 right after the 1st song begins to burn. My computer is not even one year old yet! I tried reading other topics like this one but I could not figure out how to fix the problem myself. The questions were responded with asking to run the cd/dvd diagnostics on iTunes so I did and here they are... PLEASE HELP ASAP! THANK YOU!!!
    Microsoft Windows XP Home Edition Service Pack 2 (Build 2600)
    Dell Inc. Dell DM051
    iTunes 7.1.1.5
    CD Driver 2.0.6.1
    CD Driver DLL 2.0.6.2
    LowerFilters: PxHelp20 (2.0.0.0), DRVMCDB (1.0.0.1), DLACDBHM (1.0.0.1),
    UpperFilters: GEARAspiWDM (2.0.6.1),
    Current user is an administrator.
    Video Display Information:
    RADEON X300 SE 128MB HyperMemory
    RADEON X300 SE 128MB HyperMemory Secondary
    Connected Device Information:
    DiskDrive, ST3160812AS, Bus Type ATA, Bus Address [0,0]
    CDROM, PHILIPS DVD+-RW DVD8801, Bus Type ATA, Bus Address [0,0]
    If you have multiple drives on the same IDE or SCSI bus, these drives may interfere with each other.
    Some computers need an update to the ATA or IDE bus driver, or Intel chipset. If iTunes has problems recognizing CDs or hanging or crashing while importing or burning CDs, check the support site for the manufacturer of your computer or motherboard.
    D: PHILIPS DVD+-RW DVD8801, Rev 4D28
    Drive is empty.
    The last failed audio CD burn had error code 4450(0x00001162). It happened on drive D: PHILIPS DVD+-RW DVD8801 on CDR media at speed 12X.

    Yes, here it is... but I have used this same pack of cd's to burn many times before. so i do not think it is the cd, i dont know if that information helps or not...
    Microsoft Windows XP Home Edition Service Pack 2 (Build 2600)
    Dell Inc. Dell DM051
    iTunes 7.1.1.5
    CD Driver 2.0.6.1
    CD Driver DLL 2.0.6.2
    LowerFilters: PxHelp20 (2.0.0.0), DRVMCDB (1.0.0.1), DLACDBHM (1.0.0.1),
    UpperFilters: GEARAspiWDM (2.0.6.1),
    Current user is an administrator.
    Video Display Information:
    RADEON X300 SE 128MB HyperMemory
    RADEON X300 SE 128MB HyperMemory Secondary
    Connected Device Information:
    DiskDrive, ST3160812AS, Bus Type ATA, Bus Address [0,0]
    CDROM, PHILIPS DVD+-RW DVD8801, Bus Type ATA, Bus Address [0,0]
    If you have multiple drives on the same IDE or SCSI bus, these drives may interfere with each other.
    Some computers need an update to the ATA or IDE bus driver, or Intel chipset. If iTunes has problems recognizing CDs or hanging or crashing while importing or burning CDs, check the support site for the manufacturer of your computer or motherboard.
    D: PHILIPS DVD+-RW DVD8801, Rev 4D28
    Media in drive is blank.
    Get drive speed succeeded.
    The drive CDR speeds are: 12 16.
    The drive CDRW speeds are: 12.
    The drive DVDR speeds are: 12.
    The drive DVDRW speeds are: 12.
    The last failed audio CD burn had error code 4450(0x00001162). It happened on drive D: PHILIPS DVD+-RW DVD8801 on CDR media at speed 12X.

  • Just bought an ipod touch 4g and my pc dont seem to recognized my ipod everytime i hook it in and im getting code 43 error ...help please!

    Just bought a new ipod touch downloaded itunes in my pc with windows 7 but every time i hook my ipod computer dont seem to recognize it - getting code 43 error. i have already reset my ipod but still getting the same error code on my computer. Is my ipod defective or its my pc?  please help! 

    - Place the iPod in DFU mode and then restore
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - Try on another computer
    - Try another cable
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar     

  • Error Itunes -9812: help please

    Hi everyone, I've read a lot about the error 9812 when trying to create an itunes account but still cannot find a solution. I'm now desesperated! My computer says Designed for Windows XP and underneath Windows Vista capable. Is this why my itunes store is not compatible? Anyone for repair solution please??????? Many thanks

    Hi Steph,
    This (the -9812 error) was a widespread problem a while back and most people found that re-registering their .dll security certificates did the trick. Apple posted a help page (http://docs.info.apple.com/article.html?artnum=301520) but the Microsoft link no longer works. As such, here are some instructions and a web page reference. Hopefully this will work for you:
    To register the DLL files, follow these steps:
    1. Click Start, click Run, type regsvr32 softpub.dll in the Open box, and then click OK. When you receive the message that the DllRegisterServer succeeded, click OK.
    2. Click Start, click Run, type regsvr32 initpki.dll in the Open box, and then click OK. When you receive the message that the DllRegisterServer succeeded, click OK.
    3. Click Start, click Run, type regsvr32 mssip32.dll in the Open box, and then click OK. When you receive the message that the DllRegisterServer succeeded, click OK.
    4. Click Start, click Run, type regsvr32 wintrust.dll, click OK, and then click OK when you receive the message that the DllRegisterServer succeeded.
    And here's the web page reference:
    http://www.technipages.com/article26.html
    Best of luck.

  • BlackBook - Error when reformatting - Help please?

    Hi,
    I recently acquired a second BlackBook. 2.2 GHz, 4GB RAM, 160 GB HD
    When it arrived to my home, I wanted to start with a fresh OSX install.
    1. I inserted my Leopard disc.
    2. I set the target disc to the DVD drive.
    3. I restarted
    4. I selected my language
    5. Immediately, an error pops up and says, "Mac OSX can not be installed on this computer. Please check the minimum system requirements..."
    6. I open the Disc Utility and zero out the drive
    7. I attempt to install the OS again and get the same error
    8. I remove the RAM and replace it with known good RAM
    9. I attempt to install the OS again and get the same error
    10. I swap hard drives with my current BlackBook inserted in the new machine and OSX loads just fine. Hardware checks out fine in System Profiler
    11. I insert the erroring Hard Drive into my BlackBook and am able to load the OS - no problems at all. No Errors.
    12. I attempt once again to load the OS with my current BlackBook drive and get the same error on the new machine.
    Based on this, is my new machines' Logic Board hosed, or would this be something more like a finicky machine syndrome, or the optical drive?
    I did a fresh install with my original laptop onto the new BlackBook Hard Drive and just threw the drive into my new machine and it works fine - no issues. It just seems ultra weird that I can't install the OS on the actual computer for whatever reason.
    Any ideas on this one? Thanks in advance for the help.

    Hi
    I was not asking about the nature of my purchase. The machine works fine aside from this issue. It does everything I have asked of it aside from this.
    I recently acquired a second BlackBook. 2.2 GHz, 4GB RAM, 160 GB HD
    When it arrived to my home, I wanted to start with a fresh OSX install.
    1. I inserted my Leopard disc.
    2. I set the target disc to the DVD drive.
    3. I restarted
    4. I selected my language
    5. Immediately, an error pops up and says, "Mac OSX can not be installed on this computer. Please check the minimum system requirements..."
    6. I open the Disc Utility and zero out the drive
    7. I attempt to install the OS again and get the same error
    8. I remove the RAM and replace it with known good RAM
    9. I attempt to install the OS again and get the same error
    10. I swap hard drives with my current BlackBook inserted in the new machine and OSX loads just fine. Hardware checks out fine in System Profiler
    11. I insert the erroring Hard Drive into my BlackBook and am able to load the OS - no problems at all. No Errors.
    12. I attempt once again to load the OS with my current BlackBook drive and get the same error on the new machine.
    Based on this, is my new machines' Logic Board hosed, or would this be something more like a finicky machine syndrome, or the optical drive?
    I did a fresh install with my original laptop onto the new BlackBook Hard Drive and just threw the drive into my new machine and it works fine - no issues. It just seems ultra weird that I can't install the OS on the actual computer for whatever reason.
    Any ideas on this one? Thanks in advance for the help.

  • Unable to burn cd error unknown 2131 Help please

    Hello, Can someone please help me I cannot burn Cd's on my Advent laptop and it keeps coming up with unknown error 2131, i understand you need to run a test on the cd drive, here is the info from that .....
    Microsoft Windows Vista Home Premium Edition Service Pack 1 (Build 6001)
    DIXONSXP DIXONSXP
    iTunes 10.4.1.10
    QuickTime 7.7
    FairPlay 1.12.20
    Apple Application Support 2.0.1
    iPod Updater Library 10.0d2
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 3.4.1.2
    Apple Mobile Device Driver 1.57.0.0
    Bonjour 3.0.0.2 (333.2)
    Gracenote SDK 1.9.1.485
    Gracenote MusicID 1.9.1.102
    Gracenote Submit 1.9.1.133
    Gracenote DSP 1.9.1.43
    iTunes Serial Number 002EAEA80B8BEB10
    Current user is not an administrator.
    The current local date and time is 2011-08-26 17:44:14.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is not supported.
    Core Media is not supported. (16005)
    Video Display Information
    Intel Corporation, Mobile Intel(R) 965 Express Chipset Family
    Intel Corporation, Mobile Intel(R) 965 Express Chipset Family
    **** External Plug-ins Information ****
    No external plug-ins installed.
    Genius ID: a84d7f0088c275a2ea5452e14520c1f8
    iPodService 10.4.1.10 is currently running.
    iTunesHelper 10.4.1.10 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    **** CD/DVD Drive Tests ****
    No drivers in LowerFilters.
    UpperFilters: GEARAspiWDM (2.2.0.1),
    E: TSSTcorp CDDVDW TS-L632H, Rev TMC0
    Audio CD in drive.
    Found 21 songs on CD, playing time 53:47 on Audio CD.
    Track 1, start time 00:02:00
    Track 2, start time 03:19:38
    Track 3, start time 05:31:12
    Track 4, start time 08:26:50
    Track 5, start time 11:55:12
    Track 6, start time 13:33:68
    Track 7, start time 16:29:33
    Track 8, start time 19:10:66
    Track 9, start time 21:04:24
    Track 10, start time 22:12:28
    Track 11, start time 24:39:63
    Track 12, start time 26:38:33
    Track 13, start time 28:52:61
    Track 14, start time 31:07:14
    Track 15, start time 33:41:60
    Track 16, start time 35:41:69
    Track 17, start time 37:20:14
    Track 18, start time 38:47:39
    Track 19, start time 43:31:31
    Track 20, start time 46:26:09
    Track 21, start time 48:58:73
    Audio CD reading succeeded.
    Get drive speed succeeded.
    The drive CDR speeds are: 24.
    The drive CDRW speeds are: 24.
    The drive DVDR speeds are: 24.
    The drive DVDRW speeds are: 24.
    The last failed audio CD burn had error code 2131(0x00000853). It happened on drive E: TSSTcorp CDDVDW TS-L632H on CDR media at speed 0X.
    Thanking you in advance Josh

    E: TSSTcorp CDDVDW TS-L632H, Rev TMC0
    The 2131 is usually associated with older versions of the firmware for the TS-L632H, josh.
    The TMC0 is a firmware revision I haven't seen before ... presumably it's an Advent-supplied version. Check in with Advent (or Dixon's?) technical support to see if they have a later version available. If you update to the higher firmware version, does that get you past the 2131?

  • .R3D Error & unsuported need Help Please

    I have Donwloaded .R3D file from the link below,
    http://www.reduser.net/forum/showthread.php?66510-So-what-can-you-do-with-a-Scarlet-X
    just wanted to try them in my editing system, but each time I try to import the files its says (unsupported or damaged file error). I have also updated the latest version of premiere CS5 - 5.0.3 & After effect CS5 - 10.0.2
    I work on Adobe CS5
    My editing system is:
    i7 980x extreme
    24 GB ram DDR3
    120 SSD Drive OS
    2TB HDD Drive
    GTX 480
    Please need help in this problem

    hello
    I think default red support is for regular red one only. For scarlet/epic you have to install an installer from adobe labs - http://labs.adobe.com/technologies/redepic_importer/ . But I think it works only with CS5.5 (not sure) so if you have regular CS5 then you may be out of luck.

  • First iOS 4 loads completely but then there is an error! QUICK HELP PLEASE!

    I startet to download the iPod touch Software Update (iOS 4) and it loads fine until it was finished (after 1h) there came an error message that there is an network overtiming (german: "Netzwerk-Zeitüberschreitung") and so it stops immedeatly to load and it also didn't sync with my iPod. I use an Lenovo 3000 N200 Notebook, Safari 5, iTunes 9 (all updated) and Windows 7 Home Premium, Kaspersky Security Suite. I also tried to download without Firewall und restart my PC but it didn't help! PLEASE HELP ME QUICK!!!

    I think that the Server at Applewas just too busy and I tried it 4 times again and again and suddenly it works fine... I think the iOS 4 is great but sometimes the multitasking is very uncomfortable.

  • Wifes 5g video sdram error at work Help Please

    Thank YOU for any and all help on the following:
    1. Wifes Very Well taken care of 5g video place in a speaker dock at work this morning. She IM's me "MY iPod Is Broke" She says when she put it into the speaker dock, the screen said "error sdram full test"
    2. I told her to do a reset "hold switch left to right. Hold menu and center buttons at same time"
    3. Now she says screen is flashing!
    I have done the search's. Nothing exactly like this.
    What Do I Tell Her PLEASE! She is lost without her iPod.

    So what happened with this? As I assume you have now had a chance to get your hands on it and play with it first hand?
    Patrick

  • After record insertion error!! Help please!!

    I get this error after I insert fields into database.
    Error Executing Database Query.
    Syntax error in INSERT INTO statement.
    The error occurred in D:\Hosting\derekwit\more.cfm: line 100
    98 : <cfelse>
    99 : NULL
    100 : </cfif>
    101 : )
    102 : </cfquery>
    SQL INSERT INTO DBTANGLEWOOD (First, Last, Industry, Title,
    Company, Address1, Address2, City, State, Zip, Country, Phone, Fax,
    Email, SiteInterest, TimeFrame) VALUES ( NULL , NULL , NULL , NULL
    , NULL , NULL , NULL , NULL , NULL , NULL , NULL , NULL , NULL ,
    NULL , NULL , NULL )
    DATASOURCE derekwit_accesscf_TanglewoodDB
    VENDORERRORCODE 3092
    SQLSTATE  
    Resources:

    It doesn't look like the query is inserting any values other
    than NULL. You may want to look into that.
    Some of your column names may be reserved words. For example
    FIRST and LAST. If those are reserved words for your db type,
    either rename the columns permanently (recommended) or escape them.
    The escape syntax is db dependent.
    Access or MS SQL use square brackets around the name:
    [ColumnName]
    MySQL try back tics: `ColumnName`
    ...

Maybe you are looking for