I have a fair amount of experience with mv.Net. If you are going to use mv.Net as an ADO.Net provider, it will be fast enough for you and you won't have problems. However, if you are going to call methods through mv.Net on the jBase server there were a couple of gotchas that we ran into. Make sure that you clean out any variables that you pass back through the subroutine that you don't care about. mv.Net sends everything back and the processes just hang when you hit their memory limit. It then stops freeing the licenses for the hung process and you can quickly run into a case where you have free connections, but mv.Net reports that you are out of licenses. Be very careful about how you send data back to your method calls also. There are many reserved characters that mv.Net interprets or mangles and this can cause issues when sending data back to your .Net program. mv.Net was a good product and I would recommend it to anyone trying to link jBase with .Net. Just be aware of the gotchas and you will be fine.
Jason NTMS wrote: > Hi, > > Does anyone have any example how to populate Customer File that reside > on jBase server into VB.NET dataset. > The compony I work for going to buy mv.NET and I am very cautious > about the speed to product. > > We have over 100 Pre-define Excel sheet to create a report and around > 5-6 of them have to be real-time report. > We contact mv.NET but I like to hear more about the product from other > than mv.NET. > > Thank you for reading my post. > > Kind Regards, > NTMS > > > > > --~--~---------~--~----~------------~-------~--~----~ Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en -~----------~----~----~----~------~----~------~--~---
