Connecting ODBC under Win7 64 Bit

Hi ,
I'm under win 7 64bit , i can't define in the ODBC a database for MS Access only sql server.
I have a MS data base which i want connect to my CVI Soft through the ODBC Any idea how can i do that ?
Kobi Kalif
Software Engineer
Solved!
Go to Solution.

Well after some time i see the problem is working under 64 bit...
just run the ODBC under C:\Windows\SYSWOW64\ODBC.....
In there there are all the drivers..
Kobi Kalif
Software Engineer

Similar Messages

  • MySQL ODBC driver (32 bit) linked server, architecture mismatch

    Hello,
    I am trying to create a linked server in SQL 2012 Management Studio with a MySQL external server. I have used the 32bit ODBC driver as instructed by the developer, following this rule:
    To manage a data source that connects to a 32-bit driver under 64-bit platform, use c:\windows\sysWOW64\odbcad32.exe.
    My connection is fine using the ODBC connector, but when I try to create the linked server I get an architecture mismatch error: The specified DSN contains an architecture mismatch between the Driver and Application Error 7303.
    Can someone help?
    Best regards
    Kostas
    Kostas Backas-Systemgraph Technologies

    Hello,
    What's the bit verison of the SQL Server ?
    Based on your description, you create a DSN connect to MySQL database with 32 bit MySQL ODBC driver under 32bit ODBC Administrator tool (sysWOW64\odbcad32.exe).
    When you create linked server on SQL Server instance, it will use 64 bit Microsoft OLE DB Provider for ODBC Drivers if the bit version of SQL Server is 64 bit. That may cause the error you received. In that case, please download 64bit MySQL ODBC driver and
    create a DSN with 64 bit ODBC Administrator tool.
    Reference: http://dev.mysql.com/downloads/connector/odbc/
    If I have any misunderstanding, please correct me.
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here. 
    Fanny Liu
    TechNet Community Support

  • Connect Oracle 11g (64-bit windows server) to Microsoft SQL Server 2000

    Hi all,
    I am trying to connect:
    Oracle 11g (64-bit windows server) to Microsoft SQL Server 2000 (32-bit) on a different machine.
    1) I have create an ODBC connection (called:GALAXY) which connects.
    2) created a init.ora called it initgalaxy.ora in $oracle_home\hs\admin
    HS_FDS_CONNECT_INFO = GALAXY
    HS_FDS_TRACE_LEVEL = on
    3) modified the listener.ora file as below
    # listener.ora Network Configuration File: E:\Ora11g\product\11.1.0\db_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = BIU01)(PORT = 1521))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = extproc0))
    SID_LIST_LISTENER=
    (SID_LIST=
    (SID_DESC =
    (GLOBAL_DBNAME = HEX.BIU01.kingsch.nhs.uk)
    (ORACLE_HOME = E:\Ora11g\product\11.1.0\db_1)
    (SID_NAME = HEX)
    (SID_DESC=
    (SID_NAME = galaxy)
    (ORACLE_HOME = E:\Ora11g\product\11.1.0\db_1)
    (PROGRAM = dg4odbc)
    (SID_DESC =
    (PROGRAM = EXTPROC)
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = E:\Ora11g\product\11.1.0\db_1)
    4) modified the tnsnames.ora file is as follows
    GALAXY =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = BIU01.kingsch.nhs.uk)(PORT = 1521))
    (CONNECT_DATA =
    (SID = galaxy)
    (HS = OK)
    HEX =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = BIU01.kingsch.nhs.uk)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = HEX)
    5) restarted the listener
    6) created a public database connect
    create PUBLIC DATABASE LINK "GALAXY" CONNECT TO "USER" IDENTIFIED by "PWD" USING 'galaxy';
    This is the error message I can sell in $oracle_home\hs\admin\trace
    Oracle Corporation --- MONDAY APR 27 2009 11:54:18.370
    Heterogeneous Agent Release
    11.1.0.6.0
    Oracle Corporation --- MONDAY APR 27 2009 11:54:18.370
    Version 11.1.0.6.0
    HOSGIP for "HS_FDS_TRACE_LEVEL" returned "ON"
    HOSGIP for "HS_OPEN_CURSORS" returned "50"
    HOSGIP for "HS_FDS_FETCH_ROWS" returned "100"
    HOSGIP for "HS_LONG_PIECE_TRANSFER_SIZE" returned "65536"
    HOSGIP for "HS_NLS_NUMERIC_CHARACTER" returned ".,"
    HOSGIP for "HS_FDS_RECOVERY_ACCOUNT" returned "RECOVER"
    HOSGIP for "HS_FDS_TRANSACTION_LOG" returned ""HS_TRANSACTION_LOG""
    HOSGIP for "HS_FDS_TIMESTAMP_AS_DATE" returned "TRUE"
    HOSGIP for "HS_FDS_CHARACTER_SEMANTICS" returned "FALSE"
    HOSGIP for "HS_FDS_MAP_NCHAR" returned "TRUE"
    HOSGIP for "HS_FDS_RESULT_SET_SUPPORT" returned "FALSE"
    HOSGIP for "HS_FDS_PROC_IS_FUNC" returned "FALSE"
    HOSGIP for "HS_FDS_REPORT_REAL_AS_DOUBLE" returned "FALSE"
    using galaxy_live as default value for "HS_FDS_DEFAULT_OWNER"
    HOSGIP for "HS_SQL_HANDLE_STMT_REUSE" returned "FALSE"
    ##>Connect Parameters (len=42)<##
    ## DSN=GALAXY;
    #! UID=galaxy_live;
    #! PWD=*
    hgocont, line 1890: calling SqlDriverConnect got sqlstate IM002
    when I try to test the database link, I get this error:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Microsoft][ODBC Drive Manager] Data source name not found and no default driver specified
    ORA-02063: preceding 2 lines from GALAXY
    28500.00000- "connection from ORACLE to ad non-Oracle system returned this message:"
    *Cause: The cause is explained in the forwarded message.
    *Action: See the non-Oracle system's documentation of the forwarded message.
    vendor code 28500
    Edited by: user7336435 on 27-Apr-2009 05:56

    11.2 is beta at the moment. There is no official release date so far.
    As DG4ODBC is independant from the Oracle database (or the target database) you can use a 3 machine model:
    On the first machine you have your Oracle database, on a second machine running 32bit Windows you can install DG4ODBC and on the 3rd machine you can run your foreign database.
    If the SQL Server 2k is installed on a 32bit Windows machine, then you can also install DG4ODBC on this machine.
    In general the connection from an Oracle database to the DG4ODBC machine is done using SDQL*Net. The listener responsible for DG4ODBC will then load the DG4ODBC executable which will connect to the SQL Server using SQL Server ODBC driver.

  • RoboHelp 10 is very unstable under Win7

    Hi all,
    using RH 10 under Win7 I noticed that the program is extremely unstable. It often crashes with only a very simple error message, telling that is searching for a solution but it never find one. Also the Windows Explorer crashes 10-20 times a day when working with RH. This is definitely linked to instaling the TCS4 on this system, and I have only been using RH and RSC yet.
    Is thete anybody else with this issue, particularly the Explorer crash?
    I found an older thread stating that RSC made Windows Explorer crash but this was related to RH7. Also there was no solution beyond deinstalling it.
    Regards,
    Robert

    Hi,
    I've been using RH10 since the beta builds on several computers, virtual machines and operating systems. I have not experienced any of the problems you encounter. I did, however, not use RSC. So that would point to RSC being the problem.
    Do you use a 32-bit system or a 64-bit system? And do you have the same configuration on an XP machine?
    Greet,
    Willam

  • Oracle 32 bit client to connect to a 64 bit database

    Hello Folks,
    My problems start with installing Informatica and Oracle in my 64 bit machine, both are 64 bit software.
    When I open Informatica to connect to Oracle, it opens with a 32 bit ODBC connector.
    So, essentially I want to connect to a 64 bit database.
    I was told it is possible using a 32 bit Oracle client.
    So, now I downloaded the Oracle 11g 32 bit client.
    My question is how to connect to use it to connect to a 64 bit database.
    Much obliged

    Hi,
    configure tnsnames.ora at client side....
    example: oracle 11g client 32bit
    go to oracle home where you have installed oracle 32 bit clinet and then /network/admin directory and then create tnsnames.ora file...
    ex:
    PROD1_db1=
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = db1.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = prod1)
    and then configure sqlnet.ora file as well
    create sqlnet.ora file at clinet side
    NAMES.DIRECTORY_PATH=(TNSNAMES, EZCONNECT)
    once above files creation completion try to ping your prod db
    ex: your prod database name prod1
    tnsping prod1
    go to cmd prompt type below
    sqlplus usename/pwd@servicenamethanks,
    DBC.

  • Acrobat XI can't show thumbnails under 64 bits windows 7

    The same issue continue with previous version. I can't see the thumbnails with windows explorer under 64 bit Win7. Any help?

    We are aware of this issue and a bug has been logged. There is no ETA at this time for when this may be resolved.
    We're sorry for the inconvenience.
    Tomoko Taki

  • Automatic duplex printing under 64 bit Windows7 using Business Inkjet 1100

    Is there no driver/setting that allows automatic duplex printing for business inkjet 1100 under 64 bit Win7? I have found the work-arounds (manual duplex printing) but that is an entirely unsatisfactory solution...if the printer happens to grab two sheets of paper on the second pass for a long document, the whole thing is spoiled.

    Hi,
    Enter Control Panel > Devices and Printers,
    Right click the printer icon, then click Priinter Properties.
    Click Device Settings.
    Mark the Two-Sided Duplex Accessory as Installed and the Automatic Duplex print option will appear.
    Regards,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • How to install driver on a 64 bit system to access a networked printer connected to a 32 bit pc?

    Did a clean install of 64 bit Windows 7 and tried to connect to Deskjet printer connected to a 32 bit Windows 7 system on home network. Said to install from Windows installation DVD but no such animal on DVD. HP error only talked about USB connection and said nothing about network. Hookup worked fine when everything was 32 bit.
    This question was solved.
    View Solution.

    Sorry, that wasn't clear at all. I would use the 64 bit machine to go on the internet and download the latest 64 bit driver for the printer. Just run the setup on the 64 bit machine and I believe it will give you the option to search for a shared printer.  You must use the 64 bit version of the printer driver on the 64 bit machine.  The driver is just telling the 64 bit machine how to communicate with the printer no matter where it is.
    Reminder: Please select the "Accept as Solution" button on the post that best answers your question. Also, you may click on the white star in the "Kudos" button for any helpful post to give that person a quick thanks. These feedback tools help keep our community active, so you receive better answers faster.

  • How to use a connection ODBC in  crystal reports viewer?

    Hi Guys!
    I need to know if for update a report in crystal reports viewer, is necessary, have a connection SAP Business Objects Business Intelligence. How to use a connection ODBC in  crystal reports viewer?

    Hi Guys!
    I need to know if for update a report in crystal reports viewer, is necessary, have a connection SAP Business Objects Business Intelligence. How to use a connection ODBC in  crystal reports viewer?

  • I downloaded the 64 bit version of itunes and plugged in my ipod touch but a sign pops up and says i need the right software for the ipod to connect which is 64 bit.  Does anyone know how to fix this problem?

    I downloaded the 64 bit version of itunes and plugged in my ipod touch but a sign pops up and says i need the right software for the ipod to connect which is 64 bit.  Does anyone know how to fix this problem?

    Hi alexanderfrommilton,
    First try reinstalling itunes.

  • CHM does not display under Win7 64bit

    Hi all,
    the CHMs generated unter Win 7 32bit do not open correctly under Windows 7 Enterprise SP1 64bit. The CHM viewer opens and the TOC is visible, but all pages are empty (white, no error message). The CHM is stored locally. The same CHM can be viewed without problems under Win7 32bit.
    Any ideas about this?
    Robert

    Wrong information - sorry! The CHMs were generated under Windows 7 Enterprise 64bit as well. That means they do not display on the same computer they were gnerated on, but under other systems that have 32bit OS (Win7 or XP).

  • Can not capture under Win7

    If you find that capturing is no longer possible under Win7, you may take this step to remedy the situation.
    Try changing your firewire driver. There's 3 drivers bundled in windows 7, change the driver to the one that has (Legacy) at the end of the name.

    Thanks Harm,
    Was very helpfull.

  • Behringer BCF2000 with Lightroom 4 under Win7 x64

    I picked up a used Behringer BCF2000 to provide a nice hardware interface for making LR 4 adjustments (8 faders, numerous other controllers, all programmable to Lightroom functions).
    I'm running 64-bit Windows 7 and having a terrible time trying to get the BCF2000 running. After many tries, I successfully loaded the USB/MIDI drivers and even got the BCF recognized. But then it all went away and I've spent over a whole day trying to get drivers installed, update the firmware, and restore the factory defaults so I can set the unit to the correct mode for cross-communication between LR and the BCF. Meanwhile I've had numerous crashes and hours tweaking the registry and modifying the startup routine. But don't assume I'm an advanced programmer--I'm not, and I need some plain English help.
    I'm looking for others who've successfully navigated this territory. If you're adept with setting up the BCF under 64-bit Win 7, please let me know and I'll formulate my questions to you at that time.
    Thanks in advance!
    Marc Hoffman
    SongbirdPhoto.com

    Sounds like a USB issue. What system type and are you using a USB 2.0 or USB 3.0 port? I did a search and found at least one post indicating an issue with USB 3.0 ports. There may also be issues with recovering from Standby or Sleep mode. Try setting your Power Management Sleep mode to 'Never' when using the BCF2000.
    http://groups.yahoo.com/neo/groups/bc2000/conversations/topics/3193
    This driver may have corrected the issue if you're using USB 3.0:
    USB MIDI Driver
    USB MIDI DRIVER (V1.2.1.3) for BCF2000 & BCR2000 (94 KB)
    Bugfixes:
    BSOD removed when device was using USB-3 mode and Logic was started
    Audio was distorted in case of heavy midi traffic
    Enhancements:
    in some early models of BCF2000 a switch from or to LC, BC or MC Mode causes the device to not work correctly if the user does not wait at least 7 seconds after switching off the device before switching it on again. A system message will now pop up saying : “The I/O device is configured incorrectly or the configuration parameters to the driver are incorrect.” In that case just click that box, switch off the BCF2000 wait for at least 7 seconds and switch it on again. 
    The DLL was removed.

  • Photoshop CS6 and HP Photosmart 8750 under Win7 Pro?

    Hi,
    I have the impression that the HP Photosmart 8750 printer does not work correctly under Win7 Pro when printing images from Photoshop CS6:
    The prints are generally 2 shades lighter than on screen, i. e. black prints as 50% gray - Black cartidge is new...
    In the PS Printer settings dialog, I set the color management to "handled by printer".
    If I set the colormanagement to "handled by Photoshop", the printouts are even worse: colors are shifting to completely different shades.
    On my Canon MP280 printer, the prints are color-correct.
    I guess, that this is related to a driver problem. Win7 only has a basic driver implemented for the HP printer, and HP doesn't provide a Win7-driver.
    The thing is, I need the large format...
    Does anybody have a solution or workaround for this problem? Your help is greatly appreciated!
    Thanks,
    Erhard

    At the company I work for we hardly print from Photoshop as we have a pdf-workflow, but I think you might make it easier for others to help you if you provide screenshots (posted with the camera icon) of your print dialog windows, especially those regarding Color Management.

  • Query about multiple connection pools under one database

    Hi,
    I have s query about connection pool, now we have a requirement,
    we have two schemas in one db, some data store in one schema, some in another schema,
    all tables are the same, but data is different, we want to retrive all data under two schemas,
    so we need two connection pools under one database,
    I have set two system DSN, and each connection pool was mapping to one DSN,
    but after I importing tables into RPD, when I view data, there is a dialog let me select connection pool. so If this, when we drag columns in answer, it will definitely get wrong.
    so how to realize this function about multiple connection pools under one database and we can get data normally.

    Hi,
    Try this step
    1)Better to create two different DSN for the same database with different user id and password
    2)now create multiple connection pool in the same database in u r RPD physical layer .
    also refer this link : for imporving performance
    http://obiee101.blogspot.com/2009/01/obiee-multiple-connection-pools.html
    http://gerardnico.com/wiki/dat/obiee/connection_pool
    Thanks
    Deva

