Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating Paradox Table in VB can it be done?

Status
Not open for further replies.

gearin

Technical User
Feb 13, 2003
5
US
I am currently trying to create a program to parse a text file and then create a new Paradox file and place the data in that. Can this be done using ADO in VB?
 
gearin,

I would imagine so, provided VB's wrappers to ADO support standard DDL SQL. If so, you might be able to simply to pass a CREATE TABLE statement to your Paradox ODBC connection.

I don't have any details on how that might work, though. You'd probably be able to get an example from one of the VB forums on this site.

This particular forum covers Corel Paradox for Windows (and older versions produced by Borland).

Some of the folks on the VB forums should be able to provide you with specific examples and/or expertise.

Hope this helps...

-- Lance

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top