Ask a Question related to Microsoft SQL / MS SQL Server, Design and Development.
-
Erland Sommarskog #1
Re: dblib Assertion
Cory Baker (cory_baker@star-navigation.com) writes:
I guess the evil answer is that you should rewrite your application> I am receiving the following assertion occasionally:
>
> Visual C++ Runtime Library Assertion failed!
> File: q:\SPHINX\NETLIBS\nt\ssock\src\ntssock.c
>
> Expression: 0 == pConnectionObject->fCallCheck
>
> My application was created in VC6 using dblib with SQL
> Server 2000 running on Windows 2000 Server.
>
> Has anyone else seen this and know how to resolve it?
in modern steaming client library, and forget all about DB-Library,
but I guess you already know that.
For a more serious answer... are you getting this on the client-side,
or the server-side? I assume it is on client-side.
I don't have much of a clue, but try to recompile the application
using the include files and link libraries that comes with SQL 2000,
rather than using the files that comes with VC++.
--
Erland Sommarskog, SQL Server MVP, [email]sommar@algonet.se[/email]
Books Online for SQL Server SP3 at
[url]http://www.microsoft.com/sql/techinfo/productdoc/2000/books.asp[/url]
Erland Sommarskog Guest
-
#40121 [Asn]: DBLIB driver wont free statements
ID: 40121 User updated by: spheroid@php.net Reported By: spheroid@php.net Status: Assigned Bug Type: PDO... -
#38955 [NEW]: PDO DBLIB driver does not support transactions
From: remery at seminolesheriff dot org Operating system: Linux PHP version: 5.1.6 PHP Bug Type: PDO related Bug... -
Stored Procedure call using MSSQL::DBLIB
I'm trying to call a stored procedure from a perl script using the MSSQL::DBLIB module. My stored procedure requires three parameters (date, id #,... -
ASE 12.5 UTF-8 issues with Sybase::DBLib
Hi, I have a table with varchar(50) column in ASE 12.5 server with utf8 default charset. I am using Sybase::DBLib to connect to database and... -
MSSQL::DBlib error messages
Hi. I'm pretty new to Perl and especially new to this particular MSSQL module. I am curious how to retrieve detailed error messages in the event a...



Reply With Quote

