all groups > sql server odbc > august 2006 > threads for august 1 - 7, 2006
Filter by week: 1 2 3 4 5
Strange "SQL Native Client" ODBC driver behavior.
Posted by dak at 8/6/2006 11:33:02 AM
Hello everybody,
I have installed SQL Server Express and uploaded an access database into it.
It's running properly. The problem is that I'm trying an VS-6 application to
connect to it using "SQL Native Client" I can connect if I use a "USER
defined DSN", but can not if I try to write conne... more >>
sp_provider_types_rowset and some other stored procedures keep being executed
Posted by dragooon at 8/5/2006 5:58:14 PM
sp_provider_types_rowset and some other stored procedures keep being
executed
We recently experienced a very interesting problem. When connecting to SQL
Server 2000 (SP4) using ADO, after the recordset is retrieved, we can see
the following stored procedures kept being executed every we su... more >>
Refresh SQL_CURSOR_FORWARD_ONLY
Posted by Michael Sterzl at 8/3/2006 6:20:09 PM
Hi,
I'm trying to refresh (re-read) the current row of an forward only cursor
but SQLFetchScroll and SQLSetPos will fail for this kind of Cursor. Is there
any way to do that?
Regards,
Michael Sterzl[GSD]
... more >>
asp page variable to sql to openquery
Posted by joshd NO[at]SPAM norrisinc.com at 8/3/2006 4:07:15 PM
Im having trouble putting all of this together, but here is the
scenario
ASP page with a Query String Variable,
Example: http://mywebsite/mywebpage.aspx?variable=x
now i need to query using openquery across a linked server using this
variable.
Like:
SELECT COLUMN1, COLUMN2
FROM ... more >>
Stopping sp_datatype_info
Posted by John Smith at 8/2/2006 12:50:07 PM
We are using an application that connects to SQL Server 2000 SP4 using ODBC.
During this I noticed several executions for sp_datatype_info stored proc.
Why it is necessary and is there any way to stop or reduce this execution?
... more >>
[ODBC SQL Server Driver][TCP/IP Sockets]ConnectionWrite error mess
Posted by c676228 at 8/2/2006 12:05:15 PM
Hi everyone,
I set up a customer error messge and auto email which record form data and
error details on our web site in order to proactively to monitor what's going
on for eCommerce site.
Today, I got one message like this:
* Line, Column:447, -1
* Description: [Microsoft][ODBC SQL Serv... more >>
|