Click here to Skip to main content
15,885,216 members
Home / Discussions / Database
   

Database

 
GeneralRe: Stored Procedures or Direct SQL Statements Pin
Yulianto.25-Aug-05 0:52
Yulianto.25-Aug-05 0:52 
QuestionHow do i use c# control sqlserver backup and restore? Pin
xfliu13923-Aug-05 15:49
xfliu13923-Aug-05 15:49 
AnswerRe: How do i use c# control sqlserver backup and restore? Pin
Colin Angus Mackay23-Aug-05 23:27
Colin Angus Mackay23-Aug-05 23:27 
GeneralRe: How do i use c# control sqlserver backup and restore? Pin
miah alom25-Aug-05 10:11
miah alom25-Aug-05 10:11 
AnswerRe: How do i use c# control sqlserver backup and restore? Pin
airbus38025-Aug-05 13:29
airbus38025-Aug-05 13:29 
GeneralADO Update Question Pin
Santanu Lahiri23-Aug-05 11:16
Santanu Lahiri23-Aug-05 11:16 
GeneralRe: ADO Update Question Pin
miah alom25-Aug-05 11:34
miah alom25-Aug-05 11:34 
GeneralRe: ADO Update Question Pin
Santanu Lahiri26-Aug-05 7:51
Santanu Lahiri26-Aug-05 7:51 
Actually, I had tried that already, it did not work. I am beginning to think this is something so deep inside Microsoft Cursor engine, that there may not be an easy work-around. The SQL I used was not a SHAPE sql anyway.

My solution so far has been to switch to a disconnected recordset, and intercept update notifications from the grid. Then I have to write some code for a Lazy Writer to actually update the database with the changes from the grid.


GeneralSearching a database Pin
Binary011023-Aug-05 9:36
Binary011023-Aug-05 9:36 
GeneralRe: Searching a database Pin
Colin Angus Mackay23-Aug-05 21:21
Colin Angus Mackay23-Aug-05 21:21 
GeneralRe: Searching a database Pin
Binary011024-Aug-05 6:18
Binary011024-Aug-05 6:18 
Generalconcatenate recordset into one row Pin
JKroschel23-Aug-05 9:11
JKroschel23-Aug-05 9:11 
GeneralRe: concatenate recordset into one row Pin
airbus38024-Aug-05 22:34
airbus38024-Aug-05 22:34 
GeneralRe: concatenate recordset into one row Pin
JKroschel25-Aug-05 4:28
JKroschel25-Aug-05 4:28 
GeneralRe: concatenate recordset into one row Pin
Davene31-Aug-05 8:14
Davene31-Aug-05 8:14 
GeneralRe: concatenate recordset into one row Pin
airbus38031-Aug-05 11:45
airbus38031-Aug-05 11:45 
GeneralRe: concatenate recordset into one row Pin
Davene31-Aug-05 12:20
Davene31-Aug-05 12:20 
GeneralSQL Mail Pin
samoore23-Aug-05 6:09
samoore23-Aug-05 6:09 
GeneralRe: SQL Mail Pin
samoore23-Aug-05 7:32
samoore23-Aug-05 7:32 
GeneralProblem with Update ADO record through VBS Pin
IFriendly23-Aug-05 4:20
IFriendly23-Aug-05 4:20 
GeneralT-SQL Problem Pin
WDI23-Aug-05 2:45
WDI23-Aug-05 2:45 
GeneralRe: T-SQL Problem Pin
Colin Angus Mackay23-Aug-05 3:13
Colin Angus Mackay23-Aug-05 3:13 
GeneralRe: T-SQL Problem Pin
WDI23-Aug-05 4:27
WDI23-Aug-05 4:27 
GeneralRe: T-SQL Problem Pin
Colin Angus Mackay23-Aug-05 4:54
Colin Angus Mackay23-Aug-05 4:54 
GeneralRe: T-SQL Problem Pin
Frank Kerrigan23-Aug-05 4:16
Frank Kerrigan23-Aug-05 4:16 

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.