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