Oracle to Access: Generic Connectivity, Help Needed

Please come to this forum and help me
Generic connectivity for M.S ACCESS?
Thanks

MS drivers for Oracle was designed a very long time ago with Oracle7 in mind.
You might want to see: http://support.microsoft.com/kb/244661
I have not tested your code, but I guess you need to consider giving up on the idea of using ancient interfaces such as Jet. Not sure about MS' supporting the technology, but at least the older "win 95" versions seem unlikely to be Unicode-enabled.
Edited by: orafad on Mar 20, 2012 10:57 PM
Edited by: orafad on Mar 20, 2012 10:58 PM

Similar Messages

  • [b]Connection to Oracle DB per JDBC URGENT HELP NEEDED PLEASE![/b]

    Hallo,
    I'm a newbie. I want to make a connection to the oracle db on the server and I have been having serious problems. See CODE and ERROR MESSAGEs below:
    import java.sql.*;
    public class SqlConnection01 {
         public static void main(String[] args) {
              Connection con = null;
              Statement stmt = null;
              try {
                   Class.forName("oracle.jdbc.driver.OracleDriver"); //Loading the Oracle Driver.
    con = DriverManager.getConnection
         ("jdbc:oracle:thin:@38.218.2.227:1521:testdb","data","test"); //making the connection.
                   stmt = con.createStatement ();// Sending a query to the database
                   ResultSet rs = stmt.executeQuery("SELECT mand,kost,ktest,kok FROM test");
                        while (rs.next()) {
                             String mandt = rs.getString("1");
                             String kostl = rs.getString("2");
                             String ktest = rs.getString("3");
                             String kokrs = rs.getString("4");
                             System.out.println( mandt + kostl ktest kokrs );
              } catch(Exception e) {
                   e.printStackTrace();
              } finally {
                   try
                        if(stmt != null) stmt.close();
                        if(con != null) con.close();
                   } catch (Exception exception) {
                        exception.printStackTrace();
    ERROR MESSAGE:
    java.sql.SQLException: Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=153092352)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:334)
         at oracle.jdbc.ttc7.TTC7Protocol.handleIOException(TTC7Protocol.java:3695)
         at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:352)
         at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:362)
         at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:536)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:328)
         at java.sql.DriverManager.getConnection(Unknown Source)
         at java.sql.DriverManager.getConnection(Unknown Source)
         at SqlConnection01.main(SqlConnection01.java:24)
    What am I doing wrong here. I am using Oracle9i client installed on my pc (Release 2 (9.2.0.1.0) for Windows ) so I downloaded the ojdbc14 drivers for this version and I copied them in my bin directory C:\j2sdk1.4.2_06\bin\ojdbc14 .
    Secondly I can connect to the db per command line( sqlplus /nolog; conn data/test@testdb) and querry the testdb.
    I can also test the connection using oracle Net Manager and the test is successful.
    But I can't start up the lsnrctl on my pc.I get this message any time i issue the command(C:\>lsnrctl
    'lsnrctl' is not recognized as an internal or external command, operable program or batch file.)
    What am I doing wrong here? What should I do to have this connection possible. Thanks very much in advance.

    oh sure! Below is the TNSNAMES I copied from my PCfound in(C:\oracle\ora92\network\admin\SAMPLE) The next thing could be how could I get access to the TNSNAMES on the server?
    STARTS HERE:
    <alias>= [ (DESCRIPTION_LIST =  # Optional depending on whether u have
                        # one or more descriptions
                        # If there is just one description, unnecessary ]
         (DESCRIPTION=
         [ (SDU=2048) ]     # Optional, defaults to 2048
                        # Can take values between 512 and 32K
         [ (ADDRESS_LIST=    # Optional depending on whether u have
                        # one or more addresses
                        # If there is just one address, unnecessary ]
         (ADDRESS=
              [ (COMMUNITY=<community_name>) ]
              (PROTOCOL=tcp)
              (HOST=<hostname>)
              (PORT=<portnumber (1521 is a standard port used)>)
         [ (ADDRESS=
              (PROTOCOL=ipc)
              (KEY=<ipckey (PNPKEY is a standard key used)>)     
         [ (ADDRESS=
              [ (COMMUNITY=<community_name>) ]
              (PROTOCOL=decnet)
              (NODE=<nodename>)
              (OBJECT=<objectname>)
    ... # More addresses
         [ ) ] # Optional depending on whether ADDRESS_LIST is used or not
         [ (CONNECT_DATA=
              (SID=<oracle_sid>)
              [ (GLOBAL_NAME=<global_database_name>) ]
         [ (SOURCE_ROUTE=yes) ]
         (DESCRIPTION=
         [ (SDU=2048) ]     # Optional, defaults to 2048
                        # Can take values between 512 and 32K
         [ (ADDRESS_LIST= ]     # Optional depending on whether u have more
                        # than one address or not
                        # If there is just one address, unnecessary
         (ADDRESS
              [ (COMMUNITY=<community_name>) ]
              (PROTOCOL=tcp)
              (HOST=<hostname>)
              (PORT=<portnumber (1521 is a standard port used)>)
         [ (ADDRESS=
              (PROTOCOL=ipc)
              (KEY=<ipckey (PNPKEY is a standard key used)>)
         ...           # More addresses
         [ ) ]           # Optional depending on whether ADDRESS_LIST
                        # is being used
         [ (CONNECT_DATA=
              (SID=<oracle_sid>)
              [ (GLOBAL_NAME=<global_database_name>) ]
         [ (SOURCE_ROUTE=yes) ]
         [ (CONNECT_DATA=
         (SID=<oracle_sid>)
         [ (GLOBAL_NAME=<global_database_name>) ]
         ... # More descriptions
         [ ) ]     # Optional depending on whether DESCRIPTION_LIST is used or not
    I think this is the example of what is in the TNSNAMES. It hasn't got the infos I need here.It just explain.

  • Oracle Wallet Setup and Use Help Needed - Respond

    We are trying to make our shell scripts use the wallet rather than using the files which has password in them
    What are the advantages of wallet over the password file?
    Also let us discuss the disadvantages of oracle wallet as well. So we can decide on using the existing system of keeping the passwords in the password file itself or migrating to oracle wallet
    Thanks for your time

    Hello, iam trying to install oracle ifs on my laptop. You can hekp me out..
    1>I have installed oracle 9.0.2 database.
    My question is do we need to install oracle IAS also. I have installed that one too..and intstalled ifs in the same folder of ias. But iam facing problem iam trying to open login page ..http server is not finding my login page . Http server is in oracle database..can u help me out thanks

  • Airport Express/Router Connection - Help Needed!

    I was given an Airport Express for Christmas to use to beam my iTunes from my iMac to a pair of powered speakers in a different room. I was using the AE in conjunction with a Netgear wireless router.
    It was a pig to set up but now I wish to change everything and I might need help.
    I want to connect my router to the iMac by ethernet cable - the 2 bits of equipment are only 2 feet apart! Thus the AE will be the only piece of kit connected wirelessly to the router.
    I would like to delete the present connection of AE to router and start again.
    Is there anything I need to know about changing my router to Mac connection from wireless to wired and reinstalling my wireless connection from router to AE?

    Is there anything I need to know about changing my router to Mac connection from wireless to wired and reinstalling my wireless connection from router to AE?
    For the iMac:
    System Preferences > Network > Show > Network Port Configurations
    o Verify that a Built-in Ethernet option exists. If it does not, click "+" to create one. (Note: If you are unable to create a Built-in Ethernet configuration, the Ethernet card in your computer either doesn't exist or it is not recognized.)
    o Verify that Built-in Ethernet is at the top of the list. If it isn't, you can drag it to the top.
    Advanced > TCP/IP tab
    o Configure IPv4: Using DHCP
    o Configure IPv6: Automatically or Off
    Advanced > DNS tab
    o Verify that your ISP's DNS server(s) appear. If they do not, click "+" add them.
    Advanced > Proxies tab
    o Configure Proxies: Manually
    o Select a proxy server to configure: <All proxies should be unchecked unless you specifically require a proxy for Internet access.>
    o Exclude simple hostnames (unchecked)
    o Bypass proxy settings for these Hosts & Domains: <leave blank>
    o Use Passive FTP Mode (PASV) (checked)
    Ethernet tab
    o Configure: Automatically
    For the AX:
    Either connect to the AX's wireless network or connect directly, using an Ethernet cable, to the Ethernet port of the AX, and then using the AirPort Utility in "Manual Setup" mode, make the following changes:
    *AirPort > Base Station*
    o Base Station Name: <rename or leave default>
    o Base Station Password: <enter desired password>
    o Verify Password: <re-enter desired password>
    o Remember this password in my keychain: (optional)
    o Set time automatically: (unchecked)
    *AirPort > Wireless*
    o Wireless Mode: Join a wireless network
    o Network Name: <existing Netgear's wireless network>
    o Wireless Security: <select the encryption type of the existing wireless network>
    o Wireless Password: <enter the existing wireless network password>
    o Verify Password: <re-enter the existing wireless network password>
    Music
    o Enable AirTunes (checked)
    o iTunes Speaker Name: <enter desired speaker name>
    o iTunes Speaker Password: (optional)
    o Verify Password: (optional)
    o Click Update to write the new settings to the AX
    *_In iTunes:_*
    iTunes > Preferences... > Advanced > General
    o Look for remote speakers connected with AirTunes (checked)

  • Desktop Manager connection help needed

    I have a new macbook running Snow Leopard and a Blackberry 9700 Bold running the RIM 5.0 software. 
    When I first got this Mac, I downloaded and installed desktop manager, and had no problems syncing my address book and calendar with the mac address book and calendar. 
    A few days ago I was attempting to clear the cache on Google Maps on my Bold, and it triggered JVM 102. I was unable to reload the apps from the mac, so I used my old PC and did a successful application loader. (formally worked in bb support doing this all day long, so i'm fairly certain this didnt cause the issue).
    After this point, I can still sync with the PC with no problems, but the Mac will not connect to the device. 
    What happens is:
    - Desktop manager begins "connecting to device"
    - device asks if i want to turn on mass storage (selecting yes or no makes no difference)
    - mac gains access to blackberry media card for a moment 
    - device gets solid red light, and reboots
    - desktop manager says "waiting for device to restart"
    - when device finishes booting, desktop manager says it was unable to connect
    - mac gives errors about not ejecting properly
    - bold reboots again
    I have tried uninstalling and reinstalling the desktop manager
    I tried using pocketmac but i refuse to pay them 4.99 for the "free download" accellerator
    I tried missing sync but the trial/beta is invalid and they want me to buy the full program
    I went into library/preferences and deleted all blackberry/rim related files, as well as searched entire mac for any blackberry/rim/research in motion files and deleted them, restarted the mac, and reinstalled DM, still having same issue
    Connected back to PC again, still able to sync with no problems
    Please help or let me know if there is any other information needed to try and help!!

    Hi hnigrone and welcome to BlackBerry Support Community Forums,
    When you reloaded the handheld software, did you perform a clean application load on the BlackBerry smartphone?  You can find the steps for a clean application load outlined in the following BlackBerry Knowledge Base article:
    http://www.blackberry.com/btsc/KB11320
    -CptS
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Time Capsule Connection Help Needed (Flashing Amber)

    Guys,
    I've been trying to troubleshoot my Time Capsule connection for a week now and I have had zero luck. 
    I have a Imac with OSX 10.6.8  that uses AirPort v 5.6.1.  I have a Cat-5 (ethernet cable) plugged from my Time Capsule port (looks like this <-->) into an available port in my cable mode/router.  My Imac is also plugged into this router.  The two cat-5 (ethernet) cables are side by side.
    So....
    Every time I plug in the Time Capsule I get the following prompt via AirPort.
    AirPort Utility found a Time Capsule 802.11n (4th Generation) that is
    reporting problems.
    Time Capsule's Name :  My Capsule
              IP Address: 10.0.1.1
              Versino: 7.6.1
              AirPort ID: 12:88:93:CC:FF:72
    If this is not the AirPort wireless devise you want to setup you can select another from the list on the left. If you don't see it make sure.... Blah blah blah....
    To make a long story tollerable I do see my Time Capsule on the left at the top. Its the only one and its selected by default.  So I do the next logical thing right?  I click "Continue" and AirPort reads the Time Capsule's configuration.... and then...... I get the error
    An error occurred while reading the configuration.
    Make sure your Apple Wi-Fi base station is plugged
    in and in range of your computer or connected via
    Ethernet and try again. (-6753)
    Can anyone help me understand why I can grab the Time Capsule's IP Address but AirPort can not read the hardware's (Time Capsule) config?
    I'm at a loss.
    Could my ethernet cable be the issue?

    Hackintosh,
    Thanks man... Yes, I plugged it into the circle symbol with no joy.  I also went to Wal Mart and baught a new seven foot cat-5 for $10.  Again I still have the flashing amber light.
    After plugging in the ethernet cable into the circle icon port AirPort returns the following prompt.
    I reset the TC (ball point pen to the reset hole untill fast blinking amber light occurs) and entered the needed params and it returns this error.
    An error occured close the configuation window and try again.
    It must be a config parameter that I'm setting incorrectly. There's a bunch so who knows what I'm doing wrong. 
    I just need the to talk to my Imac so i can get a backup executed. A wireless connection will take too long.
    FYI: The cat-5 is brand new and is 100% functional (green light on the TC and router.)

  • CONNECTION HELP NEEDED

    Whenever I try to log into ichat it says I can't because the connection has timed out. I believe it could be because I am at school and something I need to do something with the network to make ichat run. I know the school doesn't block ichat so that's not it. I really don't know what to do, PLEASE help me. It works fine at my house but not here!

    Hi
    Try logging on to AIM on port 443 rather than port 5190.
    Go to IChat in the menu bar > Preferences > Accounts.
    Log out of AIM and then use the Server Settings tab
    Set the port to 443.
    Log back in again.
    Tony

  • Database connectivity help needed

    Hello all,
    I am trying to connect the oracle database and facing the following error.
    Enter user-name: sys as sysdba
    Enter password:
    Connected to an idle instance.
    SQL> startup
    ORA-16032: parameter LOG_ARCHIVE_DEST_1 destination string cannot be translated
    ORA-07286: sksagdi: cannot obtain device information.
    HPUX-ia64 Error: 2: No such file or directory
    SQL>
    Any help would be appreciate.
    Regards

    Hi,
    Check the value of LOG_ARCHIVE_DEST_1 in your parameter file.
    Is it pointing to correct location?
    Do post the value of this parameter if you find any difficulty.
    Regards
    Anurag

  • Oracel connection help needed

    Hi all,
    I had Oracle 8i at my server side.
    I had Oracle 10g as client in my system.
    Can i connect the database exist in oracle 8i?
    please help.

    I had Oracle 8i at my server side.
    I had Oracle 10g as client in my system.
    Can i connect the database exist in oracle 8i?
    See Metalink DOC ID 207303.1. I think they are not certified versions but previously oracle 10g client was supported for oracle 8i(only 8.1.7 version).
    Regards.

  • Chicken of the VNC connection help needed

    Hello! I am not sure this is the right forum to post but it didn't seem to fit anywhere else. I have Airport Extreme v. 5.6 and am trying to connect to Chicken of the VNC. No luck. I selected the ARD settings in my system preferences, opened the firewall (which I don't like to do, wish there was a more secure way to control a client computer) and set up my connection on port 5900 in the airport admin utility. I have noticed that the IP my widget gives me is different than the one the base station reads. Help is appreciated Thanks

    Hi Taryn,
    Thanks for your quick and helpful reply. It is a bit
    advanced for me at this point to comprehend, so if
    you could simplify a bit for the remote connection
    newbie that would be great, thanks so much :o)
    That was the relatively simplistic explanation!
    In order to remotely connect, the VNC client (you) needs to know the IP address of the VNC server (the remote computer you wish to connect to).
    Every computer connected to the internet has an IP address, such as 200.100.54.14.
    Some people have a fixed IP address, most though will be assigned an IP address by their ISP and this will generally change as and when they connect at different times.
    However some people like to connect their networks to the internet which means that the network needs to share the single IP address connected to the internet.
    This is usually done by a router, the router connects to the internet and this router has the external IP address. The router then using NAT to share the single IP address with multiple computers on the internal network (a subnet or LAN (local area network)).
    What this means is that a computer on the LAN will have an internal IP address, this maybe fixed.
    So when you send a remote connection request to the remote network, the router needs to know which computer on the LAN you are trying to connect to. You need to map the traffic coming in to the router to the specific machines you are trying to connect to.
    This means that the remote router needs to be configured before you can remotely connect to a computer on the remote LAN.
    I did just find out that I have been attempting to
    connect with a laptop that has an every changing IP
    (according to the client),
    You (well he) could use a service such as Dynamic DNS to solve this issue.
    http://www.dyndns.com/services/dns/dyndns/
    but he is going to see
    about transferring his work to his home computer that
    has a fixed IP address. Does that sound more doable?
    Depends on whether he has a router (see above)
    Finally, do you think the pay services like ARD or
    Timbuktu are perhaps safer? We like COTVNC because it
    is free but I am very worried about the
    confidentiality of my data.
    COTVNC is according to the documentation secure.
    Have a look at this guide as well.
    http://guides.macrumors.com/RemotelyControlling_anotherMac

  • Access !! help needed :( warehouse )

    Hello everyone,
    i have a little question about access , I wish some body can help me
    so ,I have
    Access Warehouse Management Program
    Where is the user inserts materials,
    from customer, with purchase price, then
    he sell some with different price,
    How do I calculate the profit from each process?
    For example:
    In the last week, I insert Material X,   certain quantity
    of a particular dealer ,and a certain price.
    A week after I sell a partial amount, 
    at a different price,
    How to Calculate the profit from
    this process?
    i Have tables (
    operation (transiction Type - CUSTOMER_NAME-DATE)
    operation details  (MATERIAL name, amount, price, )
    materials( code, name)
    customers(name, supplier/consumer > ,,,)
    thx .

    can I do all that in Access !!
    Yes, if you have the necessary SQL skills to write the queries.  Firstly you need to keep track of the inventory per product.  At the time of each sale you then need to determine which purchase or purchases the product being sold is derived from. 
    So if the current inventory for an item is 100,and you have purchased the product in transactions of 30 each, then the sale is being made form the last 4 purchase transactions, from the first of which 10 are currently in stock.  So if you now sell 15,
    the purchase unit price of 10 of them is the unit price of the first of the four transactions, and the purchase unit price of 5 of them is the unit price of the second of the four transactions. From this you can easily calculate the total purchase price of
    the 15 now being sold, and subtract this from the sale price to give you the profit.
    What you have to do is translate the above logic into a query which returns the profit per product per sale.  The key to this is being able to sale and purchase transactions correctly, for which you'll need distinct values of date/time data type per transaction. 
    This will need to be a full date/time value as you might well have more than one sale transaction of the same product in one day.  It's less likely this would be the case with purchase transactions, but it is theoretically possible.
    I won't pretend such a query is trivial, but with a bit of work it would be doable.
    If the above sounds too difficult a simple alternative is to aggregate the purchase amounts per product over a fixed time period, e.g. each calendar month.  All you have to do is compute the average purchase unit price per product for each month, which
    is very easily done with a simple query.  The profit for any sale of a product within that month is then the total sale price of the product less (the unit purchase price of the product for the month multiplied by the quantity of the product being sold). 
    It's not as accurate an indicator of profits per sale, but over time the variations balance out.  This does assume regular purchases of course, so that you don't have months with no purchases of a product.  If this is not the case then a longer time
    period such as a quarter, half-year or a year needs to be used, depending on the frequency of purchases.
    Ken Sheridan, Stafford, England

  • Creative Cloud Connection Help Needs Mac Support

    I'm very happy to see that the Creative Cloud Connection preview is now available.
    I was VERY disappointed to see that the Help file only covers Windows computers. Please update it to support Macintoshes as well!

    The "Creative Cloud Help / Getting started with the Creative Cloud Connection" page does have a section on MacOS: http://helpx.adobe.com/creative-cloud/kb/desktop-sync-getting-started.html
    Is there a specific problem you're having with Creative Cloud Connection that you need help with?

  • WRT54G.connection help needed

    so here is the problem,do not have great computer knowledge so i will try to explain in my terms. im presently online using my router although it does not connect automaticaly when turn my computer on.well it says that the internet is now connected although it does not work , so i have to do my usual dial-up connection and it works fine. so how can i get the connection to work straight away without ressourcing to my dial-up connection?
    thank you

    You would need a broadband connection such as a Cable or DSL from your ISP. Then you would need a router either wired or wireless if you plan on using a wireless laptop or other device.  With the router configured for what ever type of internet connection you would be able to turn you PC on and already be on-line.  The router will control your internet connection and allow you to network multiple computers to share one internet connection, printers and other files on the other PC's.
    Richard Aichner (Ikester)

  • Generic extractor help needed badly.

    Hi Geeks,
    As continuation to questions I posted in the morning.
    1> I have created a generic extractor say ZBW_PRICING.
    2> ZBW_PRICING is based on tables A508 & KONP.
    3> One of the currency fields I am interested in that is
       KBETR has reference field RV13A-KBETR.
    4> Rv13A is a structure not a DB table so I can not give
       reference to RV13A while building view.
    5> So I appended the extract structure with two fields.
       ZZKBETR (rate) & ZZKONWA (currency key) to populate  it  from KONP.
    6> I activated the appended structure as well as extract structure.
    7> In RSA6 when I try to unhide field & save it.
       I get following error.
       The OLTP source still has errors.
       Message no R8417.
    Please help fellows its important for me.
    thanx in advance.
    Monica

    Kunal and Subray,
    I had the same problem while trying to unhide the field.
    I solved the error by giving the proper reference table and field names to the required field in extract structure, which in my case has been a currency field.
    ( Since I have a generic extractor, I changed the Reference Table name to Transparent table name. I changed the field name to corresponding field name within the Transparent table).
    Thank you.
    (Also, I see that Transparent Table name = extract structure name = DataSource name. I think the names might be same for Generice Datasources by default)

  • Oracle Final Year Project Choice Help Needed

    hi everyone,
    I m Amir from Pakistan, I m a student of CS final year at a IT University powered by Govt.of pakistan.
    Can any one help us regarding choice of Final Year project/proposal. we want to build oracle based solution for any industry or sector which will also helpfull for me and my team not only for College Final Year Project but also for after college industry solutions.
    As in consideration different sectors are in front of us, i.e Oil & Gas, Manufacturing, Automobiles, Communications etc
    But, we think this forum is much help full cause different professional peoples are much better able to guide us with respect to current and upcoming trends.
    Thanks
    Amir

    Hi Amir,
    I can think of a dozen different projects. You could check the functionalities in Oracle's eBusiness Suite (Oracle Applications). For instance you could implement a human resource module (employees details, salaries etc), or a employee time card application. Why not a resource booking system (conference rooms, beamers, computers etc).
    All these examples could easily be split into parts. Say for instance time reporting. One group could implement the interface to the employees, one group the interface to the managers, to the human resource department, and there's also quite some administrative setup modules.
    What project proposals have you come up with yet?
    Well, because it's your first post I warmly welcomes you to the Oracle Forums here at Oracle Technology Network.
    Regards,
    Martin Malmstrom
    ORACLE Consulting

Maybe you are looking for

  • Gspeed ES Pro RAID keeps disappearing from Mac, have to re-initialize!

    UPDATED VERSION: MAC PRO KEEPS LOSING CONNECTION TO RAID DRIVE. After 9 months of organizing a documentary film edit on an external RAID drive (12TB, Raid 0. Yes, I have 2 layers of backup), I purchased the PNY Nvidia Quadro 4000 video card for the p

  • I would like to change my i phone's software version, How can i do?

    i would like to change my i phone's software version, How can i do?

  • Mac Data Migrating to PC

    I have a MacBook Pro 15" with Intel Core 2 Duo 2.4 GHz processor, memory of 4 GB ram, since I want to delete my account and create a new account I'm transferring all my data from the old account to my PC using a 32 GB USB pen drive, When I transfer m

  • Safari 5.1 does not load apple start page, store or any apple pages.

    I have reset Safari upteenth times, checked the preferences to Safari oprns with a new window. At this point I do not know hoe to proceed. I have never used terminal and am leary of suggestions I have read. If anybody can direct me to fixing this it

  • Advocacy Tool using BC?

    I am going to be doing some work for a non-profit. As part of this non-profit's work is to get the word out about changes in law and how to contact your representative for your area. Currently they link to another website that has the contact informa