newsletterlibrary.com

Top : Computers : Programming : Languages : Visual Basic :
Databases

Categories
ADO @
ODBC @
OLE DB @

Websites
Brief introduction to the usages of Access databases.
site exerpt
 Hopefully you will learn this during lesson 4 Brief introduction to the usages of Access data bases Database Object RecordSet Object Accessing records Searching the RecordSet Updating the Database Deleting and Adding records May thanks to Andreas Swensson for creating...
http://www.devdos.com/vb/lesson4.shtml

A generator browses database (Oracle, Access) and builds 3 VB Net Modules : Classes, Data Manager, Data Access. It can generate also Oracle stored.
site exerpt
A Generator to browse a Data Base and build VB Net Modules!  Maker builds one file to acces your Data. It builds a class for each table, including methods to search, insert, delete, update, a function List to obtain an Array, Order and Where clause. 20/08/2004 VB Net Maker creates templates of...
http://www.azurit2010.com/

Dedicated to combining Visual Basic with MySQL. Includes Articles, Sample Code, Forums, Presentations, and an informative Blog.
site exerpt
VB/MySQL.com Welcome!  This first article in a new series describes the application we will be developing, its schema, and the tools required. Latest Samplecode Creating and Installer with InnoSetup Example of creating an installer using the Open Source InnoSeup installer. Latest Forum...
http://www.vbmysql.com/

Article by Mike Hillyer. Learn how to protect application from SQL Injection; a very real threat to database application's security.
site exerpt
VB/MySQL.com Articles Users are Evil (or, How to Protect Yourself From SQL Injection)  Basic developer writing a complex database application that uses MySQL, you may already feel this way as you receive feature request after feature request, all of which absolutely have to be included, without any extension in the project deadline (of...
http://www.vbmysql.com/articles/sqlinjection.html

While Data Binding is a powerful technique, it can also lead to many problems that would not otherwise exist. The purpose of this article is to detail what Data Binding is, why it should be avoided and how to write VB programs without it.
site exerpt
VB/MySQL.com Articles VB Without Data Binding; A Better Way  Changing the current recordUpdating a recordPutting it all togetherSummarySample Code #1 Introduction I answer a large number of questions from people having problems with their Visual Basic programs. Once I have the details of their situation I find that many...
http://www.vbmysql.com/articles/...isual-basic/no_data_binding.html