Click here to Skip to main content
15,886,110 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
oh....joy.

OK, then you would need to roll your own class to do the caching. Your biggest problem is going to be implementing a some kind of SQL (or some other dialect you invent) parser to do queries against the cached data.

OOOOORRRRR you could write a COM-exposed class in C# or VB.NET and use the DataTable.Select to do the heavy lifting for you. Then you would need to install and register this component and have to VBScript code CreateObject an instance of it, ...blah, blah, blah.

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 
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 

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.