Sime JDBC question

hi all,
is it true that the JDBC-ODBC bridge doesnt work with applet ???i tried to connect to database in applet but it always hangs.
does anyone know where i can download a free JDBC driver for DBF, i still cannot find any. I'm using Tomcat and JDK 1.3.1
thanks ~

one can on conditions, eg
http://www.geocities.com/rmlchan/dba.html

Similar Messages

  • MySQL /JDBC Question

    I began playing with JDBC a few days ago. I set up a database using mySQL and wrote a simple java program that will connect to it. Works good from the computer that holds the database.
    I try and run the same program from my secondary computer which does not have mySQL or ODBC mySQL drivers, I get com.mysql.jdbc.Driver for an error message. (Trying to access the database on my main computer via ip/databasename)
    My Question is, do you HAVE to have mySQL or Connector/ODBC installed on a computer if you wish to connect to a database on other computer??
    Here's where it prints the error message...
    try
    Class.forName("com.mysql.jdbc.Driver");
    catch (Exception e)
    JOptionPane.showMessageDialog(null, "ERROR = " + e.getMessage());
    I use this as my url..
    private final String url = "jdbc:mysql://122.122.122.122:3306/test123";
         

    Say I want to make a simple web applet that will
    access a database on my computer. The only way my
    vistors to my website will be able to access the
    database via the web applet is by having mySQL JDBC
    driver installed on their computers?yes.
    however.
    you can package up the JDBC driver as part of your jar with your applet so it doesn't require the user to "install" anything. it's just part of your applet.

  • The Sims 3 question?

    When I live out/play a Sims family, it gets saved to one place. Then I switch over to another family and since it's saved in a different place on the game, they can't interact. Any way that I can get multiple families that I can play at different times in one neighborhood?

    Hi Kai,
    Google is your friend! (I'd ask my daughter but she isn't home at present!)
    see
    http://au.gamespot.com/pc/strategy/thesims3/showmsgs.php?topicid=m-1-49897257&pid=936498 and
    http://answers.yahoo.com/question/index?qid=20090726193658AAON41Q and http://answers.yahoo.com/question/index?qid=20090605125943AAP9mTP
    Cheers
    Rod

  • Newbie with JSP & JDBC questions

    Hi. I have a quick question. I have a client jsp page with a table, listing all the fields from my mySQL table called kellybclients. At the end of each row, I also have a submit button that I would like navigate the user to the campus jsp page that only shows the data associated with the client who's button they clicked on in the table. I'm trying to figure out how to pass this data from my JSP into the rowset.setCommand method in my connection/data bean. I am using a cached row set. Here's the code from my bean:
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    package ETS;
    import java.sql.SQLException;
    import javax.sql.rowset.CachedRowSet;
    import java.util.ArrayList;
    import com.sun.rowset.CachedRowSetImpl;
    public class CampusDataBean {
        private CachedRowSet rowSet;
      public CampusDataBean() throws Exception
        Class.forName("com.mysql.jdbc.Driver");
        rowSet = new CachedRowSetImpl();
        rowSet.setUrl("jdbc:mysql://traderseven.nmsu.edu/is470Spring08?relaxAutoCommit=true");
        rowSet.setUsername("is470Spring08");
        rowSet.setPassword("1DoNtier");
        rowSet.setCommand("SELECT campid, clientid, campname,campcounty FROM kellybCampus WHERE clientid=?");
        CampusBean camp = new CampusBean();
        rowSet.setString(1, camp.getClientID());
        rowSet.execute();
      public ArrayList<CampusBean> getCampusList() throws SQLException
        ArrayList<CampusBean> campusList = new ArrayList<CampusBean>();
        rowSet.beforeFirst();
        while(rowSet.next())
          CampusBean campus = new CampusBean();
          campus.setCampID(rowSet.getString(1));
          campus.setClientID(rowSet.getString (2));
          campus.setCampName(rowSet.getString(3));
          campus.setCounty(rowSet.getString(4));
          campusList.add(campus);
        return campusList;
    public void addCampus(CampusBean campus) throws SQLException
        rowSet.moveToInsertRow();
        rowSet.updateString(1,campus.getCampID());
        rowSet.updateString(2,campus.getClientID());
        rowSet.updateString(3,campus.getCampName());
        rowSet.updateString(4,campus.getCounty());
        rowSet.insertRow();
        rowSet.moveToCurrentRow();
        rowSet.acceptChanges();
    }I'm sorry if this is too vague. I'd appreciate any help, fixes, or pointers on where to learn how to do this. Thank you again.
    KellyJo

    So the button should be a Submit button for a form. There are a couple of different methods for doing this:
    1) Each row on the table can be a different form, each form uses the same action (servlet) target and has a hidden input with a unique identifier for each of the clients:
    <table>
      <tr><form action="selectClient" method="post"><td> etc </td><td><input type="hidden" name="id" value="1"/><input type="submit"/></td></form></tr>
      <tr><form action="selectClient" method="post"><td> etc </td><td><input type="hidden" name="id" value="2"/><input type="submit"/></td></form></tr>2) Use a single form with a button type=submit for each row with different values (Note: This is broken in IE7 so you probably shouldn't use it)
    <table><form action="selectClient" method="post">
      <tr><td> etc </td><td><button type="submit" name="id" value="1">Submit</button></td></tr>
      <tr><td> etc </td><td><button type="submit" name="id" value="2">Submit</button></td></tr>3) Use a single form, have a hidden value with a blank value. Each row has a submit button with a javascript onclick method that sets the form's hidden value to one appropriate to the row, then submits the form. I won't show you this code but there are examples on the web.
    4) Use a single form with an input="submit" element on each row. Each button would have a different name with the ID info encoded in it, then you would have server-side code that takes parameters, finds the right one and parses out the proper row to edit:
    <table><form action="selectClient" method="post">
      <tr><td> etc </td><td><input type="submit" name="submit__id_1"/></td></tr>
      <tr><td> etc </td><td><input type="submit" name="submit__id_2"/></td></tr>I think most people end up doing some variant of 3, which I don't like because I hate to rely on JavaScript to make my web apps work properly. I would prefer 4, which takes more work on the server side (which I like better) but 1 works just as well with a lot more typing and uglier HTML code. Actually, I would like 2 the best because that is pretty much what the <button> element was designed for, but Microsoft screwed that up.

  • Web Service/ JDBC question

    Hi,
    I have to design an automatic -and periodic- process that performs next tasks:
    1) Read Oracle table to build a XML file
    2) Connect with a Web Service and send the XML. (In the specification says that SOAP with attachments is not supported , so we have to use a "proxy J2EE client" to interact with this web service)
    3) Also this web service uses security sign with a X.509 v3 certificate in BASE64, which must be passed as a 'string' parameter when is invoked.
    I'm new in these subjects, and I need some help, my questions:
    1) Is it possible to define an automatic process with JDEVELOPER that connects to the DB, build the XML file and invoke the Web service?
    2) How could I make this proccess automatic and periodic, for example every friday.
    3) What are the tools I have to use:
    3.1.- To Connect with DB -> JDBC?
    3.2.- To Build XML, programmatically? or is there any tool?
    3.3.- To define it as a periodic proccess??
    4) Others alternatives? Is it possible to develope this directly in PL/SQL as a job in ORACLE?
    thanks in advance...

    This is what we call "Database Web Services" covered in chapter 15 of my book http://db360.blogspot.com/2006/08/oracle-database-programming-using-java_01.html
    See also
    a) Oracle Application Server Web Services Developer’s Guide 10g Release 3 (10.1.3.x) for a complete coverage of Oracle AS Web Services Security.
    b) Calling External Web services from stored procedure (it contains an example of batch scheduling for call-out but you are looking for call-in): http://www.oracle.com/technology/sample_code/tech/java/jsp/samples/wsclient/Readme.html
    Kuassi

  • Basic JDBC Question

    Okay, I think this isn't supposed to be in this forum (Seeing as how there's a JDBC forum and all..), but this is so basic and I'm kicking myself over it I thought I'd put it in here. Anyways:
    I just installed mysql-connector-java-2.0.14, or at least I think I did. I keep getting the "java.lang.ClassNotFoundException: com.mysql.jdbc.Driver" error. I read a lot of the forum hits I got for the error, but none of them helped me out...
    My JDK (I'm using 1.3.1_06 for compatibility reasons) is installed to /usr/java/jdk
    I'm compiling an applet on one machine, but hosting it off another. The applet must then be viewed by the compiling machine, the hosting machine, and any other machines (which I do not have access to).
    My question is this: What the hell am I doing wrong. :) Am I not understanding applets right? Does the client viewing it have to have the mysql driver installed? Does the server need it? I would assume only the compiling computer would...
    And if I only need it on the compiling machine, what am I doing wrong? My environmental variables are set as shown, I'm compiling with the shown command, and the code snippets are from my stuff. Parts in bold are what I feel is relevent (in the paths). God I feel like an idiot...
    Thanks in advance, and sorry to waste your time...
    echo $PATH
    /bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/home/jcourts/bin:/usr/java/jdk/bin:/usr/java/jdk/jre/lib/ext:/usr/java/jdk/jre/lib/ext/mysql-connector-java-2.0.14-bin.jar
    echo $CLASSPATH
    /usr/java/jdk/jre/lib/ext:/usr/java/jdk/jre/lib/ext/mysql-connector-java-2.0.14-bin.jar
    echo $JAVA_HOME
    /usr/java/jdk
    /usr/java/jdk/bin/javac -g -deprecation *.java
    import java.sql.*;
    -and-
    Class.forName("com.mysql.jdbc.Driver");
    Connection con = DriverManager.getConnection("jdbc:mysql://<<host_is_here>>/<<db_name>>?user=<<username>>");

    Hvae program to test the ODBC or JDBC Bridge and driver, so that you know you've set it up right. I gave up on applets ages ago for this sort of thing, though I do know you have to install a seperate driver for applets, perhaps someone could come in on this and guide you more
    This will teat your driver and set-up, so compile and run this code;-
    import java.sql.*;
    import java.util.*;
    public class MyConnection
         Connection con;
         MyConnection()
              try
    // ******************************Connected To Jdbc-Odbc Type - 1 Driver
                   Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    //               con = DriverManager.getConnection("Jdbc:Odbc:dsnname","userid","password");
                   con = DriverManager.getConnection("jdbc:odbc:Driver={SQL Server};Server=servername;Database=pubs","userid","password");
    // ******************************Connected To Ms-Access JDBC ODBC Driver .
                   Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
                   con = DriverManager.getConnection("Jdbc:Odbc:dsnname","","");
    //               con = DriverManager.getConnection("jdbc:odbc:Driver={MicroSoft Access Driver (*.mdb)};DBQ=G:/admin.mdb","","");
    // ******************************Connected To Ms-Access Type-3 Driver.
         /*          Class.forName ("acs.jdbc.Driver");
                   String url = "jdbc:atinav:servername:5000:C:\\admin.mdb";
                   String username="Admin";
                   String password="";
                   Connection con = DriverManager.getConnection(url,username,password);
    // ******************************Connected To Microsoft SQL.
                   Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver");
                   con = DriverManager.getConnection("jdbc:microsoft:sqlserver://servername:1433","userid","password");
    // ******************************Connected To Merant.
                   Class.forName("com.merant.datadirect.jdbc.sqlserver.SQLServerDriver");
                   con = DriverManager.getConnection("jdbc:merant:sqlserver://servername:1433;User=userid;Password=password");
    // ******************************Connected To Atinav SqlServer.
                   Class.forName ("net.avenir.jdbc2.Driver");
                   con= DriverManager.getConnection("jdbc: AvenirDriver://servername:1433/pubs","userid","password");
    // ******************************Connected To J-Turbo.
    /*               String server="servername";
                   String database="pubs";
                   String user="userid";
                   String password="password";
                   Class.forName("com.ashna.jturbo.driver.Driver");
                   con= DriverManager.getConnection("jdbc:JTurbo://"+server+"/"+database,user,password);
    /*// ******************************Connected To jk Jdbc Driver.
                   String url= "jdbc:jk:server@pubs:1433";
                   Properties prop = new Properties();
                   prop.put("user","userid");//Set the user name
                   prop.put("password","password");//Set the password
                   Class.forName ("com.jk.jdbc.Driver").newInstance();
                   con = DriverManager.getConnection (url, prop);*/
    // ******************************Connected To jNetDirect Type - 4 Driver
    /*               String sConnect = "jdbc:JSQLConnect://127.0.0.1/database=pubs&user=userid&password=password";
                   Class.forName ("com.jnetdirect.jsql.JSQLDriver").newInstance();     
                   Connection con= DriverManager.getConnection(sConnect);
    // ******************************Connected To AvenirDriver Type - 4 Driver
    //               String url= "jdbc: AvenirDriver: //servername:1433/pubs";
    //               java.util.Properties prop = new java.util.Properties ();
    //               prop.put("user","userid");
    //               prop.put("password","password");
    /*               Class.forName ("net.avenir.jdbc2.Driver");     
                   System.out.println(" Connected To AvenirDriver Type - 4 Driver");
                   con= DriverManager.getConnection("jdbc: AvenirDriver://servername:1433/pubs","userid","password");
    // ******************************Connected To iNet Sprinta2000 Type - 4 Driver
         /*          String url="jdbc:inetdae7:servername:1433";
                   String login="userid";
                   String password="password";
                   Class.forName("com.inet.tds.TdsDriver");
                   System.out.println(" Connected To iNet Sprinta2000 Type - 4 Driver");
                   con=DriverManager.getConnection(url,login,password);
    // ******************************Connected To iNet Opta2000 Type - 4 Driver
    /*               String url="jdbc:inetdae7:servername:1433";
                   String login="sagar";
                   String password="sagar";
                   Class.forName("com.inet.tds.TdsDriver").newInstance();
                   System.out.println(" Connected To iNet Opta2000 Type - 4 Driver");
                   con=DriverManager.getConnection(url,login,password);
                   DatabaseMetaData md = con.getMetaData();
                   System.out.println("Driver Name            " + md.getDriverName());
                   System.out.println("Driver Version         " + md.getDriverVersion());
                   System.out.println("Database URL is        " + md.getURL());
                   System.out.println("Database UserName is   " + md.getUserName());
                   System.out.println("Connection Name        " + md.getConnection());
                   System.out.println("Database Name          " + md.getDatabaseProductName());
                   System.out.println("Database Version       " + md.getDatabaseProductVersion());
                   System.out.println("Database ReadOnly Type " + md.isReadOnly());
                   System.out.println("MaxColumnNameLength    " + md.getMaxColumnNameLength());
                   System.out.println("MaxConnections         " + md.getMaxConnections());
                   System.out.println("");
              catch(ClassNotFoundException cnfe)
                   System.out.println(cnfe.getException());
                   System.out.println("The Specified Driver Does not Exist....");
              catch(SQLException sqle)
                   if(sqle.getErrorCode() == 0)
                        System.out.println("No Suitable Driver Found..");
                   else if(sqle.getErrorCode() == 1017)
                        System.out.println("Wrong UserName Or Password..");
                   else if(sqle.getErrorCode() == 1034)
                        System.out.println("Database not Started..");
                        System.out.println(sqle.getErrorCode());
                        System.out.println(sqle.getSQLState());
                        System.out.println(sqle);
         public static void main (String args[])
              new MyConnection();
    }

  • 819 3G dual sim setup question

    Hi all,
    I´m trying to setup a dual sim 3G WAN connection and i have the following question.
    I have created the profile 1 for slot 0 and profile 2 for slot 1.
    My question is related to the chat-script.
    I have setup the connection using only one sim, but now i have to use both sim slots for failover.
    my chat script is --> chat-script hspa "" "AT!SCACT=1,1" TIMEOUT 60 "OK"
    My question is :
    To use the dual sim with 2 profiles how my chat-script will be ?
    The below chat script will work with the dual sim active with both profiles ?
    chat-script hspa "" "AT!SCACT=1" TIMEOUT 60 "OK"
    Thank you :)

    i want  the router to switch automatically when the signal is 2G (GSM) to the other SIM if its signal is (WCDMA)
    a) wcdma signal
    Radio power mode = ON
    Current Band = WCDMA 2100, Channel Number = 10612   <---------------- the required one
    Current RSSI = -74 dBm
    Band Selected = Auto
    Number of nearby cells = 1
    Cell 1
            Primary Scrambling Code = 0x14E
            RSCP = -78 dBm, ECIO = -9 dBm
      b) gsm signal
    Current Band = GSM 900, Channel Number = 61
    Current RSSI = -94 dBm
    Band Selected = Auto
    Number of nearby cells = 1
    Cell 1
            Primary Scrambling Code = 0x172
            RSCP = -105 dBm, ECIO = -6 dBm

  • Tomcat 5 JDBC question

    Does Tomcat 5.0 only support TYPE_FORWARD_ONLY Result Sets? Ive declared my result set as
    private ResultSet rs;
    stmt = con.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE, ResultSet.CONCUR_UPDATABLE);
    However when I try and scroll through it using
    stmt = con.createStatement();
    rs = stmt.executeQuery("SELECT * FROM customer");
    boolean is_true = rs.last(); //this will set the pointer in the last record of your ResultSet.
    no_of_records = rs.getRow(); //return the current record number, ie last record number.
    ResultSetMetaData rsmd = rs.getMetaData();
    column_count = rsmd.getColumnCount();
    customerArray = new String[no_of_records][column_count];
    buf.append("<p align=center>#Records: "+no_of_records+"</p>");
    buf.append("<p align=center>#Columns: "+column_count+"</p>");
    I keep getting the error :
    java.sql.SQLException: Result set type is TYPE_FORWARD_ONLY at sun.jdbc.odbc.JdbcOdbcResultSet.last(JdbcOdbcResultSet.java:2274) at EditCustomer.doPost(EditCustomer.java:55)
    Where line 55 of Edit Customer is the first statement to scroll through the ResultSet
    boolean is_true = rs.last(); //this will set the pointer in the last record of your ResultSet.
    Do I have to scroll through the ResultSet and simply count using variables or can TYPE_SCROLL_SENSITIVE ResultSet. be used in Tomcat 5.0 as a servlet or could it be that I am simply declaring the resultset incorrectly??
    Thanks for your help in advance!

    Yeah....mySQL would not be a bad thing to learn at this point. Considering developing a private BB and MySQL would be ideal for that.
    Anyhow back to my problem, which my the way is no longer a problem. Thanks for your help...Ill probably be back later with more questions. Just by the way if anyone wants to know how to do it here is some of the code.
    PrintWriter output = response.getWriter();
    response.setContentType( "text/html" );
    StringBuffer buf = new StringBuffer();
    buf.append("<HTML><HEAD><TITLE>\n");
    try
         stmt = con.createStatement();
         rs = stmt.executeQuery("SELECT * FROM customer");
         int rows=0;
         int cols=3;
         while(rs.next())
              rows++;
         customerArray = new String[rows][cols];
         rs.close();
         rs = stmt.executeQuery("SELECT * FROM customer");
         rs.next();
         for(int i=0; i<customerArray.length; i++)
              for (int j=0; j<customerArray.length; j++)
                   if(j==0)
                        customerArray[i][j] = rs.getString("Name");
                   if(j==1)
                        customerArray[i][j] = rs.getString("Level");
                   if(j==2)
                        customerArray[i][j] = rs.getString("Note");
                   else{}
                   rs.next();
              rs.close();
              buf.append("</TITLE></HEAD>\n");
              buf.append("<body bgcolor=#D7DBE7 text=#0000FF>");
              buf.append("<div align=center>");
              buf.append("<p>�</p>");
              buf.append("<form action=http://Colt/Admin/servlet/servDeleteCustomer method=post name=Delete id=Delete>");
              buf.append("<div align=center>");
              buf.append("<table width=255 border=0>");
         buf.append("<tr>");
         buf.append("<td width=109>Delete Customer: </td>");
         buf.append("<td width=76><select name=delete id=deleteName>");
         for(int i=0; i<customerArray.length; i++)
                   for (int j=0; j<customerArray[i].length; j++)
                        if(j==0)
                             buf.append("<option value="+customerArray[i][j]+">"+customerArray[i][j]+"</option>");
                   else{}
         buf.append("</select></td>");
         buf.append("<td width=56><input type=submit name=Submit value=Submit /></td>");
         buf.append("</tr>");
              buf.append("</table>");
              buf.appen("</div></form><p>�</p><p>�</p></div></BODY></HTML>");
              output.println(buf.toString());
              output.close();
    catch(.....)

  • JDBC Questions have some doubts

    hi,
      Friends i have some doubts on JDBC Adapter . plz give me answere.
    1) Wt is the use of update query in jdbc adapter?
    2) Why did u use the flag field in jdbc table?
    3) How will u send the data into multiple table?
    4) Wt is the receiver str jdbc?
    5 Wt is the jdbc configurations
    thanks in adnvace.

    Hi,
    1) Wt is the use of update query in jdbc adapter?
    --> Update query is used to update the specific record in the database table based on Key fields.
    2) Why did u use the flag field in jdbc table?
    --> the Flag field is used to mark the records which are selected by sender JDBC adapter, so next time those records should not be repeated.
    3) How will u send the data into multiple table?
    --> You can send the data to multiple tables with the help of multi-mapping in the XI.
    Accessing Multiple Tables dynamically using JDBC
    Accessing Multiple Tables dynamically using JDBC
    4) Wt is the receiver str jdbc?
    --> On receiver side JDBC, you can either Insert, Update or delete the records. The storder proceduers are the line of codes written in DB2, From XI you can directly execute these JDBC statements. It will be helpful when you will be working on synchronous scenario and need to modify or deal with multiple tables based on complex logics
    5 Wt is the jdbc configurations
    --> JDBC configuration is based on the JDBC drivers installed.
    Refer - Detail explanation
    http://help.sap.com/saphelp_nw04s/helpdata/en/22/b4d13b633f7748b4d34f3191529946/frameset.htm
    Thanks
    Swarup

  • SQL JDBC question

    I am using the JDBC-ODBC bridge driver for my DB query app.
    I am trying to run an SQL statement in my program which has a ' ( Apostrophe ) in it.
    ie
    String query = "select * from MYTABLE where OWNER = \'Joe/'s Soap\' "
    A JDBC site tells me to escape the 's using /'s but this still gives me an error.
    Any ideas?
    Thanks .....

    I believe, if you are using Oracle, you also need to escape the ' using a ''. (Escaping in SQL, not Java)
    String query = "select * from MYTABLE where OWNER = \'Joe\'\'s Soap\' "
    String query = "select * from MYTABLE where OWNER =
    \'Joe/'s Soap\' "
    A JDBC site tells me to escape the 's using /'s but
    this still gives me an error.
    Any ideas?
    Thanks .....

  • 3g sim card question

    Hi guys. Apologies if this has been covered, did some sniffing but didn't see any relevant threads.
    Anyway....
    I'm in the wifi vs wifi/3g boat, racking my brains trying to figure out my options but I'll be pulling the trigger anytime real soon.
    I have the iphone with data plan and really will not line the carrier pockets further and buy a second plan for the pad, so i was wondering whether i could simply jam the sim card from my iphone into the pad for 3g coverage as and when I liked???
    Is there any tech reason that won't work?
    I'm in Canada, if it makes any difference. My carrier here is Rogers...........
    Thanks in advance
    Marcus

    I've never used hotspots. Don't I have to formally log into hotspots ? or does the iPad have some funky setup where it spends it's life looking for and logging into free hotspots autonomously?
    The other thing the 3G is offering, which is kinda bugging me out, is the GPS functionality.... Not a deal breaker but the sim switch would sure have me go for the 3g model.
    So if I insert my sim into the ipad what happens, it's just ignores it ?

  • Sims 2 Question

    Does anyone know if you can use the scrolling trackpad in the sims 2 for mac? It would really help.
    (Sorry if this is in the wrong section)
    Thanks a lot!
    iBook G4 1.33GHz   Mac OS X (10.4.5)   iMac G3 350MHz

    you can use the trackpad and it will work just fine but you cannot "scroll" through the game. i have the sims 2 and it is fun!!! works great on my ibook 12" 1.33ghz 768mb ram.
    Jordan Kennedy
    p.s. please mark this topic solved!

  • SIMS 3 Question

    Do you think Sims 3 will run on my 2007 IMAC 20?
    2.0 ghz
    4meg ram
    Thanks for any advice.

    HI,
    Go to the vendor site and find out what the minimum requirements are for the game.
    http://www.simprograms.com/the-sims-3-mac-requirements-now-posted/
    Make sure you have the correct video card.
    Carolyn

  • Selling my Galaxy S3..sim card question

    I am selling my Verizon Galaxy S3 on eBay, do I NOT include the Sim card and the buyer has to get his own from Verizon or do I just send it along with the phone? I have read on other forums that I should not send the Sim card.

    The average sell price for the Samsung S3 on eBay is 410 dollar or so. Mine is only 2+ months old but much like yourself I want the Razor Maxx. Mostly because Motorola phones seem to give me much better reception at my house than any other phone. And I like the battery life. The S3 is a great phone though as well.

  • Selling IPhone 3GS...SIM card questions

    Thank you in advance for any help you can give me. I bought my mother an iPad and, for her needs, it really replaces her iphone 3gs so I bought her a simple cell phone to replace the iphone so she can just make calls from it. This simple cell phone came with a new sim card in it. I was planning on selling my mother's iphone 3gs on ebay with her old sim card in it. I erased all content and settings on this iphone so is it okay to sell the iphone with her old sim card in it or should I remove it? In the past, I have sold my old erased iphones with the sim card still in it and now I don't know if that was a mistake. Is there personal info on the sim card that somebody can access even after the iphone was erased? Thanks much.

    As when data is erased from a hard drive, if not securely erased the erased data can be recovered by a data recovery utility.
    The chances of someone going to that trouble with a SIM card and there isn't much they could do with it anyway if the data was obtained, why take the chance. It isn't your responsibility to include your no longer activated SIM card with a phone that you sell for someone who is interested in using the iPhone in a way that is not designed or intended. The iPhone is designed to be used as a phone - to be activated, and whoever purchases your iPhone will need to get a new SIM card from AT&T or use their existing AT&T SIM card from another phone if they are an existing AT&T subscriber in order to activate the iPhone with their line/number with AT&T as designed and intended.
    More than likely no harm done or no need to worry if you include your SIM card but why have any concern about it whatsoever?
    To each his/her own.

Maybe you are looking for

  • Sharing internet in a houseshare

    Hi all I am currently in a houseshare in London and the internet is ridiculously slow. There are about 8-10 people in the house but the connection only started slowing around 5 days ago. It gets so slow I can't even load google. My questions are: 1.

  • What this err means?

    "Session state protection violation: This may be caused by manual alteration of a URL containing a checksum or by using a link with an incorrect or missing checksum. If you are unsure what caused this error, please contact the application administrat

  • Where do I get drivers?

    Where do i get Ipod drivers for the 6.1.3 operating system?

  • Synchronization user profile error

    The LDAP server is unavailabale  pls gave me ans

  • BPEL B2B data transfer

    How do I transfer data collect from a data base using BPEL to a B2B and view it through a trading partner?