all groups > sql server odbc > september 2003 > threads for september 1 - 7, 2003
Filter by week: 1 2 3 4 5
setting rowcount via odbc?
Posted by Robert Paquette at 9/5/2003 12:27:30 PM
Hi
I'm trying to limit my result set by using SET ROWCOUNT N where N is my
desired number of rows. The program runs against SQLServer 2000. SQLProfiler
shows the following trace but the row count limit is not applied.
declare @P1 int
set @P1=196
exec sp_prepexec @P1 output, NULL, N'SET ROWCO... more >>
slow connection
Posted by Wayne Hui at 9/4/2003 2:18:50 PM
I was testing my C app that uses ODBC to connect to SQL
Server and noticed if I kept the connection open until all
queries are finished, it is 2-3 times faster.
I thought SQL Server has connection pooling that
disconnecting and connecting should not be a problem. Does
connection pooling not ... more >>
Connection String Restrictions
Posted by Kyong Kwak at 9/4/2003 12:45:40 PM
Hi,
I want to connect to multiple servers (ms sql server, oracle, ASA, and ASE)
and I plan to use SQLDriverConnect().
Reading over the documentation on MSDN I see that the connection string for
SQLDriverConnect() allows braces (e.g. { } ) for attribute values.. such as
PWD={xxx} -- (though it... more >>
Deadlock of MS SQL 2000
Posted by Tommy Lam at 9/3/2003 6:57:51 PM
Hi All
I am receiving the following error message when running the web page (ASP)
Your transaction (process ID #11) was deadlocked with another process and
has been chosen as the deadlock victim. Rerun your transaction.
What can I do to resolve this problem? Where is a good place to start
l... more >>
ODBC Program & Heterogeneous queries problem
Posted by Melvine at 9/3/2003 10:06:13 AM
Best All,
What I am doing is following:
1. I created a stored procedure "testit" which select records from
another data source in another SQL Server, like:
-------------------------------------
SET ANSI_NULLS ON
SET ANSI_WARNINGS ON
go
create procedure testit
as begin
select * fro... more >>
Exchange Error
Posted by harrynaik at 9/2/2003 11:32:38 PM
Everyday when the mainteance of the server starts in the night the
below error comes and all the exchange services are stopped. Any
Clue ??????
Event Type: Error
Event Source: MSExchangeIS Mailbox Store
Event Category: General
Event ID: 7200
Date: ... more >>
Login Prompt
Posted by bert at 9/2/2003 5:00:26 PM
We are accessing SQL Server 2000 with a MS Access 97
application using an ODBC connection.
I have set up the ODBC driver and connected to the
database using a SQL Server account. I have it set to use
SQL Authentication using an ID and password entered by
the user. I can connect and run qu... more >>
Where can i download ODBC
Posted by LuckyEagle at 9/1/2003 10:57:19 AM
Where can i download ODBC for ACCESS 2002
including OLE DB
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|