Ask a Question related to ASP Database, Design and Development.
-
Syed Khan #1
DB Access Component
Hi,
Can i have the Connection object being passed as the parameter from the Component(Dll) i am using to connect to the databaese to the ASP page.
Thanks.
Syed Khan
Syed Khan Guest
-
You are about to access a Activex component
Hi, We are trying to access a .net dll based method from classic asp code. When the method is accessed, system gives a message "You are about to... -
VB Component debugging as anonymous access
Hello, I'd like to debug a VB component without activating Basic/Integrated security on the Web Server, just the anonymous access. I need this to... -
How to access the owner Page from within a component
I have a component (System.ComponentModel.Component) and want to access the Page that "owns" it, during runtime. Yes, I can write a public... -
Cannot access the registered component, please help!
I am using Win2003 + IIS, it cannot access a registered component from my bowser and prompts the following error: Server object error 'ASP 0178 :... -
Access denied when calling COM component.
Hello, I try to convert a VB6 application to an ASP Web application. This application uses a COM component to access data on a remote server. ... -
Bob Barrows [MVP] #2
Re: DB Access Component
Syed Khan wrote:
No, connections cannot be marshalled across processes. Connection strings> Hi,
>
> Can i have the Connection object being passed as the parameter from
> the Component(Dll) i am using to connect to the databaese to the ASP
> page.
>
> Thanks.
>
> Syed Khan
can.
Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Bob Barrows [MVP] Guest
-
Syed Khan #3
Re: DB Access Component
Thanks Bob, can u please let me know if is it possible at Recordset Level. If
not what will be the best approach around this?
Regards,
Syed Khan
"Bob Barrows [MVP]" wrote:
> Syed Khan wrote:> No, connections cannot be marshalled across processes. Connection strings> > Hi,
> >
> > Can i have the Connection object being passed as the parameter from
> > the Component(Dll) i am using to connect to the databaese to the ASP
> > page.
> >
> > Thanks.
> >
> > Syed Khan
> can.
>
> Bob Barrows
> --
> Microsoft MVP -- ASP/ASP.NET
> Please reply to the newsgroup. The email account listed in my From
> header is my spam trap, so I don't check it very often. You will get a
> quicker response by posting to the newsgroup.
>
>
>Syed Khan Guest
-
Bob Barrows [MVP] #4
Re: DB Access Component
While disconnected recordsets can be marshalled, it is better to use variant
arrays (using GetRows) or xml documents. I don't have time to go into a
major explanation of these right now, but you can use Google to find a lot
of information on these topics.
Bob Barrows
Syed Khan wrote:--> Thanks Bob, can u please let me know if is it possible at Recordset
> Level. If not what will be the best approach around this?
>
> Regards,
> Syed Khan
>
> "Bob Barrows [MVP]" wrote:
>>> Syed Khan wrote:>> No, connections cannot be marshalled across processes. Connection>>> Hi,
>>>
>>> Can i have the Connection object being passed as the parameter from
>>> the Component(Dll) i am using to connect to the databaese to the ASP
>>> page.
>>>
>>> Thanks.
>>>
>>> Syed Khan
>> strings can.
>>
>> Bob Barrows
>> --
>> Microsoft MVP -- ASP/ASP.NET
>> Please reply to the newsgroup. The email account listed in my From
>> header is my spam trap, so I don't check it very often. You will get
>> a quicker response by posting to the newsgroup.
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Bob Barrows [MVP] Guest



Reply With Quote

