Changes

Jump to: navigation, search

Accessing Databases Using Visual Basic

187 bytes added, 18:40, 9 August 2007
Adding SQL Statements to a Visual Basic Application
Click on OK. Visual Studio will generate the appropriate SQL statement to perform this query.
 
<pre>
SELECT CustomerID, CompanyName, ContactName, ContactTitle, Address, City,
Region, PostalCode, Country, Phone, Fax FROM Customers
WHERE (Country = 'France')
</pre>

Navigation menu