Click here to Skip to main content
15,921,793 members
Home / Discussions / Database
   

Database

 
GeneralRe: Add Stored Procedures to VSS Pin
Jeff Martin21-Aug-03 11:05
Jeff Martin21-Aug-03 11:05 
GeneralRe: Add Stored Procedures to VSS Pin
Jason Weibel21-Aug-03 11:09
Jason Weibel21-Aug-03 11:09 
GeneralSQL Server 2000 Installation Problem Pin
-- NA --21-Aug-03 0:47
-- NA --21-Aug-03 0:47 
GeneralSQL Administration Through Internet Explorer Pin
nileshmankar20-Aug-03 23:25
nileshmankar20-Aug-03 23:25 
GeneralRe: SQL Administration Through Internet Explorer Pin
[ Jûroehn ]6-Sep-03 6:12
[ Jûroehn ]6-Sep-03 6:12 
GeneralADODB Recordset Question Pin
Abin20-Aug-03 16:38
Abin20-Aug-03 16:38 
GeneralRe: ADODB Recordset Question Pin
Steve S20-Aug-03 22:54
Steve S20-Aug-03 22:54 
GeneralRe: ADODB Recordset Question Pin
Hesham Amin21-Aug-03 5:26
Hesham Amin21-Aug-03 5:26 
Steve S wrote:
ObjRS.MoveLast
ObjRS.MoveFirst


the default cursor type is forward only so this code will cause errors..
try this : (before openning the recordset
ObjRS.CursorLocation = adUseClient
please tell us if this solution works..
GeneralRe: ADODB Recordset Question Pin
Steve S21-Aug-03 6:37
Steve S21-Aug-03 6:37 
GeneralRe: ADODB Recordset Question Pin
Abin21-Aug-03 15:48
Abin21-Aug-03 15:48 
GeneralInserting DateTime value Pin
Francis B.20-Aug-03 5:32
Francis B.20-Aug-03 5:32 
GeneralRe: Inserting DateTime value Pin
Marcel Härry25-Aug-03 11:34
Marcel Härry25-Aug-03 11:34 
Generalget the newly create record ID Pin
Jerome Conus19-Aug-03 23:20
Jerome Conus19-Aug-03 23:20 
GeneralRe: get the newly create record ID Pin
Alexandru Savescu20-Aug-03 0:34
Alexandru Savescu20-Aug-03 0:34 
GeneralRe: get the newly create record ID Pin
Steve S20-Aug-03 0:50
Steve S20-Aug-03 0:50 
GeneralRe: get the newly create record ID Pin
Dr_Sh0ck24-Aug-03 23:52
Dr_Sh0ck24-Aug-03 23:52 
GeneralRe: get the newly create record ID Pin
Tom Archer25-Aug-03 15:41
Tom Archer25-Aug-03 15:41 
GeneralRe: get the newly create record ID Pin
Jerome Conus25-Aug-03 19:02
Jerome Conus25-Aug-03 19:02 
GeneralRe: get the newly create record ID Pin
Tom Archer26-Aug-03 2:00
Tom Archer26-Aug-03 2:00 
QuestionOleDB or Sql? Pin
Alexandru Savescu19-Aug-03 22:28
Alexandru Savescu19-Aug-03 22:28 
AnswerRe: OleDB or Sql? Pin
Brad Sokol22-Aug-03 2:58
Brad Sokol22-Aug-03 2:58 
GeneralNO_DATA - no error information available Pin
bpchia19-Aug-03 20:10
bpchia19-Aug-03 20:10 
GeneralRe: NO_DATA - no error information available Pin
bpchia22-Aug-03 1:43
bpchia22-Aug-03 1:43 
Generalstumped Pin
Shotgun19-Aug-03 18:34
Shotgun19-Aug-03 18:34 
GeneralRe: stumped Pin
Rocky Moore19-Aug-03 22:58
Rocky Moore19-Aug-03 22:58 

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.