Paradox Community

Items in pnews.paradox-programming

Subject:Re: Action after csv import
Date:Wed, 15 Nov 2017 12:31:53 +0100
From:=?UTF-8?B?Q8O0bWU=?= <come.dechristen@wanadoo.fr>
Newsgroups:pnews.paradox-programming
Le 15/11/2017 à 11:03, Kevin Baker a écrit :
> I realize now I had tunnel vision on my first post.  I need to allow the 
> user to do this match. [...]

Ok so you need to offer the way to create models of importation
Each model would store for each of your fields the number of the column 
in the external data. You could maybe store these models in 2 table :

model.db

IDModel
Name of the model

model_fields.db

IDModelField
IDModel
InternalFieldName
ExternalFieldNumber


Copyright © 2004 thedbcommunity.com