Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Filesystemobject
Message
De
23/08/1999 15:26:24
 
 
À
22/08/1999 23:04:17
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Divers
Thread ID:
00256456
Message ID:
00256752
Vues:
20
>I've created a program using visual basic ver 6.0. The program will access a database using RDO connection then will create a text file then write the records in the text file using the following codes:
>
> db = "c:\DATABASE\" & tblname & ".txt"
> Set FileSystemObject = CreateObject("Scripting.FileSystemObject")
> Set TextStream = FileSystemObject.createtextfile(db, True)
> TextStream.writeline (rst!PAGTYP & rst!TYPIND & rst!bilim1)
>
>I've created a set-up program using the package and deployment wizard and when I run it in a PC with no visual basic installed it was successful but when I accessed my program it produced an error.
>I assumed that there is a file missing in my set-up program that should be included.
>I would like to ask what files (.dll or .ocx) should be included in a set-up program when using the above codes.
>Thank you in advance.
>
>Lheng

Include this file in your setup: scrrun.dll
Guy Barrette, MCSD
============
Blog http://weblogs.asp.net/guybarrette
Microsoft Regional Director, Montreal, Canada www.microsoft.com/rd
MVP, ASP.NET http://mvp.support.microsoft.com/
President, Montreal Visual Studio User Group www.guvsm.net
INETA Regional Rep for Quebec www.ineta.org
UniversalThread Magazine Columnist (.NET Books Review Column) www.utmag.com
Tech Chair French Track, DevTeach 2004 & 2005 www.devteach.com
Business Architect, Microsoft Team - Nurun Inc www.nurun.com
XBox Live Gamer Tag: Slomo QC CA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform