Click here to Skip to main content
15,910,123 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralQuery Regarding Thread Pin
Gagan Deep Singla18-May-05 20:11
Gagan Deep Singla18-May-05 20:11 
GeneralRe: Query Regarding Thread Pin
Robert Rohde18-May-05 21:19
Robert Rohde18-May-05 21:19 
GeneralRe: Query Regarding Thread Pin
Gagan Deep Singla18-May-05 23:21
Gagan Deep Singla18-May-05 23:21 
GeneralRe: Query Regarding Thread Pin
Robert Rohde19-May-05 6:08
Robert Rohde19-May-05 6:08 
GeneralGetting value in a textbox Pin
priyaway18-May-05 20:06
priyaway18-May-05 20:06 
GeneralDrawing in VB.NET Pin
meetaqadir18-May-05 18:29
meetaqadir18-May-05 18:29 
GeneralRe: Drawing in VB.NET Pin
Christian Graus18-May-05 18:46
protectorChristian Graus18-May-05 18:46 
GeneralNeed A Little Advice Pin
Mtognetti18-May-05 15:08
Mtognetti18-May-05 15:08 
I am working on a small project. The intent is to parse a varable length text file into both segments, then fields.

I am using the regex object to do the parsing (works great on static files).

My steps are:

1) Parse the (up to) 10 segments of each line into a 1d array, then copy that array to a 2d array with each line representing a different element
2) parse each (populated) segment into a table
3) insert the table data into SQL Server

Again, as long as each line has the same segments I am fine, where I run into an issue is

1) a line has a segment, but the next line does not (the segment from the previous line is copied in the missing segments place)--I have tried reseting the individual elements of the 1d array to nothing here prior to re-populating for each line, but this appears to have consequences later when I begin working with the tables...
or
2) a line has a segment appears (but has not appeard before) causeing other issues that I need to address--I think I can solve this one by evaluating the first field of each segment each time I load, where as now I only evaluate on the first line (I am looping through entire columns of the 2d array as I load the tables).

At this point you are probably wondering what I am asking? Well, I would just like some advice as the what I am describing to see if I am on the right track, and if not (based on what I have written), how I might get on it.

Thanks in advance for any and all suggestions.



MTognetti
GeneralRe: Need A Little Advice Pin
Christian Graus18-May-05 16:25
protectorChristian Graus18-May-05 16:25 
Generalhi!!how to disable right in browserwindow..urgent.. Pin
shekkk18-May-05 11:01
shekkk18-May-05 11:01 
Generalreading crystal connection from app config Pin
Joey Picerno18-May-05 7:23
Joey Picerno18-May-05 7:23 
GeneralSignal Break in VB.NET 2003 Pin
tazbird18-May-05 3:55
tazbird18-May-05 3:55 
Questionhelp: why a control created in VC can not work well in vb? Pin
ictory18-May-05 3:09
ictory18-May-05 3:09 
GeneralVB with Crystal Report Viewer Pin
Rafeeq Manamal18-May-05 2:55
Rafeeq Manamal18-May-05 2:55 
GeneralRe: VB with Crystal Report Viewer Pin
Joey Picerno18-May-05 7:21
Joey Picerno18-May-05 7:21 
GeneralConversion of Inet codes in VB6 to VB.NET Pin
jitwei18-May-05 2:33
sussjitwei18-May-05 2:33 
Questionhow to create a activex control that can be used in vb6? such as an example of atlopengl_demo Pin
ictory18-May-05 2:22
ictory18-May-05 2:22 
GeneralIMAP Pin
Member 197276317-May-05 22:36
Member 197276317-May-05 22:36 
GeneralProblem with custom ComboBox inside a GroupBox control. Pin
mrduckels17-May-05 21:31
mrduckels17-May-05 21:31 
GeneralRe: Problem with custom ComboBox inside a GroupBox control. Pin
Robert Rohde18-May-05 9:03
Robert Rohde18-May-05 9:03 
GeneralAdd a dll in vb6 Pin
Its due when17-May-05 19:54
Its due when17-May-05 19:54 
GeneralRe: Add a dll in vb6 Pin
Rizwan Bashir17-May-05 21:23
Rizwan Bashir17-May-05 21:23 
GeneralRe: Add a dll in vb6 Pin
toxcct18-May-05 1:07
toxcct18-May-05 1:07 
GeneralRe: Add a dll in vb6 Pin
Rizwan Bashir18-May-05 2:11
Rizwan Bashir18-May-05 2:11 
GeneralRe: Add a dll in vb6 Pin
toxcct18-May-05 2:16
toxcct18-May-05 2: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.