search for: dbnetlib

Displaying 5 results from an estimated 5 matches for "dbnetlib".

2006 Jan 05
3
MS SQL server connection problems
I am trying to connect to a remote sql server and I am getting the following error: c:/ruby/lib/ruby/site_ruby/1.8/DBD/ADO/ADO.rb:57:in `connect'': Open (DBI::Databa seError) OLE error code:80004005 in Microsoft OLE DB Provider for SQL Server [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied. HRESULT error code:0x80020009 Exception occurred. from c:/ruby/lib/ruby/site_ruby/1.8/dbi/dbi.rb:5 84:in `connect'' In my code I am creating a connection using the following code: ActiveRecord::Ba...
2006 Dec 19
1
MSSQL + ODBC + BDE + WINE colaboration
...ou tell me how to connect BDE and ODBC for MSSQL connection using wine. I have already install BDE from Delphi 5 and DBCrab from Winetools. ODBC is OK to connect MS SQL database. But when I joint with BDE using ODBC to connect database there is some error like : [Microsoft][ODBC SQL Server Driver][DBNETLIB] SQL Server does not exist or access denied But wheb I connect using ODBC only without BDE, there is no problem at all. Can you explain to me what this situation? Thank in advance -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-...
2008 May 14
1
Native ODBC in WinXP Mode
...nything real noticeable was in there, though I have to admit that reading through debug logs is probably beyond my abilities in most of these situations :) Nothing really stood out in there either, though I do get quite a few messages with "<unknown, check return>", such as... CALL DBnetlib.ConnectionOpenW(<unknown, check return>) Any ideas or insight is appreciated! Btw - I tried to configure unixODBC and FreeTDS for this application and ran into problems there too, which I believe are FreeTDS related. Anyways, it would be quite convienient to just use the native ODBC for the...
2006 Jun 09
5
Connecting to SQL Server 2000 database - errors
.... I followed the instructions in the How-To on the wiki for SQL Server. The problem is that when attempting to connect to the database I receive the following errors: DBI::DatabaseError in RecipeController#new Open OLE error code:80004005 in Microsoft OLE DB Provider for SQL Server [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied. HRESULT error code:0x80020009 Exception occurred. RAILS_ROOT: ./script/../config/.. I have done a search on google and have not found anything relevant that will help me alleviate this error. I would really like...
2009 Apr 20
7
Trying to make a Delphi database application run correctly
...Wine 1.0.1 First my application wasn't connecting to the database, but I could make it connect installing mdac28 with the winetricks script. All queries sent to the database in the application are running ok, but when I try to write something I get the following error: Database Server Error: [DBNETLIB][ConnectionRead (Error SIO_KEEPALIVE_VALS()).] General network error. Check your network documentation. I changed the Windows version in Wine to Windows 98 and tried to install jet40 using winetricks, but I'm getting an error. That's how I proceed and the error messages that I get: marcos...