Ask a Question related to ASP.NET General, Design and Development.
-
Joe Bleaux #1
Re: Accessing ADO.NET data provider from ASP "classic" page
I'm not sure if this will be helpful to you, but here's what I know....
You can write a function in your codebehind that uses whatever you want to
get your data, and then call that function from your classic ASP code. Just
make your function return a recordset or whatever you want to store your
data in.
"Stephen Walch" <swalch@proposion.com> wrote in message
news:u8Z$hndXDHA.888@TK2MSFTNGP10.phx.gbl...to> I have a third-party ADO.NET data provider that I want to use from an ASP
> page. I want to avoid resorting to ADO/ODBC due to the quality of the
> "legacy" data driver, so I really need to find a solution that will allow
> the use of my ADO.NET data provider. The ADO.NET interfaces do not seempointers.> be designed with COM interop in mind, so simply generating a COM wrapper
> seems to be out of the question.
>
> So far, I can think of two possible solutions: (1) write an intermediate
> wrapper class with COM-friendly interfaces and (2) find someone who has
> written a generic ADO to ADO.NET interface. Before embarking on this
> project, I thought I would check in here to see if anyone had any>
> Thanks,
>
> Steve
>
>
Joe Bleaux Guest
-
"Page" and "Rect" props of the Field prop in Javascript API
Page property of the Field property in Javascript Acrobat API returns an array of pages that this field exists in. On the other hand, "rect" property... -
CFINPUT type="radio" w/ "value" requires "label"
On a Flash form, when you specify type='radio' and value='whatever', the value of the 'value' attribute will be displayed as a label if no 'label'... -
Can't choose "page setup" or "print" - Mac OS 9x
Hello I have a problem on multiple Macs when using Freehand 10. I have not found any answers on macromedia Support or on the web. Before... -
HELP:Mac projector "classic" doesn't run in OS9.2
Your projector file has lost it's means of identifying itself to the operating system. I'm not a Mac expert but I believe it's the bundle-bits. ... -
convert visual basic "string" data type to DB2 "blob"
Does anyone know if a visual basic string data type can be converted to DB2 blob datatype? I have all data in XML files and I use Visual Basic to... -
MSFT #2
RE: Accessing ADO.NET data provider from ASP "classic" page
Hi Stephen,
I think you have to create a wrapper for ADO.NET, for example a class
library supporting COM interop,It is not necessary to implement all
interface in ADO, you can just expose any required interface by the ASP
appliaction. For example, a Getvalue and Setvalue method. You can treat it
as a "data layer" in your design. Anyway, you also can coosider upgrading
to ASP.NET and you wouldn't lost much for it.
Luke
"Microsoft Security Announcement: Have you installed the patch for
Microsoft Security Bulletin MS03-026?? If not Microsoft strongly advises
you to review the information at the following link regarding Microsoft
Security Bulletin MS03-026
[url]http://www.microsoft.com/security/security_bulletins/ms03-026.asp[/url] and/or to
visit Windows Update at [url]http://windowsupdate.microsoft.com[/url] to install the
patch. Running the SCAN program from the Windows Update site will help to
insure you are current with all security patches, not just MS03-026."
MSFT Guest



Reply With Quote

