Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Free tables vs DBC
Message
 
À
12/01/2003 10:12:43
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00740632
Message ID:
00740780
Vues:
33
Many options:
1. Do everything programaticly
lnHandle = SqlStringConnect( yourConnectionString )
Text To lcSql NoShow
    CREATE DATABASE ..... && See sql book online 
EndText
lnResult = SqlExec(lnHandle,lcSql) && Db is created..
Text To lcSql NoShow
    CREATE TABLE ..... && See sql book online 
EndText
lnResult = SqlExec(lnHandle, lcSql) && Table is created..
...
=SqlDisconnect(lnHandle)
2. Use SQLDMO

3. You can do it with Access.

4. Get your hand on the Sql client tools.


>Thanks; but how would I manage the database without the client tools? Somebody said, this can be done with Access; is this true? Or what other options exist?
>
>Hilmar.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform