Guest osman ismail Posted September 4, 2002 Posted September 4, 2002 Hello I have recently used the wizard to convert some vb6 code to vb.net found a few points a) wizard is not very good - needed a lot of work to get going in .net from vb6 - Anyone got any suggestions for easier conversions? b) once converted the speed of screen refresh in .net is appalling, any idea's c) the speed of database connect is also poor, any idea. Speed issues are in comparison to vb6 thanks Quote
*Gurus* Derek Stone Posted September 5, 2002 *Gurus* Posted September 5, 2002 That's what you get when you let the computer do the work for you. Your best bet is to manually convert the code, or alter the wizard generated output to perform better. Without seeing any code however, we're not going to be of any help. Quote Posting Guidelines
*Gurus* divil Posted September 5, 2002 *Gurus* Posted September 5, 2002 I would seriously discourage anyone from upgrading even the most simple of projects, it's far better to just learn and do it yourself. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Moderators Robby Posted September 6, 2002 Moderators Posted September 6, 2002 I used the wizard the first week of having .net, it was simply to see what the before-and-after would be like. As CL and divil stated, you really need to do this manually. Also keep in mind that there is a compatability class that may not be supported by Microsoft (in the future). Quote Visit...Bassic Software
Guest osman ismail Posted September 6, 2002 Posted September 6, 2002 I did use adjust all the converted code - had to to get it to work at all! Still speed is an issue has anyone any comparisons just read time 1000 records using .net - same thing vb6 - same access eg ado .net or ado any info welcome thanks Quote
*Gurus* Derek Stone Posted September 7, 2002 *Gurus* Posted September 7, 2002 Post the code in question. .NET's SqlClient namespace puts ADO to shame, so I'm curious to see what's going on. Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.