Viewing 3 posts - 166 through 168 (of 168 total)
Here is a copy of the design of my table:
[Column Name][Data Type][Length][Allow Null]
1 T_SEQ int 4 1
0 T_Text char 80 1
0 T_DocNum int 4 1
It turns out I didn't need to use T_Text to resolve the issue.
From
July 15, 2005 at 11:43 am
#574981
Thank-you very much, it is just what I was looking for.
July 14, 2005 at 10:28 am
#574478
This is great. I have been having trouble converting data from an old DOS based system but I think this code will do the trick.
July 14, 2005 at 10:23 am
#574474