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 > Import text file into paradox table using VB.NET

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-27-05, 20:20
varun_b varun_b is offline
Registered User
 
Join Date: May 2004
Posts: 11
Import text file into paradox table using VB.NET

Hi,
i need import a text file (comma separated) into a paradox table using VB .NET.

Any ideas as to how it could be done. If i have to create a table object (datatable in this case), what special paramaters/objects/classes do i need to use to tell .net that the table i am creating is a paradox table.

ANy help would be greatly appreciated as i know nothing about .NET and this has to be done using VB .net.

Thanks
Reply With Quote
  #2 (permalink)  
Old 03-02-05, 12:51
Maroonotmoron Maroonotmoron is offline
Registered User
 
Join Date: Sep 2003
Location: Dallas
Posts: 182
You can use sql commands to import data into a paradox table

Use select and update functions. It's easier to do it from within paradox for me as I don't know VB.net
Quote:
Originally Posted by varun_b
Hi,
i need import a text file (comma separated) into a paradox table using VB .NET.

Any ideas as to how it could be done. If i have to create a table object (datatable in this case), what special paramaters/objects/classes do i need to use to tell .net that the table i am creating is a paradox table.

ANy help would be greatly appreciated as i know nothing about .NET and this has to be done using VB .net.

Thanks
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