Click here to Skip to main content
15,911,896 members
Home / Discussions / Database
   

Database

 
GeneralRe: Database Development Pin
13-Aug-01 0:39
suss13-Aug-01 0:39 
GeneralDatabase Development Pin
6-Aug-01 13:31
suss6-Aug-01 13:31 
GeneralObject-oriented database design and implementation Pin
kushibhai6-Aug-01 7:45
kushibhai6-Aug-01 7:45 
GeneralRe: Object-oriented database design and implementation Pin
Not Active6-Aug-01 10:33
mentorNot Active6-Aug-01 10:33 
GeneralQuerying with an empty field. Pin
Chris Klecker5-Aug-01 10:28
Chris Klecker5-Aug-01 10:28 
GeneralRe: Found Solution!! Nevermind. ;-) Pin
Chris Klecker5-Aug-01 11:03
Chris Klecker5-Aug-01 11:03 
GeneralMaintaining Referential Integrity Pin
Reno Tiko4-Aug-01 15:36
Reno Tiko4-Aug-01 15:36 
GeneralADODB::Command Pin
Fariborz4-Aug-01 6:46
Fariborz4-Aug-01 6:46 
Hi I have came across a strange situation . I have an application in VB which I have used ADODB:Command to call Stored procedures in SQL Server . at the beginnig of application I create Commands and set them in Connection .
Set c = New ADODB.Command
c.Name = "DeleteProjIX"
Set c.ActiveConnection = cn
c.CommandText = mPrefix & "DeleteProjIX"
c.CommandType = adCmdStoredProc
c.Parameters.Append c.CreateParameter("@ID", adInteger, adParamInput)

( cn is a valid open ADODB::Connection and mPrefix is a valid String )
This application used to work well until we upgraded to SQLServer 2000 .
using this server and a machine which we have installed client tools of SQLServer 2k , the application seems to 'loose' these stored procedures after a while , so after a completely random cycles ( less than an hour ) we get a message notifying of unrecognised command . stepping through code reveals that there is no command in the connection . this problem does not produce in any specific sequence of actions or specific time . with higher load of server it happens more often . running the application on a SQLServer7 and a client loaded with SQLServer7 client tools , all the problems disappear .
What is the cause of this change ?
I would really appreciate your help
Thanks in advance

Generalown database Pin
3-Aug-01 5:40
suss3-Aug-01 5:40 
GeneralRe: own database Pin
Nemanja Trifunovic3-Aug-01 6:02
Nemanja Trifunovic3-Aug-01 6:02 
GeneralRe: own database Pin
Not Active3-Aug-01 6:14
mentorNot Active3-Aug-01 6:14 
GeneralRe: own database Pin
Todd Smith5-Aug-01 16:42
Todd Smith5-Aug-01 16:42 
Generalown database Pin
3-Aug-01 5:38
suss3-Aug-01 5:38 
Generalown database Pin
3-Aug-01 5:37
suss3-Aug-01 5:37 
GeneralASP and UDB Pin
powersurg2-Aug-01 3:57
powersurg2-Aug-01 3:57 
GeneralRe: ASP and UDB Pin
3-Aug-01 10:55
suss3-Aug-01 10:55 
GeneralSQL Server and images Pin
Not Active1-Aug-01 21:04
mentorNot Active1-Aug-01 21:04 
QuestionADO & OLEDB, Which runs faster with VC? Pin
Roger Cornell1-Aug-01 6:05
Roger Cornell1-Aug-01 6:05 
AnswerRe: ADO & OLEDB, Which runs faster with VC? Pin
Not Active1-Aug-01 9:56
mentorNot Active1-Aug-01 9:56 
GeneralRe: ADO & OLEDB, Which runs faster with VC? Pin
Wictor Wilén1-Aug-01 11:18
Wictor Wilén1-Aug-01 11:18 
AnswerRe: ADO & OLEDB, Which runs faster with VC? Pin
Bret Faller3-Aug-01 8:54
Bret Faller3-Aug-01 8:54 
GeneralRe: ADO & OLEDB, Which runs faster with VC? Pin
Todd Smith9-Aug-01 13:36
Todd Smith9-Aug-01 13:36 
GeneralRe: ADO & OLEDB, Which runs faster with VC? Pin
Bret Faller9-Aug-01 13:48
Bret Faller9-Aug-01 13:48 
AnswerRe: ADO & OLEDB, Which runs faster with VC? Pin
Rashid Thadha9-Aug-01 6:41
Rashid Thadha9-Aug-01 6:41 
GeneralRe: ADO & OLEDB, Which runs faster with VC? Pin
Martin Bohring6-Sep-01 1:34
Martin Bohring6-Sep-01 1:34 

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.