Click here to Skip to main content
16,008,750 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: alternative of recordset in vb.net Pin
Colin Angus Mackay18-Aug-08 21:04
Colin Angus Mackay18-Aug-08 21:04 
GeneralRe: alternative of recordset in vb.net Pin
Mycroft Holmes18-Aug-08 21:14
professionalMycroft Holmes18-Aug-08 21:14 
GeneralRe: alternative of recordset in vb.net Pin
Colin Angus Mackay18-Aug-08 21:32
Colin Angus Mackay18-Aug-08 21:32 
AnswerRe: alternative of recordset in vb.net Pin
Parwej Ahamad17-Aug-08 5:40
professionalParwej Ahamad17-Aug-08 5:40 
GeneralRe: alternative of recordset in vb.net Pin
lahsiv17-Aug-08 6:44
lahsiv17-Aug-08 6:44 
AnswerRe: alternative of recordset in vb.net [modified] Pin
supercat918-Aug-08 9:43
supercat918-Aug-08 9:43 
GeneralRe: alternative of recordset in vb.net Pin
Mycroft Holmes18-Aug-08 12:32
professionalMycroft Holmes18-Aug-08 12:32 
GeneralRe: alternative of recordset in vb.net Pin
supercat918-Aug-08 12:37
supercat918-Aug-08 12:37 
The approach I described works pretty similarly to recordsets for reading. The syntax is different, and one does a 'read' before each record instead of a 'movenext' after, but otherwise things are pretty similar. It does not use datatables or datasets.

I'm not sure what the nicest way is to do updates without learning to use DataWriter objects, though. Using INSERT and UPDATE queries isn't particularly difficult, but it doesn't seem like the fastest thing in the world.
GeneralRe: alternative of recordset in vb.net Pin
Mycroft Holmes18-Aug-08 14:04
professionalMycroft Holmes18-Aug-08 14:04 
GeneralRe: alternative of recordset in vb.net Pin
supercat919-Aug-08 6:32
supercat919-Aug-08 6:32 
GeneralRe: alternative of recordset in vb.net Pin
Mycroft Holmes19-Aug-08 12:03
professionalMycroft Holmes19-Aug-08 12:03 
AnswerRe: alternative of recordset in vb.net Pin
rprateek18-Aug-08 18:46
rprateek18-Aug-08 18:46 
QuestionHow to work with errors in visual basic Pin
Matthew Leggett17-Aug-08 4:06
Matthew Leggett17-Aug-08 4:06 
AnswerRe: How to work with errors in visual basic Pin
ChandraRam17-Aug-08 20:58
ChandraRam17-Aug-08 20:58 
Questionkindly check this and suggest me where i did mistake Pin
Rameez Raja17-Aug-08 1:06
Rameez Raja17-Aug-08 1:06 
AnswerRe: kindly check this and suggest me where i did mistake Pin
lisan_al_ghaib17-Aug-08 1:17
lisan_al_ghaib17-Aug-08 1:17 
GeneralRe: kindly check this and suggest me where i did mistake [modified] Pin
Rameez Raja17-Aug-08 16:45
Rameez Raja17-Aug-08 16:45 
Questionhi Pin
ershad15-Aug-08 22:49
ershad15-Aug-08 22:49 
AnswerRe: hi Pin
Christian Flutcher15-Aug-08 23:19
Christian Flutcher15-Aug-08 23:19 
GeneralRe: hi Pin
ershad15-Aug-08 23:54
ershad15-Aug-08 23:54 
GeneralRe: hi Pin
Christian Graus16-Aug-08 0:07
protectorChristian Graus16-Aug-08 0:07 
GeneralRe: hi Pin
Paul Conrad16-Aug-08 9:22
professionalPaul Conrad16-Aug-08 9:22 
AnswerRe: hi Pin
~Khatri Mitesh~16-Aug-08 0:02
~Khatri Mitesh~16-Aug-08 0:02 
GeneralRe: hi Pin
Christian Graus16-Aug-08 0:08
protectorChristian Graus16-Aug-08 0:08 
GeneralRe: hi Pin
Paul Conrad16-Aug-08 9:23
professionalPaul Conrad16-Aug-08 9:23 

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.