Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating db from zero
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00701311
Message ID:
00702359
Views:
14
use esto para correr el script.

te mando despues lo de dsn...

oConn =CREATEOBJECT("adodb.connection")
oConn.Open("provider = sqloledb;data source=desarrollo;initial catalog=master;user id=sa;password=;")
oConn.execute(fileToStr("c:\pruebascript.sql"))
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform