Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BizObject Paradox Table w/ Compound Index
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
BizObject Paradox Table w/ Compound Index
Divers
Thread ID:
00999419
Message ID:
00999419
Vues:
90
I need to write a down and dirty update to an old Paradox system.

The paradox table uses 3 columns for a primary index.

public EdCat1()
{
this.TableName = "CHECTLOG";
this.PrimaryKey = "drawing number+ sheet number+ revision level";
}

I get an error for the primary key when used this way.

How should I define it.

connection string is here:

add key="EdCat\Connection" value= "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\edcat\data;Extended Properties=Paradox 5.x;"

I am sure that it's paradox 4 data.

I do have the BDE installed on this machine BTW.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform