Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Chr field 255 long??
Message
From
27/02/1998 17:15:15
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Chr field 255 long??
Miscellaneous
Thread ID:
00081786
Message ID:
00081786
Views:
51
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
Next
Reply
Map
View

Click here to load this message in the networking platform