Click here to Skip to main content
15,890,185 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionImplicit conversion operator(s) Pin
maxrock174-Mar-13 10:53
maxrock174-Mar-13 10:53 
AnswerRe: Implicit conversion operator(s) Pin
Dave Kreskowiak5-Mar-13 2:24
mveDave Kreskowiak5-Mar-13 2:24 
QuestionVBScript Recordset Caching Pin
Feurich4-Mar-13 5:19
Feurich4-Mar-13 5:19 
AnswerRe: VBScript Recordset Caching Pin
Dave Kreskowiak4-Mar-13 7:38
mveDave Kreskowiak4-Mar-13 7:38 
GeneralRe: VBScript Recordset Caching Pin
Feurich4-Mar-13 7:45
Feurich4-Mar-13 7:45 
GeneralRe: VBScript Recordset Caching Pin
Dave Kreskowiak4-Mar-13 8:19
mveDave Kreskowiak4-Mar-13 8:19 
GeneralRe: VBScript Recordset Caching Pin
Feurich4-Mar-13 9:01
Feurich4-Mar-13 9:01 
GeneralRe: VBScript Recordset Caching Pin
Dave Kreskowiak4-Mar-13 10:16
mveDave Kreskowiak4-Mar-13 10:16 
Feurich wrote:
I already used a DSN-less connection to the database.


Which is very common. All a DSN is is a connection string in a text file. Ask some people why their obsessed with using a DSN and they can't give you an answer other than "that's the way I was taught!"


Feurich wrote:
I can instantiate a recordset object so why can't I use the properties you
mentioned of the recordset object?


You can, so long as you don't want to do "SELECT * FROM ..." on that RecrodSet object. You can Filter on the RecordSet and alter what it iteractes over, but whether that will do what you want is unknown. Only you can answer that question.

GeneralRe: VBScript Recordset Caching Pin
Dave Kreskowiak4-Mar-13 12:48
mveDave Kreskowiak4-Mar-13 12:48 
GeneralRe: VBScript Recordset Caching Pin
Feurich4-Mar-13 20:17
Feurich4-Mar-13 20:17 
Questionarduino uno+Visual basic 6.0 Pin
arunsachin3-Mar-13 22:56
arunsachin3-Mar-13 22:56 
AnswerRe: arduino uno+Visual basic 6.0 Pin
Dave Kreskowiak4-Mar-13 1:30
mveDave Kreskowiak4-Mar-13 1:30 
AnswerRe: arduino uno+Visual basic 6.0 Pin
Eddy Vluggen4-Mar-13 8:50
professionalEddy Vluggen4-Mar-13 8:50 
Questioncalling OSK.exe from Vb.6 Pin
lovelushaha2-Mar-13 20:20
lovelushaha2-Mar-13 20:20 
AnswerRe: calling OSK.exe from Vb.6 Pin
Eddy Vluggen3-Mar-13 0:35
professionalEddy Vluggen3-Mar-13 0:35 
QuestionVisual Basic to launch Silverlight OOB with variables Pin
ChrisDuti28-Feb-13 4:30
ChrisDuti28-Feb-13 4:30 
AnswerRe: Visual Basic to launch Silverlight OOB with variables Pin
Eddy Vluggen28-Feb-13 5:03
professionalEddy Vluggen28-Feb-13 5:03 
GeneralRe: Visual Basic to launch Silverlight OOB with variables Pin
ChrisDuti28-Feb-13 5:28
ChrisDuti28-Feb-13 5:28 
GeneralRe: Visual Basic to launch Silverlight OOB with variables Pin
ChrisDuti28-Feb-13 6:57
ChrisDuti28-Feb-13 6:57 
GeneralRe: Visual Basic to launch Silverlight OOB with variables Pin
Eddy Vluggen28-Feb-13 9:21
professionalEddy Vluggen28-Feb-13 9:21 
QuestionCreating Tables,Triggers, and Store porcedure Pin
Mathiudi27-Feb-13 7:52
Mathiudi27-Feb-13 7:52 
AnswerRe: Creating Tables,Triggers, and Store porcedure Pin
Sandeep Mewara27-Feb-13 18:14
mveSandeep Mewara27-Feb-13 18:14 
AnswerRe: Creating Tables,Triggers, and Store porcedure Pin
Bert Mitton28-Feb-13 6:37
professionalBert Mitton28-Feb-13 6:37 
AnswerRe: Creating Tables,Triggers, and Store porcedure Pin
Abhinav S28-Feb-13 19:01
Abhinav S28-Feb-13 19:01 
QuestionRestoring sql database using vb 2008 not c# Pin
Mathiudi27-Feb-13 7:49
Mathiudi27-Feb-13 7:49 

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.