Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
all groups > sql server odbc > march 2004 > threads for march 8 - 14, 2004

Filter by week: 1 2 3 4 5

ODBC, SQL Server Driver alias error
Posted by dave NO[at]SPAM groupfive.net at 3/12/2004 8:44:24 AM
I am running SQL Server 2000, trying to create a new database and received the following error: [Microsoft][ODBC SQL Server Driver][SQL Server Login] is aliased or mapped to a user in one or more databases. Drop the user or alias before dropping the login. Can anyone assist me with t...more >>


Batch processing of Stored Procedure
Posted by likong NO[at]SPAM email.com at 3/11/2004 8:16:19 PM
Hi, I am trying to batch processing stored procedures with SQL 2000, MDAC 2.8. All settings are default. SQLSetStmtAttr is called with SQL_ATTR_PARAMSET_SIZE set to the number array elements. I am using ODBC CALL escape sequence. I noticed from SQL Profiler trace that the stored procedure...more >>

Stored procedure for ODBC compliant database
Posted by Gilgamesh at 3/11/2004 10:31:29 AM
Hello everybody, I've got a C# application which has a SQL server 2000 backend. I need to make a change to the data access layer of this application to allow connections to an ODBC compliant database. The problem that I'm having is that I can't figure out a way to transfer the stored procedur...more >>

sql server access using frontpage
Posted by Jeff Jensen at 3/11/2004 8:36:06 AM
I am trying to access my sql server database using frontpage. I keep getting this error: [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'JEFF\IUSR_JEFF'. I have messed with specifying a system dsn connection to this database to no avail. If there are some other settings I ne...more >>

Multiple statement handles on one connection
Posted by Lee Scheffler at 3/11/2004 7:31:33 AM
I want to use multiple concurrently active statement handles on a single connection handle. An ODBC call to SQLGetInfo with the SQL_ACTIVE_STATEMENS key returns 1, indicating that there is a limit of 1 active statement on a single connection. If I try to SQLExecDirect on another statemen...more >>

connecting on SQL server database to another SQL server database
Posted by Rachel Gibson at 3/11/2004 6:41:21 AM
I am hoping to find a reference for the procedure on connecting one SQL server database (SQLServerA) with another SQL server database (SQLServerB) where SQLServerA is in a different physical location and on a different network from SQLServerB. In the past SQLServerA was an Access database ...more >>

Linked Server Fails after MDAC 2.8 upgrade
Posted by Mark D at 3/11/2004 5:26:47 AM
We installed the MDAC 2.8 upgrade and our existing Microsoft OLE DB Provider for Oracle stopped working. Other providers were fine, i.e. SQL Server (linking to another mssql server). Has anyone had this issue? Or does anyone have any ideas as to what changed in 2.8 that would affe...more >>

ODBC connection fails
Posted by cjobes at 3/11/2004 12:47:41 AM
I'm running SQL 2000/SP3 on a W2k server. I have a database with a standard user (dbo rights). From any of my workstations I can create an ODBC connection using SQL authentication. When I try to create an ODBC connection on the server itself with the same credentials, I get an error msg "login f...more >>



ODBC call failed - weird behavior
Posted by Ragnar Midtskogen at 3/10/2004 7:05:29 PM
Hello, I have been working on updating an Access 2000 application that uses linked ODBC tables to connect to an SQL Server 2000. My development machine is connected to the server over a Microsoft LAN, at 100Mbits. Both the Office 2000 on my development machine and the SQL server has all the l...more >>

Notes ODBC Driver for SQL
Posted by Dave Ainslie at 3/10/2004 4:10:29 PM
Does one exist and if so, where can I get it from Thanks Dave ...more >>

Connection timeout when generating recordset from a stored procedure in an ASP page
Posted by Adam C at 3/10/2004 12:23:15 PM
I'm trying to create a binding to a stored procedure on a SQL server. I can create the database connection and view the tables and stored procedures. When I try to create a stored procedure binding I can choose the connection and the procedure. But when I check "Returns DataSet" and click Test......more >>

Linked Servers (DBF Files)
Posted by Vlamir at 3/10/2004 3:26:05 AM
Hi How to create a Linked Server (SQL2K) connection to DBF´s files (Provider name, product name, data source, provider string,location and catalog options) I've tried the following provider name: Microsoft OLE DB Provider for ODBC drive product name: MSDASQ data source: BOOK (a system ODBC d...more >>

Missing ODBC Drivers
Posted by Dirk at 3/10/2004 2:41:05 AM
I'm trying to connect a NT 4.0 Workstation to a ODBC database (SQL 2000). When I use the the ODBC Data Administrator on the WS to create a new DSN there are no ODBC drivers available. How to install the missing driver Thanks for help Dirk...more >>

Help with SqlOleDB driver
Posted by Jim Bish at 3/9/2004 8:22:36 PM
I am feeding a connection string and a query (stored procedure that uses a temp table) to a MS Office Pivot Table control. I have read the article listed below http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/q235/3/40.asp&NoWebContent=1#applie...more >>

OLE DB Provider for ODBC/Win XP
Posted by lestersal at 3/9/2004 5:50:52 PM
I have SQL Server Developer Edition which runs on Windows XP and it has been running fine thus far. I am now trying to run Analysis Services on it and it needs OLE DB Provider for ODBC. I downloaded MDAC 2.8 and installed it on my Windows XP platform. The installation went without a hitch but whe...more >>

ODBC drivers errro '80040e14'
Posted by B L at 3/9/2004 11:54:17 AM
Hi Sir/Madam, I have a error from my ASP, SQL application as : Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot sort a row of size 8162, which is greater than the allowable maximum of 8094. The SQL query in ASP code as: SQL...more >>

Setting Permissions...
Posted by Barry Young at 3/9/2004 1:23:52 AM
I have set up a database and set up a user assigning full rights to the database by table and views, etc. On the client, I can't see the tables via ODBC. logged on as the database user I set up. Even though I have set all the permissions. If I log on as SA then I can see the tables, but whe...more >>

How to insert NULL when using bcp_moretext?
Posted by Jim Flood at 3/9/2004 12:26:08 AM
How do you insert a NULL value when using bcp_moretext If I have a table with two 'text' or 'image' columns, and I am using bcp_moretext to insert a very large LOB into one of them, then BCP requires that I use bcp_moretext for both of them ("use it for one 'text'/'image', then must use it for all...more >>

BCP will delete '\' chars on insert of character data
Posted by Jim Flood at 3/9/2004 12:26:05 AM
I've discovered that when using BCP to insert character data, then for any sequence '\' + <newline> (backslash + ASCII 13), the '\' character is stripped. For example, try inserting this "Hello\\n and you'll wind up wit "Hello\n Can I turn this behavior off, or is this a known bug in BCP I...more >>

SQL Server 2000/Access 2000 datetime conversion error
Posted by Dick at 3/8/2004 11:34:58 PM
I can't get my stored procedure to execute from MS Access without throwing a datetime conversion error. I would greatly appreciate any help anyone might be able to give me in curing this puzzling problem. I have a stored procedure in SQL Server 2000 that has an input parameter @startda...more >>

Problems with Windows XP and ODBC with old App
Posted by Jane at 3/8/2004 8:10:24 AM
Hi I have an old VB5/6 application ( the vendor went bust years ago) that connects to SQL7 via ODBC only. Its always worked fine, until I got some new XP clients. With these I can create my ODBC datasource and test it fine, but when the App tries to use it I get a stack dump (you know with ...more >>


DevelopmentNow Blog