Ask a Question related to ASP Database, Design and Development.
-
Grahammer #1
objRS.Open parameters
Are the values of adOpenForwardOnly and adLockOptimistic assigned
automatically on the server or should I be preloading these with their
numeric equivilents? Where can I find a list of these equivilents. (Lots of
hits on Google, but not for what I'm looking for)
objRS.Open "SELECT * FROM tblDenied", objConn,adOpenForwardOnly
,adLockOptimistic
Thanks!
Grahammer Guest
-
Open parameters do not work
The open parameters specified in URL (e.g. <http://partners.adobe.com/asn/acrobat/sdk/public/docs/PDFOpenParams.pdf#page=6)> do not work (neither in... -
disable review and comment with PDF open parameters
We have successfully created links on an HTML page to documents for review and comment using the "collab" PDF open parameter to set the comment... -
create parameters without creating parameters
cant you create ado command parameteres without creating a parameter object? i have a function that takes the name of a stored proc, and two... -
Too few parameters to RecordSet.Open?
Hi All! My ASP page below receives the following error: Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80040E10) Too few... -
#25886 [NEW]: failed to open stream: Too many open files in Unknown on line 0
From: padair at pntsi dot ca Operating system: Solaris 8 PHP version: 4.3.3 PHP Bug Type: *General Issues Bug description: ... -
Ken Schaefer #2
Re: objRS.Open parameters
Actually, it doesn't need to be in the Application_OnStart() event handler.
You can put it anywhere in your global.asa file.
Cheers
Ken
"Grahammer" <postmaster@127.0.0.1> wrote in message
news:elvSg7JaDHA.2932@tk2msftngp13.phx.gbl...
: As usual... You never find the answer until 10 seconds after asking the
: question...
:
: ...add the following line in the Application_OnStart event handler of the
: GLOBAL.ASA file:
: <!-- METADATA TYPE="TypeLib" FILE="C:\Program Files\Common
: Files\system\ado\msado15.dll" -->
:
: Please, let me know if I'm wrong (or there's a better way)
:
: Thanks!
:
:
: "Grahammer" <postmaster@127.0.0.1> wrote in message
: news:uMqj95JaDHA.2620@TK2MSFTNGP09.phx.gbl...
: > Are the values of adOpenForwardOnly and adLockOptimistic assigned
: > automatically on the server or should I be preloading these with their
: > numeric equivilents? Where can I find a list of these equivilents. (Lots
: of
: > hits on Google, but not for what I'm looking for)
: >
: > objRS.Open "SELECT * FROM tblDenied", objConn,adOpenForwardOnly
: > ,adLockOptimistic
: >
: > Thanks!
: >
: >
:
:
Ken Schaefer Guest



Reply With Quote

