Click here to Skip to main content
15,900,532 members
Home / Discussions / Database
   

Database

 
GeneralRe: Deleting Rows From DataSet Pin
mughal2-Mar-03 20:19
mughal2-Mar-03 20:19 
GeneralRe: Deleting Rows From DataSet Pin
afronaut3-Mar-03 4:42
afronaut3-Mar-03 4:42 
QuestionADO.NET and Relational Data problem.....how start? Pin
gicio2-Mar-03 10:05
gicio2-Mar-03 10:05 
AnswerRe: ADO.NET and Relational Data problem.....how start? Pin
Bernard Vander Beken5-Mar-03 9:46
Bernard Vander Beken5-Mar-03 9:46 
Generalfetching backward Pin
Hesham Amin1-Mar-03 3:42
Hesham Amin1-Mar-03 3:42 
GeneralRe: fetching backward Pin
karl_w1-Mar-03 4:19
karl_w1-Mar-03 4:19 
GeneralRe: fetching backward Pin
Hesham Amin1-Mar-03 5:07
Hesham Amin1-Mar-03 5:07 
GeneralRe: fetching backward Pin
andyharman1-Mar-03 23:31
professionalandyharman1-Mar-03 23:31 
You might read up on the following:
o CursorType = adStatic (3)
o CursorLocation = adUseClient (3)

Also, when I was doing ASP, I used to use the GetRows() method to store the recordset into a multi-dimensional array. That allows you to close the recordset and connection straight away - and you can wander backwards and forwards through the array data.

Andy
GeneralRe: fetching backward Pin
Hesham Amin2-Mar-03 11:00
Hesham Amin2-Mar-03 11:00 
GeneralRandomize SQL Result set Pin
John M. Drescher28-Feb-03 10:10
John M. Drescher28-Feb-03 10:10 
GeneralRe: Randomize SQL Result set Pin
leppie1-Mar-03 0:06
leppie1-Mar-03 0:06 
GeneralRe: Randomize SQL Result set Pin
John M. Drescher1-Mar-03 4:45
John M. Drescher1-Mar-03 4:45 
GeneralRe: Randomize SQL Result set Pin
andyharman2-Mar-03 23:59
professionalandyharman2-Mar-03 23:59 
GeneralRe: Randomize SQL Result set Pin
John M. Drescher1-Mar-03 4:52
John M. Drescher1-Mar-03 4:52 
GeneralRe: Randomize SQL Result set Pin
leppie1-Mar-03 6:29
leppie1-Mar-03 6:29 
GeneralRe: Randomize SQL Result set Pin
John M. Drescher1-Mar-03 6:40
John M. Drescher1-Mar-03 6:40 
GeneralRe: Randomize SQL Result set Pin
Paul Riley1-Mar-03 7:49
Paul Riley1-Mar-03 7:49 
GeneralRe: Randomize SQL Result set Pin
Jon Hulatt2-Mar-03 23:47
Jon Hulatt2-Mar-03 23:47 
Generalconnect to access db over internet Pin
Hesham Amin28-Feb-03 1:00
Hesham Amin28-Feb-03 1:00 
GeneralRe: connect to access db over internet Pin
andyharman28-Feb-03 4:13
professionalandyharman28-Feb-03 4:13 
GeneralRe: connect to access db over internet Pin
Hesham Amin28-Feb-03 23:55
Hesham Amin28-Feb-03 23:55 
GeneralProcess Info Question Pin
Bugoy27-Feb-03 8:49
Bugoy27-Feb-03 8:49 
GeneralRe: Process Info Question Pin
andyharman27-Feb-03 9:37
professionalandyharman27-Feb-03 9:37 
GeneralRe: Process Info Question Pin
Bugoy27-Feb-03 12:27
Bugoy27-Feb-03 12:27 
Question2 sql statement using 2 command and 2 datareader? Pin
ylaine27-Feb-03 2:51
ylaine27-Feb-03 2:51 

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.