Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Chr field 255 long??
Message
De
27/02/1998 17:15:15
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Chr field 255 long??
Divers
Thread ID:
00081786
Message ID:
00081786
Vues:
55
I want to create a table for my IIS logfiles.

The script to do this in SQLServer is:

create table inetlog (
ClientHost varchar(255), username varchar(255),
LogTime datetime, service varchar( 255), machine varchar( 255),
serverip varchar( 50), processingtime int, bytesrecvd int,
bytessent int, servicestatus int, win32status int,
operation varchar( 255), target varchar(255), parameters varchar(255) )

How should I best emulate those varchar(255) fields in VFP?
Thankyou - Chris Haynes
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform