Click here to Skip to main content
16,006,065 members
Home / Discussions / Database
   

Database

 
AnswerRe: Time out Expired in SQL7 with .NET 2 Pin
Frank Kerrigan10-Apr-06 1:22
Frank Kerrigan10-Apr-06 1:22 
GeneralRe: Time out Expired in SQL7 with .NET 2 Pin
rmhewa18-Apr-06 16:31
rmhewa18-Apr-06 16:31 
QuestionDoes SQL 2000 Check for Case -sensitive ? Pin
merlynml6-Apr-06 17:55
merlynml6-Apr-06 17:55 
AnswerRe: Does SQL 2000 Check for Case -sensitive ? Pin
Colin Angus Mackay6-Apr-06 20:45
Colin Angus Mackay6-Apr-06 20:45 
GeneralRe: Does SQL 2000 Check for Case -sensitive ? Pin
merlynml6-Apr-06 21:06
merlynml6-Apr-06 21:06 
GeneralRe: Does SQL 2000 Check for Case -sensitive ? Pin
Colin Angus Mackay6-Apr-06 21:16
Colin Angus Mackay6-Apr-06 21:16 
GeneralRe: Does SQL 2000 Check for Case -sensitive ? Pin
merlynml6-Apr-06 21:37
merlynml6-Apr-06 21:37 
QuestionGlobal exception thrown on execute of stored procedure with parameters Pin
Cannibal6-Apr-06 11:01
Cannibal6-Apr-06 11:01 
Hi,

Application overview:
C++ application (Win32) connects to a MSDE database through ADO 2.6.

I've got a strange problem which has more to do with system settings of ADO/SQL Server (I assume).
A while ago I've written an application that connects to an MSDE database and executes some stored procedures. Yesterday I ran the application again and I received a message that a stored procedure failed. So I created a test application that connects to the database and executes a very basic stored procedure (only containing a "print" command) with one integer input parameter. The test application can connect and while executing the "execute" command of the ADO Command object an exception is received (not a COM exception but a global exception: catch(...)). When I remove the input parameter in the application and the stored procedure, no exception is thrown.
But here's the weird part, I've tested the application on 3 other PC's (one has the same OS as mine (meaning same version + all available updates)) and it works on all other PC's. The test application used to work on mine as well.

This is what I already tried (but didn't make any difference):
- I stopped my virusscanner and firewall
- I started every service that's on my PC (because I disabled a few a while ago)
- I created a new database with the same stored procedure
- I connected with another user

Does anybody has an idea/solution for this weird case?

Thanks in advance
AnswerRe: Global exception thrown on execute of stored procedure with parameters Pin
Frank Kerrigan10-Apr-06 1:06
Frank Kerrigan10-Apr-06 1:06 
GeneralRe: Global exception thrown on execute of stored procedure with parameters Pin
Cannibal10-Apr-06 7:47
Cannibal10-Apr-06 7:47 
GeneralRe: Global exception thrown on execute of stored procedure with parameters Pin
Cannibal10-Apr-06 10:01
Cannibal10-Apr-06 10:01 
QuestionDataKeyField,God bless it... Pin
amin_behzadi6-Apr-06 5:56
professionalamin_behzadi6-Apr-06 5:56 
AnswerRe: DataKeyField,God bless it... Pin
junglerover776-Apr-06 16:51
junglerover776-Apr-06 16:51 
AnswerRe: DataKeyField,God bless it... Pin
munklefish9-Apr-06 7:04
munklefish9-Apr-06 7:04 
Questionload + save ADO.NET Methodology (no code) Pin
il_manti6-Apr-06 5:45
il_manti6-Apr-06 5:45 
AnswerRe: load + save ADO.NET Methodology (no code) Pin
Colin Angus Mackay6-Apr-06 20:54
Colin Angus Mackay6-Apr-06 20:54 
GeneralRe: load + save ADO.NET Methodology (no code) Pin
il_manti7-Apr-06 0:57
il_manti7-Apr-06 0:57 
QuestionINSERT INTO....!?!?!?! Pin
ChrRun6-Apr-06 3:53
ChrRun6-Apr-06 3:53 
AnswerRe: INSERT INTO....!?!?!?! Pin
albCode6-Apr-06 4:56
albCode6-Apr-06 4:56 
GeneralRe: INSERT INTO....!?!?!?! Pin
ChrRun6-Apr-06 5:16
ChrRun6-Apr-06 5:16 
GeneralRe: INSERT INTO....!?!?!?! Pin
albCode6-Apr-06 5:31
albCode6-Apr-06 5:31 
GeneralRe: INSERT INTO....!?!?!?! Pin
ChrRun6-Apr-06 9:34
ChrRun6-Apr-06 9:34 
GeneralRe: INSERT INTO....!?!?!?! Pin
albCode6-Apr-06 20:54
albCode6-Apr-06 20:54 
GeneralRe: INSERT INTO....!?!?!?! Pin
ChrRun6-Apr-06 22:48
ChrRun6-Apr-06 22:48 
GeneralRe: INSERT INTO....!?!?!?! Pin
albCode6-Apr-06 23:06
albCode6-Apr-06 23:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.