Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Free tables vs DBC
Message
 
To
12/01/2003 10:12:43
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00740632
Message ID:
00740780
Views:
32
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform