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 > july 2004

Filter by week: 1 2 3 4 5

Connect from sql query via IP adress - is i possible?
Posted by Just D. at 7/31/2004 12:23:11 PM
Does anybody really know is it possible? We don't want to create a linked database, but we need to make some steps on the remote database, gather some data and then send this data to our main server via IP connection, setting the connection every time when the remote server wants to transfer the ...more >>


How to connect to a sql-server through internet
Posted by Hubert Ball at 7/31/2004 10:03:37 AM
Hi, after I tried it a few times without success, I'm searching for a step by step guide how I can realize a odbc-connection to a sql-server through the internet. In the local Network where the Server is installed the port 1433 is opened, directed to the server and I know the WAN-IP-Adress ...more >>

SQL Server Driver][TCP/IP Sockets]SQL Server Does not exist
Posted by Kevin at 7/28/2004 2:17:56 PM
Two part question: 1) [Microsoft][ODBC SQL Server Driver][TCP/IP Sockets] SQL Server does not exist or access denied. I have SQL & Windows authentication set on the server, I'm running SQL 2000 - 8.00.194 and Standard Edition Win 2k(5.2). Do I need to "Set Impersonate = true"...more >>

Error 7399 connection refused
Posted by ronnieronski at 7/26/2004 3:14:25 PM
I wonder if any of you good people can help? I dont know how to go about this problem that im having. error 7399: OLE DB provider 'msdasql', [3kodbc.dll] connect: connection refused] OLE DB error trace [ole/db Provider 'MSDASQL' IDBInitialize:: Initialize returned 0x80004005 does this mea...more >>

ODBC access errors
Posted by Ian Coates at 7/26/2004 8:29:28 AM
I have just rebuilt the boot drive of a PC used as a server using MSDE 2000. It is running under Windows 2000 SP4. Since the rebuild, anyone with less that administrator priveliges on the local machine have been denied access to the SQL server. In the ODBC server DSN configration setti...more >>

MS Access and ODBC/OLE DB
Posted by Lou_Arnold NO[at]SPAM nospam.com at 7/25/2004 1:58:21 AM
Does MS Access use ODBC or OLE Db to create a database on SQL Server? If OLE DB...is there anything to configure/inspect about OLE DB? Lou Arnold....more >>

Unhelpful error?
Posted by BMS at 7/23/2004 2:18:50 PM
I have a VBA button that queries a SQL db and the system DSN is setup identical on 2 PC's. Security rights for the user are the same. I get the following error on one: ODBC Code: S0002 Native Database Error = 208 Origin = [Microsoft][ODBC SQL Server Driver][SQL Server] State:37000 Retur...more >>

SQL Query Analyzer Unable to connect to server
Posted by Bryan Ferguson at 7/22/2004 2:24:24 PM
I have SQL Server 2000 installed on a server in my office. All users running SQL Query Analyzer in the office work fine, but in my Office out of state the Users get: Unable to connect to server XXXXX: Server: Msg 11, Level 16, State 1 [Microsoft][ODBC Sql Server Driver][DBNETLIB] General ...more >>



ODBC Woes
Posted by Mike McIntyre at 7/20/2004 10:03:53 PM
I am a programmer but I have many years of experience with Sql Server from 6.5, 7, and 2000 versions. I have a problem I have never seen before, the first I have been unable to resolve myself. After installing the latest Micrsoft Windows XP patches (issued this past month) and rebooting the...more >>

OLE DB Timeout Expired
Posted by Gregg Savage at 7/19/2004 5:56:50 PM
I am getting a Timeout Expired message when executing a query against a linked server. The query is basically "INSERT INTO local_table(...) SELECT ... FROM table". When executed from Query Analyzer the query takes about 34 seconds. When I run the query from my VB6SP5 application, I get th...more >>

Runtime Error 2046, when I try to delete a record in an SQL Server table (through an Access 2000 Interface)
Posted by Nuno Almeida at 7/19/2004 4:24:30 PM
Hi, I'm getting the runtime error 2046 (The command or action '|' isn't available now.@* ...) when I try do delete a record from an SQL SERVER 2000 table in an Access 2000 form. The strange is that if I try to delete the record again it works, and this error message just appears sometimes... ...more >>

