Click here to Skip to main content
16,004,901 members
Home / Discussions / Database
   

Database

 
AnswerRe: date error in sql server Pin
Colin Angus Mackay22-Jan-06 20:17
Colin Angus Mackay22-Jan-06 20:17 
QuestionCManualAccessor - No rows if using properties Pin
Guybrush21-Jan-06 6:12
Guybrush21-Jan-06 6:12 
QuestionConnect to DB through proxy? Pin
veljkoz21-Jan-06 5:15
veljkoz21-Jan-06 5:15 
QuestionNorthwind Pin
TheEagle21-Jan-06 4:53
TheEagle21-Jan-06 4:53 
AnswerRe: Northwind Pin
Dave Kreskowiak21-Jan-06 18:07
mveDave Kreskowiak21-Jan-06 18:07 
GeneralRe: Northwind Pin
TheEagle21-Jan-06 21:02
TheEagle21-Jan-06 21:02 
QuestionError -2147217887 Dataset used by another user Pin
cosma21721-Jan-06 0:24
cosma21721-Jan-06 0:24 
AnswerRe: Error -2147217887 Dataset used by another user Pin
Mike Dimmick22-Jan-06 0:27
Mike Dimmick22-Jan-06 0:27 
-2147217887 is 0x80040E21 in hex. Looking this up in oledberr.h in the Platform SDK shows that this error is DB_E_ERRORSOCCURRED. The text description of the error is: "Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done."

You should examine the Errors collection on your Recordset's Connection property to see the errors that actually occurred.

Stability. What an interesting concept. -- Chris Maunder
GeneralRe: Error -2147217887 Dataset used by another user Pin
cosma21722-Jan-06 10:07
cosma21722-Jan-06 10:07 
GeneralRe: Error -2147217887 Dataset used by another user Pin
WoutL22-Jan-06 22:28
WoutL22-Jan-06 22:28 
GeneralRe: Error -2147217887 Dataset used by another user Pin
cosma21723-Jan-06 5:55
cosma21723-Jan-06 5:55 
QuestionAppending and deleting parameters in _CommandPtr Pin
Joaquim Barreto20-Jan-06 7:36
Joaquim Barreto20-Jan-06 7:36 
AnswerRe: Appending and deleting parameters in _CommandPtr Pin
Dave Kreskowiak20-Jan-06 7:50
mveDave Kreskowiak20-Jan-06 7:50 
Questionselect top 50 Pin
thomasa20-Jan-06 7:14
thomasa20-Jan-06 7:14 
AnswerRe: select top 50 Pin
Mike Ellison20-Jan-06 7:41
Mike Ellison20-Jan-06 7:41 
AnswerRe: select top 50 Pin
Muhammad Javed Khan20-Jan-06 18:41
Muhammad Javed Khan20-Jan-06 18:41 
QuestionSelect Pin
niceguyeddie199920-Jan-06 6:53
niceguyeddie199920-Jan-06 6:53 
AnswerRe: Select Pin
Mike Ellison20-Jan-06 7:43
Mike Ellison20-Jan-06 7:43 
QuestionUse of Sql Server 2005 xml query() Pin
Rob Philpott20-Jan-06 5:31
Rob Philpott20-Jan-06 5:31 
AnswerRe: Use of Sql Server 2005 xml query() Pin
Dave Kreskowiak20-Jan-06 6:55
mveDave Kreskowiak20-Jan-06 6:55 
GeneralRe: Use of Sql Server 2005 xml query() Pin
Rob Philpott23-Jan-06 5:55
Rob Philpott23-Jan-06 5:55 
Question@@FETCH_STATUS Pin
sroberts8220-Jan-06 4:04
sroberts8220-Jan-06 4:04 
AnswerRe: @@FETCH_STATUS Pin
Dave Kreskowiak20-Jan-06 4:37
mveDave Kreskowiak20-Jan-06 4:37 
GeneralRe: @@FETCH_STATUS Pin
sroberts8220-Jan-06 4:43
sroberts8220-Jan-06 4:43 
GeneralRe: @@FETCH_STATUS Pin
Mike Ellison20-Jan-06 7:46
Mike Ellison20-Jan-06 7:46 

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.