![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I need to import one delimited text file into vfp, but the text file contains 275 fields. I realize I need two dbf's because FP only allows 254. I want to import 250 in the first dbf and 25 in the second (with a matching key on both files of course). I have tried importing the file to a memo field and manipulating the memo field but have had no luck. Does anyone know how I could get all my fields imported to two databases? |
#3
| |||
| |||
|
|
I need to import one delimited text file into vfp, but the text file contains 275 fields. I realize I need two dbf's because FP only allows 254. I want to import 250 in the first dbf and 25 in the second (with a matching key on both files of course). I have tried importing the file to a memo field and manipulating the memo field but have had no luck. Does anyone know how I could get all my fields imported to two databases? |
#4
| |||
| |||
|
|
Also, you might be able to import 253 fields, and make your 254th a memo field, where the remaining records would end up. Then do a 'copy memo' to a text file, then import that to your second table. |
| "Ginny" <ginny.bonish (AT) tufts (DOT) edu> wrote in message news:56dfbb20.0406210642.36a0f8b4 (AT) posting (DOT) google.com... I need to import one delimited text file into vfp, but the text file contains 275 fields. I realize I need two dbf's because FP only allows 254. I want to import 250 in the first dbf and 25 in the second (with a matching key on both files of course). I have tried importing the file to a memo field and manipulating the memo field but have had no luck. Does anyone know how I could get all my fields imported to two databases? |
#5
| |||
| |||
|
|
Also, you might be able to import 253 fields, and make your 254th a memo field, where the remaining records would end up. Then do a 'copy memo' to a text file, then import that to your second table. Ignore that....must have been half asleep when I wrote it....that's what happens when I don't get my power nap. -- Bill Browne www.edgefinderstudios.com "Ginny" <ginny.bonish (AT) tufts (DOT) edu> wrote in message news:56dfbb20.0406210642.36a0f8b4 (AT) posting (DOT) google.com... I need to import one delimited text file into vfp, but the text file contains 275 fields. I realize I need two dbf's because FP only allows 254. I want to import 250 in the first dbf and 25 in the second (with a matching key on both files of course). I have tried importing the file to a memo field and manipulating the memo field but have had no luck. Does anyone know how I could get all my fields imported to two databases? |
#6
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |