Click here to Skip to main content
15,913,234 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionConverting a text file to multiple arrays Pin
zrozerostang5-Mar-13 5:53
zrozerostang5-Mar-13 5:53 
AnswerRe: Converting a text file to multiple arrays Pin
Eddy Vluggen5-Mar-13 9:48
professionalEddy Vluggen5-Mar-13 9:48 
QuestionHow can I get the application's solution configuration information [Solved] Pin
econy5-Mar-13 4:27
econy5-Mar-13 4:27 
AnswerRe: How can I get the application's solution configuration information Pin
Richard MacCutchan5-Mar-13 4:58
mveRichard MacCutchan5-Mar-13 4:58 
AnswerRe: How can I get the application's solution configuration information Pin
Eddy Vluggen5-Mar-13 5:00
professionalEddy Vluggen5-Mar-13 5:00 
QuestionWhat do you think visual data computing? Pin
David venewald4-Mar-13 22:57
David venewald4-Mar-13 22:57 
AnswerRe: What do you think visual data computing? Pin
Richard MacCutchan4-Mar-13 23:26
mveRichard MacCutchan4-Mar-13 23:26 
GeneralRe: What do you think visual data computing? Pin
David venewald5-Mar-13 14:32
David venewald5-Mar-13 14:32 
GeneralRe: What do you think visual data computing? Pin
Richard MacCutchan5-Mar-13 22:18
mveRichard MacCutchan5-Mar-13 22:18 
AnswerRe: What do you think visual data computing? Pin
Dave Kreskowiak5-Mar-13 1:19
mveDave Kreskowiak5-Mar-13 1:19 
GeneralRe: What do you think visual data computing? Pin
David venewald5-Mar-13 14:23
David venewald5-Mar-13 14:23 
GeneralRe: What do you think visual data computing? Pin
Dave Kreskowiak5-Mar-13 15:56
mveDave Kreskowiak5-Mar-13 15:56 
QuestionHow to Save,Retreive and modify .pdf files in Sql SERVER 2005 using VB.net control Adobe Pdf Viewer Pin
J.Mañago4-Mar-13 16:37
J.Mañago4-Mar-13 16:37 
AnswerRe: How to Save,Retreive and modify .pdf files in Sql SERVER 2005 using VB.net control Adobe Pdf Viewer Pin
Dave Kreskowiak5-Mar-13 1:22
mveDave Kreskowiak5-Mar-13 1:22 
GeneralRe: How to Save,Retreive and modify .pdf files in Sql SERVER 2005 using VB.net control Adobe Pdf Viewer Pin
J.Mañago6-Mar-13 22:58
J.Mañago6-Mar-13 22:58 
GeneralRe: How to Save,Retreive and modify .pdf files in Sql SERVER 2005 using VB.net control Adobe Pdf Viewer Pin
Dave Kreskowiak7-Mar-13 1:57
mveDave Kreskowiak7-Mar-13 1:57 
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 

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.