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 > november 2006

ODBC Update on a linked table failed
Posted by Crossh at 11/17/2006 11:01:02 AM
I created a form in Access 2003 who's recordsource is an ODBC linked table from SQL Server 2000. The form has a subform that lists all the records in that table. The form also has all the fields from that table as separate controls. I have a command button to add new records, which works without ...more >>


How to access a text file in SQL Server 2005 (dinamicaly)
Posted by dcristu at 11/16/2006 4:59:01 AM
Hi I need to access text files dinamicaly. Here is the solution I used in SQL Server 2000...(unfortunately it didn't work in SQL Server 2005) Create a linked server using MSDASQL provieder, add login: EXEC sp_addlinkedserver 'TEXTSRV', 'Any', 'MSDASQL', NULL, NULL, 'DRIVER={Micr...more >>

Program type out of range error using SQLBindParameter to a datetime field
Posted by john.harkin NO[at]SPAM singularity.co.uk at 11/15/2006 2:29:40 AM
Hi, I want to call a sql serrver stored proc from odbc (usigh c++) whicc takes a single datetime parameter as input. I've tried SQLINTEGER sqlLength = 0; TIMESTAMP_STRUCT dsOpenDate; // test data dsOpenDate.year = 1996; dsOpenDate.month = 3; dsOpenDate.day = 8; dsOpenDate.hour =...more >>

Database synchronization question
Posted by segis bata at 11/10/2006 11:42:01 AM
Hello everyone, I'm going to copy all the tables from one database in one server to other database in another server. A couple of days later I will want to copy the new (and updated) records (from those couple of days) instead of copying everything again. Plus, those tables don't have da...more >>

VIEW Problem [CROSS-POST]
Posted by Tim Morrison at 11/7/2006 4:16:53 AM
SQL Server 2000 I have a database, that when accessing a specific VIEW, i get the following errors: When doing a "Open View, Return All Rows" SQL Server Enterprise Manager [Microsoft][ODBC SQL Server Driver][SQL Server] SqlDumpExceptionHandler: Process 54 generated fatal exception x0...more >>

How to link tables using sp in SQL server2000
Posted by raj at 11/5/2006 12:00:00 AM
Hello, I am using SQL server2000, Can any one help me to link more than four tables. I am a new user in Sql. Can I use Short Procedure to link these tables. ...more >>

oracle linked serve error "OLE/DB provider returned an invalid schema definition" - issue status inquiry
Posted by Malcolm Cook at 11/1/2006 9:13:24 AM
I am experiencing this "known issue in MDAC", in which querys in MS = SQL against a selected tables in a Oracle server linked using "Microsoft = ODBC Driver for Oracle" can generate the error: OLE DB provider 'MSDASQL' returned an invalid schema definition. OLE DB error trace [Non-interface ...more >>



DevelopmentNow Blog