all groups > sql server odbc > july 2003 > threads for july 29 - 31, 2003
Filter by week: 1 2 3 4 5
Net Library with ODBC SQL driver...
Posted by Sam Anderson at 7/31/2003 12:12:05 PM
I'm looking to find out how to set/change the default
Network Library (TCP/IP, Named Pipes, etc.) for the
Microsoft ODBC SQL Server Driver (Win2k, Win9x) - for any
drivers installed with MDAC 2.5 or higher. I realize that
MDAC 2.6 RTM and higher setup this driver to default to
TCP/IP, but... more >>
Transactions in ODBC
Posted by Mikael Lindblom at 7/30/2003 11:49:34 PM
I have an app running using the old MFC CDatabase classes
to work against a SQL2000 database.
The app makes use of a lot of stored procedures, which I
somtimes executes by using the ExecuteSQL method of the
CDatabase class and somtimes together with a CRecordset
derivate. I use the {CALL... more >>
odbc SPEC
Posted by Duncan Winn at 7/30/2003 9:23:45 AM
Does anyone know where the spec for writing ODBC drivers is? I can't seem to
fine the header files or any documentation on the web anywhere?
Thanks,
... more >>
Linked Exchange Server
Posted by Luke at 7/29/2003 11:33:58 PM
Hi,
I'm trying to set up a linked exchange server into sql
2000. Ive used the following sample code to set it up:
EXEC sp_addlinkedserver 'exchange',
'Exchange OLE DB provider',
'exoledb.DataSource.1',
'file:\\.\backofficestorage\localhost\public folders'
as per the help files. However... more >>
Problem with Yes/No data types - Access 2000 Linked ODBC tables in SQL Server
Posted by Ragnar Midtskogen at 7/29/2003 12:30:25 PM
Hello,
I have an Access 2000 application wich uses SQL Server linked ODBC tables
running on Windows 2000 Pro, with the SQL Server running on Widows 2000
Server..
It is a multi-user system with up to 5 users, connected to the server
machine through a Samba network.
The application has worke... more >>
|