MS Access and ODBC 80510 driver

When I import tables into my Access database the queries work fine however when I link to the tables using Oracle
ODBC 80510 driver the following selection criteria command does not work. [Forms]![Get Jobs By contact No form]![Combo2], if I use a literal value like "abc" it works. It appears that Oracle running the server does not understand the command, therefore no records are selected.
Can any one help?
Thanks, John

You need to create an ODBC data source to your Oracle 8 database,
and test it. Then in Access, use the get external data option
under the file menu. Select ODBC data sources, and pick the data
source you created in step 1. After you login, you should see
all the tables in your Oracle schema. You should use Oracle to
create the tables in Oracle, access will do it, but it will allow
lower case and spaces, and Oracle doesn't like that.
eudz (guest) wrote:
: I have an application written in MS ACCESS 97. But since I
have
: learned (or just beginning to learn) Oracle 8, I would like to
: migrate to Oracle 8 but may take some time. Do you know how
: could i connect my MS Access program to an Oracle Database.
: Please give me the steps.
: Thanks!
: Eudz
null

Similar Messages

  • MS Access and ODBC

    I have an application written in MS ACCESS 97. But since I have
    learned (or just beginning to learn) Oracle 8, I would like to
    migrate to Oracle 8 but may take some time. Do you know how
    could i connect my MS Access program to an Oracle Database.
    Please give me the steps.
    Thanks!
    Eudz
    null

    You need to create an ODBC data source to your Oracle 8 database,
    and test it. Then in Access, use the get external data option
    under the file menu. Select ODBC data sources, and pick the data
    source you created in step 1. After you login, you should see
    all the tables in your Oracle schema. You should use Oracle to
    create the tables in Oracle, access will do it, but it will allow
    lower case and spaces, and Oracle doesn't like that.
    eudz (guest) wrote:
    : I have an application written in MS ACCESS 97. But since I
    have
    : learned (or just beginning to learn) Oracle 8, I would like to
    : migrate to Oracle 8 but may take some time. Do you know how
    : could i connect my MS Access program to an Oracle Database.
    : Please give me the steps.
    : Thanks!
    : Eudz
    null

  • Problems moving ODBC RDB driver from 2.1.13 to 3.x

    Hello. I'm new.
    I doubt that anyone can assist us in our situation, but I can't find any help anywhere else.
    We've been using Forms (see info below, please) for years with ODBC for RDB driver version 2.10.13.00. We would like to move to ODBC for RDB driver version 3.x (3.2 is the latest, I believe) for several reasons.
    However, when I run our application against a data source using the new driver, it crashes quite frequently when committing changes. I do not know why. I get a win32 exception dialog box, and nothing else (no forms dump file).
    BUT when I turn on SQL Tracing, everything works just fine! When I turn on Driver Logging, it sometimes works and sometimes doesn't, depending on which driver logging setting I use.
    When it fails, the last line in the rdbodbc.log file is...
    .._uCnvBinaryToChar 0X00000000
    or...
    bccSQLExecuteLckd
    or...
    the dml statement
    .0X03A27DF8: INSERT INTO ORGANIZATION ( ORGANIZATION_ID,ORGANIZATION_NA
    .ME,ORGANIZATION_NAME_2,ADDRESS_1,ADDRESS_2,CITY,STATE,ZIP_1,ZIP_2,EMAI
    .L_ADDRESS,REMARK_1,REMARK_2 ) VALUES ( ?, ?,NVL( ?,' '),NVL( ?,' '),N
    .VL( ?,' '),NVL( ?,' '),NVL( ?,'XX'),NVL( ?,0),NVL( ?,0),NVL( ?,' '),NV
    .L( ?,' '),NVL( ?,' ') ) RETURNING DBKEY INTO ?
    ...depending on the driver logging setting.
    One particular form always seems to crash on a simple insert statement within a block's On-Insert trigger. The block contains only items with a number or char data type. I have made a great many code variations and it doesn't make it work, but I can get it to work if I place an alert message right before the insert statement or a win_api_utility.sleep(...) statement. And as I mentioned before, it works fine if I turn on SQL Tracing.
    So, I am not sure if there is some known issue with Forms and ODBC RDB driver 3.x that we can work around, or if Forms 6i just won't work with the newer driver. Our application contains hundreds of often complex forms, so any fix would have to be relatively simple to implement.
    Thanks very much.
    Forms 6i (6.0.8.13.0) - running client/server
    Oracle RDB database (7.1)
    Windows XP
    OCA 6.0.5.35.0

    Follow-up for anyone interested since apparently no one else in the internet world has this problem. :)
    When I activate OCA_DEBUG_ERROR (i.e., set registry OCA_DEBUG_ERROR = TRUE under \\HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE), everything works, but I do see this debug message: "OCA-30002 ubofgrd function not supported", which does not get logged when I use the older driver. So, again, if I slow things down enough, it works, but it won't work without logging/tracing turned on. An OCA bug, I suppose?

  • SQL Server Reporting Services: ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

    Hey everyone, So I am trying to get a report onto the server, and in BIDS I kept getting a login screen repeating over and over when I tried to deploy my report, so I tried to upload the file at http://<servername>/Reports This worked, but then trying
    to run this report from http://<servername>/Reports did not work either because "An error has occurred during report processing. (rsProcessingAborted) Cannot create a connection to data source 'FTYDataSource'. (rsErrorOpeningConnection) For more information
    about this error navigate to the report server on the local server machine, or enable remote errors" Anyways I tried to add a New Data Source (which I would use in the report) at http://<servername>/Reports, type ODBC, with the connection string Dsn=blah_blahblah.
    I try to test the connection here and get the error ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified This is really getting old fast, everything I try, a new error comes up. Granted I am new at this,
    but this still should not be this troublesome. Does anyone have any ideas on what could FINALLY allow me to just put a report out onto the server?!? THANK YOU in advance for ANY help.

    Hi,
    Please try setting the credentials of the datasource.
    1. Double click and open the datasource in your project.
    2. Click on the credentials tab, and click on option button 'Use this username and password'
    3. Enter the username and password to connect to the datasource
    4. Deploy or upload the datasource to the report server and try accessing the reports.
    Hope this helps.
    Please click "Mark as Answer" if this resolves your problem or "Vote as Helpful" if you find it helpful.
    BH

  • J2EE and JDBC-ODBC bridge driver

    Hi all,
    in my application I want to access an ODBC database to get the data and put it into cloudscape. In my resources.properties I added the jdbc driver
    jdbcDriver.1.name=sun.jdbc.odbc.JdbcOdbcDriverand also added a datasource
    jdbcDataSource.5.name=jdbc/MyOdbc
    jdbcDataSource.5.url=jdbc\:odbc\:odbc-nameAfter starting j2ee 1.3.1 the server reports following error:
    Error in creating data source object: jdbc/MyOdbcWhat's going wrong? Thanks for your help.
    -chris

    additional information:
    The phenomenon happens only if I use J2SDK 1.4.0. Running the 1.3.1 the driver is loaded without any problems.
    Is it a security issue or am I not allowed to use 1.4 because it's too new?
    -chris

  • WIS: 10901 Data source name not found and no default driver specified(ODBC)

    Hi, gurus.
    We've created a universe based on Excel spredsheet or MS Access which is using ODBC connection. Then, I try to create query (which is using these universe) in QAAWS or in InfoView, and when I add a filter object to the query, the error occurs:
    "GetDatasourceObject LOV exception (error WIS: 10901)".
    If I don't choose any filter options and want to create query, I'm getting the error: ' [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified (error WIS: 10901)'.
    We tried to do this in different operations systems - Windows 7 (32 bit) and XP (32 bit).
    Anymore, we can use this universes at web intelligence rich client with or without filters.
    Need to solve this problem. Please help us.

    Dear all,
    I got the same problem, I have installed BOE 4.0 at Win XP 64 bits, and also installed Sybase IQ 15.2 (32bit) ODBC, and has create the odbc entry "shkdemo" at the System Tab. However, I still got the same error when using the the "Interactive Analysis" thru "BI Launch pad".
    For BOE 4.0, I found that I could only use the BOE Client tools (Universal Design Tool) to create the connection, this client tool I installed it at another 32 bit XP laptop, and I also installed the Sybase IQ 15.2 (32bit) ODBC with the same odbc entry "shkdemo", and using the "Interactive Analysis Desktop, I could be able to create report with data from IQ 15.2.
    Kindly advise, why I still got the error of "10901 Data source name not found and no default driver specified(ODBC)" when I use the "Interactive Analysis" thru "BI Launch pad".
    Cheers,
    Hilda

  • I have a late 2012 iMac running osx 10.8.5.  I keep losing access to my internal hard drive.  I can reboot and regain access and it will last for a few minutes or hours.  Disk utility does not seems to help.

    I have a late 2012 iMac with an I5 precessor running OSX 10.8.5 and a 1tb internal hard drive.  I keep losing access to the internal hard drive/startup disk.
    I can reboot and everything operates as normal for a few minutes or hours but then I lose all access again to anything on the hard drive.  The computer is still up and running but no files can be accessed and certain websites cannot be acessed even though internet access appears to be normal.  Disk utility can only find permission errors related to iTunes which can be repaired only to come back at the next scan (I would not think permission errors would have anything to do with the hard drive crashing).  It does not seem to matter what program I am using at the time access is lost and it can lose access sometimes right after reboot when no program is running.

    You will need to boot into the Recovery Volume (command - R on a restart or hold down the option/alt key during restart and select it) to run Disk Utility/Disk Repair.

  • ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified in windows server 2008 r2

    ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified in windows server 2008 r2.I made a application in asp.net c#.I am using ODBC connection.When I deployed my application in windows server2008 r2.There
    is no Microsoft ODBC driver shown in ODBC Data source administrator.Then I go to the C:\Windows\SysWOW64 and open  Odbcad32.exe and add Microsoft ODBC2 driver for Oracle and when I run my application I got following error
    ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
    I am using follwoing string
     <connectionStrings>
    <add name="theconnetion" connectionString="DSN=abdb;UID=abc;PWD=xyz"/>
     </connectionStrings>
    Guide me What I do?

    Did you add a System DSN or a User DSN? If you added a User DSN from your own login, the asp.net application will not be able to use it unless its application Pool in IIS is configured to run under the same credentials that you used for creating
    the DSN. It's better if you add a System DSN.
    Also, be careful to ensure that you are using a 64 bit DSN, unless you configure the application to run in 32 bits. If the 64 bit application attempts to use the 32 bit driver you get the same error message "Data source name not found and no default
    driver specified". See this KB article:
    http://support.microsoft.com/kb/942976/en-us

  • I have a late 2008 Macbook Pro last updated to Mavericks OS.  The screen died and it's not worth replacing.  How do I remove the hard drive and use a drive sled to access info I need?

    I have a late 2008 Macbook Pro last updated to the Mavericks OS.  The screen died and I took it into an Apple store and was told replacing the screen and the hardware to repair everything would cost almost as much as buying a new laptop or a cheaper model.  I was told that I can use a drive sled to access data I need on my hard drive. How do I remove my hard drive and use a drive sled to get to the information I need?  What makes matters more complicated is I need to update my iPhone and my iTunes/App store purchases.  How can I accomplish this?
    My wife has a late 2008 Macbook Pro as well, which I am assuming I need to run my hard drive.  Is there a way to just access just my hard drive without interfering with hers?
    I know this is lengthy.  Thanks to whoever looks at this and offers advice/instruction.

    the device you need is an External enclosure for a 2.5" (laptop form factor) SATA drive.
    A USB-interface enclosure will be slow, but is adequate for this task and for re-purposing as a backup drive later.  A firewire-interface drive would be faster, but is harder to find, more expensive, and faster than needed for this purpose.
    The drive will mount as an "extra" drive on your wife's Macbook, and you can drag and drop whatever you wish. You could create a separate Account for yourself on her computer, and use Migration Assistant or just copy your stuff over to the new account. Then it would not interfere with her files.

  • TS2972 My computer crashed and the hard drive is no longer.  I have purchased a new laptop but now have no access to my old itunes library.  My laptop has created a new itunes account with NOTHING in it?? My Itouch has everything loaded but it wont sync

    My computer crashed and the hard drive is no longer.  I have purchased a new laptop but now have no access to my old itunes library.  My laptop has created a new itunes account with NOTHING in it?? My Itouch has everything loaded but it wont sync with this itunes account....HELP

    - Transfer iTunes purchases:
    iTunes Store: Transferring purchases from your iOS device or iPod to a computer
    - Transfer other music by using a third-party program like one of those discussed here:
    newer copy
    - Connect the iPod to the computer and make a backup by right clicking on the iPod under Devices in iTunes and select Back Up
    - Restore the iPod from that backup
    Note that the iPod backup that iTunes makes does not included synced media like apps and music.

  • I got rid of my PC and the hard drive was destroyed.  This was done before I deauthorized my computer from ITunes.  Is there anyway i can do this now, after the fact.  I can't access certain songs in my library now

    Help!  I got rid of my old PC and the hard drive was destroyed.  I forgot to deauthorize it in Itunes and now I can't access a lot of the songs in my library because it says too many computers have been authorized to play the music.  IS there anywy I can deauthorize now, after the fact??

    Deauthorize all computers
    To deauthorize all your computers, follow these steps:
    Click to open your account in iTunes (you may need to sign in with your Apple ID), or follow these steps:
    Open iTunes and click iTunes Store.
    Click Sign In and enter your Apple ID.
    Click your Apple ID and select Account.
    Click Deauthorize All.
    NOTE: Apple limits the Deauthorize All option to once every 12 months.

  • My laptop blew up. I put the hard drive into a case and I can access it as a drive. How do I transfer the bookmarks from the Firefox on the old drive to the Firefox on the new drive.

    My laptop blew up. The hard drive was still good so I put the hard drive into a case and I can access it as a drive via USB. How do I import the bookmarks from the old drive to the new drive?

    http://support.mozilla.com/en-US/kb/Recovering+important+data+from+an+old+profile

  • Is there a way for my macbook air (running Lion) to access an external hard drive on my Imac (running snow leopard) specifically for Iphoto and itunes?

    Is there a way for my macbook air (running Lion 10.7.2) to access an external hard drive on my Imac (running snow leopard 10.6.8) specifically for Iphoto and itunes?

    Yes. For those two applications specifically there is sharing. This presumes both computers are on and connected to the same network.
    In iPhoto, enable sharing by (on the iMac) going to the iPhoto menu > Preferences > Sharing > check Share my photos. You can either share the entire library or only selected albums. Now on your MacBook Air, in iPhoto, go to the same preference pane and select Look for shared photos.
    iTunes has something similar. In the iTunes menu > Preferences > Sharing > check Share my library on my local network. On the other computer, look in the left column for SHARED and select the iMac. You can now play that music on the MacBook Air.
    There are other ways to share files but for those two applications this is the simplest way.
    Best of luck.

  • Linked Server [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

    Hi  I have SQL2012 installed on my local machine and have also installed MySQL 5.6.23 installed with a test database.
    I also have my SQL connector installed and MYSQL ODBC Driver 3.51.   
    Which happily connects to the Mysqldb.
    The Datasource Name : mySQL conn
    TCP/IP Server : localhost and Port :3306
    User root
    with pwd
    On the SQL side I have used the following
    EXEC master.dbo.sp_addlinkedserver
      @server = N'MYSQLSRV',
      @srvproduct=N'mySQL conn',
      @provider=N'MSDASQL',
      @datasrc=N'mySQL conn'
    However when I try to selet using open query
    SELECT * FROM OPENQUERY ( [MYSQLSRV], 'SELECT * FROM students' )
    it comes back with
    OLE DB provider "MSDASQL" for linked server "MYSQLSRV" returned message "[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified".
    Msg 7303, Level 16, State 1, Line 1
    Cannot initialize the data source object of OLE DB provider "MSDASQL" for linked server "MYSQLSRV".
    I cant understand what I have done wrong .   Any help in this would be great as Ive hit a bit of a brick wall

    Hi Robert3975,
    In addition to other post, please also note the following things.
    1. If you use the 32-bit driver on a 64-bit machine, please run the 32bit version of "odbcad32.exe" by running "c:\Windows\SysWOW64\odbcad32.exe"
     from Start/Run menu and
    create your ODBC DSN. However, for the 64-bit driver, use c:\windows\system32\odbcad32.exe to create your ODBC DSN. For more details, please review this similar
    thread.
    2. Expand the folder Providers under Linked server directory in SSMS and go to properties of MSDASQL provider and configure it properly as described in this blog:
    Creating Linked server to MYSQL from SQL Server.
    Thanks,
    Lydia Zhang
    If you have any feedback on our support, please click
    here.
    Lydia Zhang
    TechNet Community Support

  • 10901 Data source name not found and no default driver specified(ODBC)"

    Dear all,
    I have installed BOE 4.0 at Win XP 64 bits, and also installed Sybase IQ 15.2 (32bit) ODBC, and has create the odbc entry "shkdemo" at the System Tab. However, I still got the above error when using the the "Interactive Analysis" thru "BI Launch pad".
    For BOE 4.0, I found that I could only use the BOE Client tools (Universal Design Tool) to create the connection, this client tool I installed it at another 32 bit XP laptop, and I also installed the Sybase IQ 15.2 (32bit) ODBC with the same odbc entry "shkdemo", and using the "Interactive Analysis Desktop, I could be able to create report with data from IQ 15.2.
    Kindly advise, why I still got the error of "10901 Data source name not found and no default driver specified(ODBC)" when I use the "Interactive Analysis" thru "BI Launch pad".
    Cheers,
    Hilda

    Remember the client tools are 32 bit, BOE 4.0 is 64 bit. Thus a document using a 32 bit client will connect to 32 bit ODBC datasource. A 64 bit application (BOE 4.0) will be looking for 64 bit ODBC datasource. You mention you installed Sybase IQ 15.2 (32bit) ODBC which is great for the 32 bit client tools, but 64 bit BOE will not be able to use this.
    See a related article; [Crystal Reports support of 64 bit Operating Systems|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10d5fa88-2013-2c10-c9a5-f11963607d4e]
    - Ludek

Maybe you are looking for