Collation Sequences, Accented Characters and ORDER BY clauses
Posted by Mark Peck at 7/19/2004 3:08:06 PM
Hi, Any help with the following query would be much appreciated. We are developing an application in VB6 for SQL Server 2000 (SP3), running on Win2k and have come across the following issue: We have a 30 character attribute/column (varchar) in which we store surnames. We now have some re...more >>

ODBC and XML
Posted by Michael C at 7/17/2004 11:30:06 PM
Hi all, I'm writing an app to export my ODBC connection information to XML format. There is already a standard File .DSN format, but was wondering if there's already an XML DTD or XML Schema for DSN's out there. I definitely don't want to reinvent the wheel, and if I'm able to export my info ...more >>

Invalid Object Name
Posted by Sidney Mark Croy at 7/16/2004 3:31:08 PM
Greetings I have recently migrated several databases from SQL 7 to SQL 2000. When accessing one table in one database with a simple SQL statement (SELECT * FROM tablename) I am receiving error -2147217865-Invalid object name 'tablename'. Is this related to the migration to SQL 2000 from SQL...more >>

Getting "SQL Server does not exist or access denied" error messages
Posted by Rod at 7/15/2004 12:19:54 PM
For some reason, this week we started to get "SQL Server does not exist or access denied" error messages when attempting to connect to our SQL Server databases. This only affects people who dial into our network. But this seems to be a rather complicated situation, so let me explain. We have a...more >>

Creating Reports from a SQL Server Database
Posted by Jim Pockmire at 7/14/2004 2:23:22 PM
What software/application offers the fastest performance when reporting from a SQL Server database. Currently I am using MS-Access with an odbc connection to the database. Although the tables are indexed, they are somewhat large and multiple links are needed in queries. The result is that in som...more >>

Locking on UPDATE not being released
Posted by Michael at 7/14/2004 9:36:22 AM
I have a VFP8 application that calls a stored procedure in SQL 2K that runs the follwoing TSQL... update dbo.interview_activity set status_filename = @status_filename where interview_id = @interview_id and activitycode_id = 12 and isnull(status_filename, '') = '' when this runs,...more >>

SQL Server to SYSPRO Linked Server?
Posted by Kyle McAdam at 7/13/2004 11:06:53 PM
I have set up the ODBC connection and can view the table in EM, but cannot access the information through QA, according to a 'provider' error.? Any ideas? thank you. Kyle ...more >>

I cant add a odbc
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 7/13/2004 10:25:21 AM
Hi, how the subject say. I have problems for register databases server or odbc. When i try to do it, the enterprise manager send the next message: A connection could not be established to "SERVER" Reason: Specified driver could not be loaded due to system error 126 (SQL Server) ...more >>

loading SQL 2000 driver for odbc
Posted by Jackie at 7/13/2004 8:38:18 AM
This should be a no brainer, but I'm stuck. I need to load the sql 2000 driver on a workstation to make odbc calls to the database. I've done it several times before, but I (obviously) can't remember where it's at. I have the CD's for SQL 2000 personal and professional edition. What do...more >>

Invalid character value for cast specification error
Posted by Jonathan Attree at 7/12/2004 10:38:01 AM
I'm using Access 2K via ODBC to replicated SQL Server 2K. In some tables (not all) when I try to add a record either with a form or directly in the datasheet I get this error message and all form controls/table cells display '#Name?'. The record is added and displays correctly if I close and reopen ...more >>

Unable to post notification to SQLServerAgent
Posted by Mike at 7/9/2004 7:22:41 AM
I tried to manually start a job from Enterprise Manager and got ' Error 22022: Unable to post notification to SQL ServerAgent (reason: MapViewOfFile() returned error 8, 'Not enough storage is available to process this command') This happens quite often. Every time I have to re-start the ...more >>

Sporadic Connection Timeout
Posted by John at 7/8/2004 9:11:33 PM
The network consists of 3 servers: a BDC, a PDC and a stand-alone server. There are about 30 client workstations (some Win98, some WinXP Pro). SQL Server 7.0 is running on the stand-alone, which is running Win2k. The stand-alone server was brought up and SQL Server 7.0 installed approx. 6...more >>

