Borland database engine win 7 64 bit?

Results 1 to 9 of 9
  1. #1
    Apprentice gmxplode is offline
    MemberRank
    Oct 2009 Join Date
    15Posts

    Borland database engine win 7 64 bit?

    hey guys any one knows how to install Borland database engine on win 7 64 bit? kindly help


  2. #2
    Account Upgraded | Title Enabled! Mrgentle is offline
    MemberRank
    Oct 2007 Join Date
    IndiaLocation
    593Posts

    Re: Borland database engine win 7 64 bit?

    The 64-bit version of the Odbcad32.exe file is located in the
    %WINDIR%\SysWOW64\ folder.

    While registering the ODBC entries in .reg file change the following..and use the normal BDE...

    HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\A3Friend

    to

    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBC.INI\A3Friend
    Last edited by Mrgentle; 11-06-11 at 10:44 AM.

  3. #3
    Apprentice gmxplode is offline
    MemberRank
    Oct 2009 Join Date
    15Posts

    Re: Borland database engine win 7 64 bit?

    thanks for the reply dude..i will surely look to it..and yea 1 more thing im not able to restore SQL database from server files given..im using 2005 management studio express and while restoring database it shows this database already holds a backup other than existing one

  4. #4
    Account Upgraded | Title Enabled! Mrgentle is offline
    MemberRank
    Oct 2007 Join Date
    IndiaLocation
    593Posts

    Re: Borland database engine win 7 64 bit?

    when you select the .bak file to restore then after that navigate to options and tick ..overwrite existing database... check out this image

    http://imageshack.us/photo/my-images/12/unledve.jpg/

  5. #5
    Apprentice gmxplode is offline
    MemberRank
    Oct 2009 Join Date
    15Posts

    Re: Borland database engine win 7 64 bit?

    hey dude when i try to run 7700 login202 asd server when i click on click tab twice it shows in red Cannot Connect h3b13 while it should be green and running ...i thnk its due to BDE and i hv done that wat u said above pls help me

  6. #6
    Account Upgraded | Title Enabled! Mrgentle is offline
    MemberRank
    Oct 2007 Join Date
    IndiaLocation
    593Posts

    Re: Borland database engine win 7 64 bit?

    You have to use the same BDE as the one on windows xp...you didn't register the ODBC sources properly so it wont connect...

    Show me the registry script that you've made to add the ODBC entries

  7. #7
    Account Upgraded | Title Enabled! holy003 is offline
    MemberRank
    Jan 2011 Join Date
    Mumbai, MaharasLocation
    306Posts

    Re: Borland database engine win 7 64 bit?

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI]

    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\A3Friend ]
    "Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"
    "Server"="(local)"
    "Database"="FriendDB"
    "LastUser"="sa"

    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\A3RcvRes ult]
    "Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"
    "Server"="(local)"
    "Database"="A3ItemEvent"
    "LastUser"="sa"

    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\A3Serial List]
    "Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"
    "Server"="(local)"
    "Database"="A3ItemEvent"
    "LastUser"="sa"

    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\EventA3]
    "Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"
    "Server"="(local)"
    "Database"="ASD"
    "LastUser"="sa"

    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\FriendDB ]
    "Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"
    "Server"="(local)"
    "Database"="HSDB"
    "LastUser"="sa"

    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\HSDB]
    "Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"
    "Server"="(local)"
    "Database"="HSDB"
    "LastUser"="sa"

    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\LETTERDB ]
    "Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"
    "Server"="(local)"
    "Database"="FriendDB"
    "LastUser"="sa"

    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\LocalSer ver]
    "Description"=""
    "Server"="(Local)"
    "Trusted_connection"=""
    "UseProcForPrepare"="Yes"

    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\Login202 ]
    "Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"
    "Server"="(local)"
    "Database"="ASD"
    "LastUser"="sa"

    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\NEWASD]
    "Driver"="C:\\WINDOWS\\System32\\SQLSRV32.dll"
    "Server"="(local)"
    "Database"="ASD"
    "LastUser"="sa"

    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC Data Sources]
    "LocalServer"="SQL Server"
    "A3RcvResult"="SQL Server"
    "A3SerialList"="SQL Server"
    "FriendDB"="SQL Server"
    "NEWASD"="SQL Server"
    "Login202"="SQL Server"
    "LETTERDB"="SQL Server"
    "EventA3"="SQL Server"
    "A3Friend"="SQL Server"
    "HSDB"="SQL Server"

    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC File DSN]
    "DefaultDSNDir"="C:\\Program Files\\Common Files\\ODBC\\Data Sources"














    Try This n Check .......

  8. #8
    Account Upgraded | Title Enabled! Mrgentle is offline
    MemberRank
    Oct 2007 Join Date
    IndiaLocation
    593Posts

    Re: Borland database engine win 7 64 bit?

    i mean Holy are you crazy...?

  9. #9
    Apprentice gmxplode is offline
    MemberRank
    Oct 2009 Join Date
    15Posts

    Re: Borland database engine win 7 64 bit?

    thanks MR Gentle prob solved i download BDEINFOUTILITY and made new obdc



Advertisement