Jose L wrote:
For a one off operation, that is way more work than you could possibly want to do.Hi Jim, Thank you for your help. I know I can use JED, but I'd like to update a large number of records (about 300,000), and definitely I don't want to do it automatically. How can I use SQL in Jbase? You say I need to have the file defined? defined where and how? Why not write a small jBC program? You could have written and run it by now ;-) Or, if you are feeling adventurous and dangerous, learn about the P command in ED. t.b OPEN "File" TO File ELSE ABORT 201, "File" LOOP WHILE READNEXT ID DO READ Rec FROM File, ID ELSE CONTINUE Rec<7> = "" ;* Replace 7 with correct attr or a reference to SENTENCE WRITE Rec on FILE ID REPEAT jcompile t.b -o t SELECT File WITH etc. etc. 300,000 Records selected >./t Jim Thank you very much.Jose On 28 mayo, 18:40, Jim Idle <[email protected]> wrote: --~--~---------~--~----~------------~-------~--~----~ Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24
To post, send email to [email protected]
|
- Update from jShell Jose L
- Re: Update from jShell Jim Idle
- Re: Update from jShell Jose L
- Re: Update from jShell Jim Idle
