please dont rip this site

YYMMDD       STRUC           ;Date in YYMMDD format
Year         DB 80           ;Year as a single byte
Month        DB 01           ;Month as a single byte
Day          DB 01           ;Day as a single byte
YYMMDD       ENDS

DBField      STRUC           ;Field Descriptor (part of DBF File Header)
Name         DS 11           ;Field name in ASCIIZ.
Type         DS 1            ;Field type. (Char, Number, Logical, Date or Memo)
Address      DS 4            ;Field data address. (Points into record buffer)
Length       DS 1            ;Field length.
Decimal      DS 1            ;Field decimal count (Numbers only)
Reserved     DS 14           ;Reserved bytes.
DBField      ENDS

DBHeader     STRUC           ;DBF File Header
Version      DB 03h          ;dBase III file WITHOUT memo fields (83h with)
LastUpDate   YYMMDD        ;Date when the last change was made to the file.
NoRecs       DS 4            ;Number of records currently in the datafile.
HeadLen      DS 2            ;Length of the Header including Field Descriptors.
RecLen       DS 2            ;Length of each record.
Reserved     DS 20           ;Reserved bytes (version 1.00)
FieldArray   DBField NoFields DUP  ;Array of Field Descriptors
EOHeader     DB 0Dh          ;Indicates the end of the header
DBHeader     ENDS


file: /techref/language/dbase/dbfs.htm, 1KB, , updated: 1999/2/20 10:28, local time: 2009/11/21 02:38,
TOP NEW HELP FIND: 
38.107.191.102:LOG IN
©2009 PLEASE DON'T RIP! DO: LINK / DIGG! / MAKE!

 ©2009 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it!
<A HREF="http://piclist.com/techref/language/dbase/dbfs.htm"> language dbase dbfs</A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be visible only to you before review) Just type in the box and press the Post button. (HTML welcomed, but not the <A tag: Instead, use the link box to link to another page. A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Attn spammers: All posts are reviewed before being made visible to anyone other than the poster.
Did you find what you needed?

 
Stepper motors CAN be smooth!
And stepper controllers can be strong and cheap. Roman Black's Linistep stepper controller kits:
o 18th microstep
o Linear smoothing
  o Open source
o Full kit $25!
 
miSim DE is an excellent, portable and powerful IDE for developing PIC applications.
The only consistant, simple to use yet powerful development environment. It simulates real-world devices via virtual component "plugins" (LED,LCD,key,motor,TV,etc) in real time, has a syntax highlighting editor, macro assembler and disassembler. Regular updates and third-party plugins keep this software ahead of any other PIC IDE.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .