Ask a Question related to ASP Database, Design and Development.
-
bbxrider #1
where will code run
for running asp code at the server i use the
<script language="vbscript" runat="server">
so after that, for database access do you need to specify additionally
set rs = server.createobject("adodb.recordset")
or can you just use
set rs = createobject("adodb.recordset")
does it matter??
i am a vb programmer and therefore comfortable with a lot of asp coding but
having trouble
determining when i need the createObject class and preface it and others
with server. is there a
summary somewhere that describes the hierarchy
bbxrider Guest
-
Why doesn't the Code Completion occur in FlexBuilder IDEwhen source code is in an external file?
I am seperating my .as from the MXML by using the following in my file.mxml: <mx:Script source="file.as"> When I edit file.as, the code... -
How would I include the Open Browser code into this lineof code?
Hello and thankyou in advance: I have an ASP page linked to my database and I want to apply the Open Browser behaviour to the code. I have tried... -
Custom control fires event but ignores some code in the code behind file
I do not quite understand the question. I will merely point out that most programming problems happen for a reason. Code works the way it is... -
Custom tool warning: DiscoCodeGenerator unable to initialize code generator. No code generated.
I created a brand new WebService (HelloWorld) and when I attempt to add this WebService to a WindowsForm project I get the following error message in... -
Security problem with Managed Code calling Unmanaged Code in a Web Page
Hello, I have a web page which contains an ActiveX control (unmanaged) and a Windows Forms User Control (managed). Both reside on a web page and... -
Ray at #2
Re: where will code run
Take a look here.
[url]http://www.aspfaq.com/show.asp?id=2336[/url]
You may also want to look here too.
[url]http://www.aspfaq.com/show.asp?id=2191[/url]
Ray at home
"bbxrider" <bbxrider1@comcast.net> wrote in message
news:ezQEx5%23RDHA.1896@TK2MSFTNGP12.phx.gbl...> set rs = server.createobject("adodb.recordset")
> set rs = createobject("adodb.recordset")
Ray at Guest
-
bbxrider #3
Re: where will code run
thanx that is a great site, guess i'll figure out the code from there
"Ray at <%=sLocation%>" <ray@ajf8jalskdfna.sefrhja7yasdf.com> wrote in
message news:e2YGB##RDHA.1552@TK2MSFTNGP12.phx.gbl...> Take a look here.
> [url]http://www.aspfaq.com/show.asp?id=2336[/url]
>
> You may also want to look here too.
> [url]http://www.aspfaq.com/show.asp?id=2191[/url]
>
> Ray at home
>
> "bbxrider" <bbxrider1@comcast.net> wrote in message
> news:ezQEx5%23RDHA.1896@TK2MSFTNGP12.phx.gbl...>> > set rs = server.createobject("adodb.recordset")
> > set rs = createobject("adodb.recordset")
>
bbxrider Guest



Reply With Quote

