I have an VB6 application that has been used for 18 months by a client in several offices, some of them use Access 2000 and some use SQL Server 2000.
I am doing some changes which have increased the number of fields in one table from about 70 to 105. All works fine when using SQL Server, but...
I have an application running at a client who has every flavour of Word from Word 6.0 to Word 2000 running in various offices. I do a mail merge as follows:-
Set objWord = CreateObject("Word.Basic")
objWord.FileOpen Name:=strNetworkDrive & "\newnead\data\lettera.rtf"...
I've written a system in VB6/Access 2000 for a client to replace a FoxPro 2.6 system.
Developing and testing on a stand alone pc the response times are as I would expect - more or less instant as data volumes are not huge - but testing on a network (2 separate ones) the performance is dreadful...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.