SQL Profiler Download
Posted by Venkat at 7/7/2004 3:57:56 PM
Hi All, Can someone point me to a site where i can download SQL Profiler for SQL Server 2000 server. Thanks In Advance, Venkat ...more >>

IIS4 lockdown install conflicts with MS SQL 7.0
Posted by Grasshopper at 7/7/2004 12:42:39 PM
I need to install IIS4 lockdown for FTP services. However, when i installed it, it caused problems with my MS SQL 7.0 installation. I had to re-installed the old odbc from the sql7 cd and rerun sql service pack 4 in order to get the SQL7 to function again. Can you PLEASE help me on how ...more >>

Problem with simplified chinese
Posted by David A. Caballero J. at 7/7/2004 10:53:26 AM
I have a 3 layer system, SQL Server 2000 database, COM+ dll's (VC++ 6) and ASP frontend, this system has been in production for quite some time using english, spanish and portuguese versions. Now I've been asked to test the system to function with Simplified chinese. The development of the system...more >>

Runtime error 3146
Posted by sam at 7/7/2004 1:23:52 AM
hello! I am currently using SQL 2000 and Access 97. My desktop used to be Win NT. Recently i migrate to Win XP and I got this error while SELECTING, UPDATING and INSERTING record. Full error is Runtime '3146'.ODBC call failed. The documentation for this error is quite limited, anyone c...more >>

Creating a linked server to DB2 from SQl server 2000 64bit
Posted by Geetha Dabbara at 7/6/2004 2:56:14 PM
Hi, I am trying to create a linked server to DB2 using IBM 64 bit OLEDB provider, as Microsoft doesn't have a DB2 OLEDB driver for 64bit. When I test the connection to DB2 using the driver, it works, but when I try to query DB2 using a OPENQUERY it gives me this message. "Error 7399:...more >>

Access 2K + SQL Server: Data Retrieval Q
Posted by Jeffery Hawkins at 7/6/2004 6:25:39 AM
First, if I'm posting this in the wrong newsgroup, please let me know and I'll re-post elsewhere. Trying to get SQL Server 2K data into an Access 2K front-end application (we're upsizing our back-end DB's to SQL Server, want to keep mdb front-ends). To limit the returned recordsets for both f...more >>

field + nullfield = null
Posted by Matthew at 7/2/2004 5:40:48 PM
I have two fields in different tabels. I have a calcualated field in a view that goes something like this: mato.pmainT.product + mato.woodtype.short It seemed to work OK, but I found if mato.woodtype.short is null, it won't display mato.pmainT.product either! I would like it to display mato.pm...more >>

Cannot update record through vb or Enterprise manager
Posted by John at 7/2/2004 3:37:46 AM
When trying to update a specific row in a table an error occurs. [Microsoft][ODBC SQL SERVER DRIVER][SQL SERVER] SQLDumExceptionhandler. Process 51 generated fatal exception c0000005 ACCEPTION_ACCESS_VIOLATION. SQL Server is terminating this process. What could be the reason for this? The...more >>

Suppress ODBC Dialog
Posted by Stefan Oedenkoven at 7/1/2004 11:10:39 PM
Hi ng, is it possible to suppress the ODBC-Dialog, when i test the connection to my linked tables an the connection is not alive? (the dialog, which is asking for username, password, servername, etc....) thanks, Stefan ...more >>

ADO on MDAC 2.8
Posted by Melopezcaste at 7/1/2004 11:07:01 AM
I am running an application that runs fine on MDAC 2.6 but when I run it on MDAC 2.8 have the error: Error on the DLL How can I rollback MDAC 2.8 and what will be the consequences on the Windows XP system? Application uses ADO.Open method and crashed here. Isn't MDAC 2.8 backward compatible...more >>

ODBC SQL Server Error: [Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]ConnectioOpen (Connect()).
Posted by sqlak sqlak at 7/1/2004 4:36:49 AM
Hi, I'm getting following error while creating a DSN from remote stations PC. I could create DSN from the PCs available in the LAN. Connection Failed: SQL State: 01000 SQL Serve Error: 011001 [Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]ConnectioOpen (Connect()). Connection faile...more >>


DevelopmentNow Blog