Oracle 5.0 Reference Manual page 1828

Table of Contents

Advertisement

Another workaround is to use a
count.
To find the number of rows affected by a specific SQL statement in ADO, use the
property in the ADO execute method. For more information on the usage of execute method, refer to
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/mdmthcnnexecute.asp.
For information, see
20.1.7.2.1.7. Using Connector/ODBC with Active Server Pages (ASP)
Select the
Return matching rows
For more information about how to access MySQL through ASP using Connector/ODBC, refer to the
following articles:
Using MyODBC To Access Your MySQL Database Via ASP
ASP and MySQL at DWAM.NT
A Frequently Asked Questions list for ASP can be found at
scid=/Support/ActiveServer/faq/data/adofaq.asp.
20.1.7.2.1.8. Using Connector/ODBC with Visual Basic (ADO, DAO and RDO) and ASP
Some articles that may help with Visual Basic and ASP:
MySQL BLOB columns and Visual Basic 6
How to map Visual basic data type to MySQL types
20.1.7.2.2. Using Connector/ODBC with Borland Applications
With all Borland applications where the Borland Database Engine (BDE) is used, follow these steps to
improve compatibility:
• Update to BDE 3.2 or newer.
• Enable the
• Enabled the
20.1.7.2.2.1. Using Connector/ODBC with Borland Builder 4
When you start a query, you can use the
starts by automatically issuing a
tables are large.
20.1.7.2.2.2. Using Connector/ODBC with Delphi
Also, here is some potentially useful Delphi code that sets up both an ODBC entry and a BDE entry for
Connector/ODBC. The BDE entry requires a BDE Alias Editor that is free at a Delphi Super Page near
you. (Thanks to Bryan Brunton
fReg:= TRegistry.Create;
fReg.OpenKey('\Software\ODBC\ODBC.INI\DocumentsFab', True);
fReg.WriteString('Database', 'Documents');
fReg.WriteString('Description', ' ');
fReg.WriteString('Driver', 'C:\WINNT\System32\myodbc.dll');
fReg.WriteString('Flag', '1');
fReg.WriteString('Password', '');
fReg.WriteString('Port', ' ');
fReg.WriteString('Server', 'xmark');
fReg.WriteString('User', 'winuser');
fReg.OpenKey('\Software\ODBC\ODBC.INI\ODBC Data Sources', True);
Connector/ODBC Notes and Tips
SELECT COUNT(*)
ActiveX Data Objects(ADO) Frequently Asked
Don't optimize column widths
Return matching rows
SELECT * FROM ...
<bryan@flesherfab.com>
statement for a similar query to get the correct row
option in the DSN.
http://support.microsoft.com/default.aspx?
by Mike Hillyer (<mike@openwin.org>).
by Mike Hillyer (<mike@openwin.org>).
option in the DSN.
option in the DSN.
property or the
Active
query. That may not be a good thing if your
1808
RecordsAffected
Questions.
method. Note that
Open
for this):
Active

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents