Click here to Skip to main content
15,895,537 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionGet value from Mutiple fom Pin
Sarfaraj Ahmed4-Jul-08 2:33
Sarfaraj Ahmed4-Jul-08 2:33 
AnswerRe: Get value from Mutiple fom Pin
nlarson114-Jul-08 3:07
nlarson114-Jul-08 3:07 
GeneralRe: Get value from Mutiple fom Pin
Sarfaraj Ahmed4-Jul-08 3:51
Sarfaraj Ahmed4-Jul-08 3:51 
AnswerRe: Get value from Mutiple fom Pin
Jay Royall4-Jul-08 3:54
Jay Royall4-Jul-08 3:54 
QuestionHow to read EDI files like 835, 837 Pin
K Suresh Reddy4-Jul-08 1:22
K Suresh Reddy4-Jul-08 1:22 
AnswerRe: How to read EDI files like 835, 837 Pin
Dave Kreskowiak4-Jul-08 6:32
mveDave Kreskowiak4-Jul-08 6:32 
GeneralRe: How to read EDI files like 835, 837 Pin
K Suresh Reddy7-Jul-08 19:03
K Suresh Reddy7-Jul-08 19:03 
GeneralRe: How to read EDI files like 835, 837 Pin
Dave Kreskowiak8-Jul-08 9:29
mveDave Kreskowiak8-Jul-08 9:29 
K Suresh Reddy wrote:
for parsing 835 file which has 3000 transactions takes about 3hrs


If it's going that slow, you've got some serious design issues in your app. You're going to have to find out what part(s) of your code is taking so long to execute, then look at methods of speeding those sections up. This is probably going to require you redesigning your application. There's three glaring possibilities.

The parser may be slow. The easiest thing to do is to use a third-party library designed specifically to parse the files and return the data to you.

There may be a data processing problem. What are you doing with the data once you get it out of the parser?

Your SQL code may be inefficient. You may be doing a bunch of sutff using SQL in your VB.NET code instead of using stored procedures or some other more efficient use of the SQL processing power.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




QuestionEdit the data in a detail view at run time Pin
Rock Star.3-Jul-08 23:59
Rock Star.3-Jul-08 23:59 
AnswerRe: Edit the data in a detail view at run time Pin
Vimalsoft(Pty) Ltd4-Jul-08 4:45
professionalVimalsoft(Pty) Ltd4-Jul-08 4:45 
Questionrestrict project to run only 20 times Pin
vijaylumar3-Jul-08 23:20
vijaylumar3-Jul-08 23:20 
AnswerRe: restrict project to run only 20 times Pin
Rupesh Kumar Swami3-Jul-08 23:29
Rupesh Kumar Swami3-Jul-08 23:29 
GeneralRe: restrict project to run only 20 times Pin
vijaylumar3-Jul-08 23:46
vijaylumar3-Jul-08 23:46 
AnswerRe: restrict project to run only 20 times Pin
jeipiyaku4-Jul-08 0:00
jeipiyaku4-Jul-08 0:00 
GeneralRe: restrict project to run only 20 times Pin
LloydA1114-Jul-08 12:07
LloydA1114-Jul-08 12:07 
AnswerRe: restrict project to run only 20 times Pin
Christian Graus4-Jul-08 0:44
protectorChristian Graus4-Jul-08 0:44 
QuestionAdding DLL Dynamically Pin
jeipiyaku3-Jul-08 23:00
jeipiyaku3-Jul-08 23:00 
AnswerRe: Adding DLL Dynamically Pin
jzonthemtn4-Jul-08 2:18
jzonthemtn4-Jul-08 2:18 
GeneralRe: Adding DLL Dynamically Pin
jeipiyaku4-Jul-08 2:24
jeipiyaku4-Jul-08 2:24 
QuestionNo designer when adding a new typed dataset Pin
steve_rm3-Jul-08 22:56
steve_rm3-Jul-08 22:56 
QuestionForm con più panel Pin
zagari3-Jul-08 22:45
zagari3-Jul-08 22:45 
AnswerRe: Form con più panel Pin
Rupesh Kumar Swami3-Jul-08 23:25
Rupesh Kumar Swami3-Jul-08 23:25 
Questionusing variable instead of listbox Pin
shee_dee863-Jul-08 22:05
shee_dee863-Jul-08 22:05 
AnswerRe: using variable instead of listbox Pin
Chinners3-Jul-08 22:27
Chinners3-Jul-08 22:27 
AnswerRe: using variable instead of listbox Pin
Steven J Jowett3-Jul-08 22:29
Steven J Jowett3-Jul-08 22:29 

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.