If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Corel Paradox > Need help with script

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-15-04, 11:20
apaddle apaddle is offline
Registered User
 
Join Date: Nov 2004
Posts: 7
Need help with script

I am needing help to create a script for Paradox 9 that will move contents of a column in one table to to a column in another table? Should be very easy but I am drawing a blank?

Thanks

Apaddle
Reply With Quote
  #2 (permalink)  
Old 11-16-04, 17:06
Maroonotmoron Maroonotmoron is offline
Registered User
 
Join Date: Sep 2003
Location: Dallas
Posts: 182
Problem is columns are fields and so you want to move all the records or some of the records.

You could actually do it with a query and then open the query and save it in a script using the query variable.

Otherwise you will need to open the two tables (or two tcursors) and move back and forth scanning the from table and inserting into the destination table.

Lonnie
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On