Click here to Skip to main content
15,897,704 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Error in web automation using OpenQA.Selenium for Google chrome Pin
srikrishnathanthri4-May-16 3:18
srikrishnathanthri4-May-16 3:18 
GeneralRe: Error in web automation using OpenQA.Selenium for Google chrome Pin
Eddy Vluggen4-May-16 3:32
professionalEddy Vluggen4-May-16 3:32 
GeneralRe: Error in web automation using OpenQA.Selenium for Google chrome Pin
srikrishnathanthri4-May-16 19:09
srikrishnathanthri4-May-16 19:09 
GeneralRe: Error in web automation using OpenQA.Selenium for Google chrome Pin
Eddy Vluggen4-May-16 20:58
professionalEddy Vluggen4-May-16 20:58 
QuestionVisual Basic - Mouseover in debug mode Pin
Member 124982982-May-16 8:06
Member 124982982-May-16 8:06 
Questionadd in in word 2007 AND 2013 Pin
JR21230-Apr-16 7:39
JR21230-Apr-16 7:39 
QuestionContinuous data string to Access using vb 2010. Pin
Gus11328-Apr-16 22:37
Gus11328-Apr-16 22:37 
AnswerRe: Continuous data string to Access using vb 2010. Pin
Eddy Vluggen28-Apr-16 23:38
professionalEddy Vluggen28-Apr-16 23:38 
AFAIK, MSAccess does not support streaming out of the box. SQL Server has some functions, but that would be assuming that you are streaming to a single field (most likely a varbinary(max)). If you keept streaming to that single record, you'd end up with a table containing one record and one very huge and hard to manage blob.

I'd recommend you write your stream in chuncks (like now) to some buffer (a queue, or a memory mapped file), and have some other application put those chunks in Access (a record for each chunk).

Is there any reason why you would need to save it as a "continious blob"? You might be receiving data as a very long array of bytes, but that does not mean that you're only allowed to save it in that format Smile | :)
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: Continuous data string to Access using vb 2010. Pin
Gus11329-Apr-16 1:13
Gus11329-Apr-16 1:13 
GeneralRe: Continuous data string to Access using vb 2010. Pin
Eddy Vluggen29-Apr-16 2:13
professionalEddy Vluggen29-Apr-16 2:13 
GeneralRe: Continuous data string to Access using vb 2010. Pin
Dave Kreskowiak29-Apr-16 2:54
mveDave Kreskowiak29-Apr-16 2:54 
PraiseRe: Continuous data string to Access using vb 2010. Pin
Gus11312-May-16 0:08
Gus11312-May-16 0:08 
Questionloop through VBA Pin
Rohit Lal25-Apr-16 23:29
Rohit Lal25-Apr-16 23:29 
AnswerRe: loop through VBA Pin
Richard MacCutchan25-Apr-16 23:43
mveRichard MacCutchan25-Apr-16 23:43 
GeneralRe: loop through VBA Pin
Rohit Lal26-Apr-16 0:53
Rohit Lal26-Apr-16 0:53 
GeneralRe: loop through VBA Pin
Richard MacCutchan26-Apr-16 1:52
mveRichard MacCutchan26-Apr-16 1:52 
AnswerRe: loop through VBA Pin
Sonhospa26-Apr-16 2:21
Sonhospa26-Apr-16 2:21 
QuestionHow to sort already filtered gridview data? The data is sorted but the sorting sort the whole data instead in the range that was set by the filter. Thanks in advance. Pin
Member 1247499425-Apr-16 21:15
Member 1247499425-Apr-16 21:15 
SuggestionRe: How to sort already filtered gridview data? The data is sorted but the sorting sort the whole data instead in the range that was set by the filter. Thanks in advance. Pin
Richard MacCutchan25-Apr-16 21:47
mveRichard MacCutchan25-Apr-16 21:47 
QuestionWhat does "GetFiles" do in system directories? Pin
Sonhospa25-Apr-16 1:14
Sonhospa25-Apr-16 1:14 
AnswerRe: What does "GetFiles" do in system directories? Pin
Richard Deeming25-Apr-16 2:01
mveRichard Deeming25-Apr-16 2:01 
GeneralRe: What does "GetFiles" do in system directories? Pin
Sonhospa25-Apr-16 2:46
Sonhospa25-Apr-16 2:46 
AnswerRe: What does "GetFiles" do in system directories? Pin
Bernhard Hiller25-Apr-16 22:12
Bernhard Hiller25-Apr-16 22:12 
GeneralRe: What does "GetFiles" do in system directories? Pin
Sonhospa26-Apr-16 3:23
Sonhospa26-Apr-16 3:23 
AnswerRe: What does "GetFiles" do in system directories? Pin
Sonhospa26-Apr-16 4:16
Sonhospa26-Apr-16 4:16 

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.