Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Oracle
Message
From
27/11/2003 08:23:05
 
 
To
26/11/2003 14:25:14
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Re: Oracle
Miscellaneous
Thread ID:
00853810
Message ID:
00853998
Views:
16
Luis,

Um exemplo de acesso ao SQL Server pode ser assim:
Local liConn
***
liConn = SQLStringConnect([driver={SQL Server}; server=Servidor; uid=sa; pwd=password;])
SQLExec(liConn, "Use NorthWind")
SQLExec(liConn, "Select * from Customers", "curCustomers")
SQLDisconnect(liConn)
>Boa Tarde,
>alguem trabalha ou já trabalhou com VFP e Oracle??
>gostaria de saber se há esta possibilidade??
>obrigado mais uma vez,
>Luis Ribeiro
Previous
Reply
Map
View

Click here to load this message in the networking platform