Maybe you are looking for

  • Oracle Apps 11.0.3  Reports and Tables.

    hi hussein, How do I know which tables/views in Oracle Apps 11.0.3 is still supported in Oracle Apps 11i (11.5.10.2)? Because I am migrating some customized Oracle Reports from (11.0.3) to (11.5.10.2). But there is no output generated because some of

  • My "Saved-for-iPod" mp4 video stops, while audio continues...

    This has recently happened both with saving iMovie HD 6.0.4 projects as mp4s, and for DVD. 1) In iMovie, I imported a .mov I made in iPhoto (slideshow with jpegs & added music). Just that one file. I then saved it for iPod. I played it in iTunes, and

  • How to revert my icloud id?

    It suppose to be [email protected] but I accidentally key in [email protected]....... and the icloud kept sending to my mailbox which ended with gmail.CON??? please help AND I can't disable my "Find My iPhone" coz I can't press anything on it & I

  • BusinessObjects 4.1 Sp2 Client Tool setup Installer will not Start

    Hi Everyone Have installed BOE 4.1 sp2 server platform on a virtual machine running on Windows Server 2008 R2.  When I  tried to install the Client tools,   I execute the setup.exe program, it launches the run, when I click on  runs, nothing comes up

  • Asking about query update sql to UDF or UDT

    Hi experts, Is it possible to do a query update/ insert SQL to  UDT or UDF in SP notification ? I don't touch any core SAP's table. Just to UDF of UDT that i create  myself. Is it possible ? thanks in advance regards KK