Returning Recordsets From COM Components
Question: I have heard from some that it is a bad idea to return recordsets from COM components and that you should populate a variant array and send that back
Question: I have heard from some that it is a bad idea to return recordsets from COM components and that you should populate a variant array and send that back
Question: I know some of you have had this problem: a page (or especially a frameset) loads, then it quickly flashes off and reloads itself, but then ignores the scripts
Question: I have a website that uses ASP to access a database and display information in a table format based on information the user selects on the screen. My ASP
Question: To show my SQL query results in paged fashion, I used your article as reference. This error message appeared: ADODB.Recordset error ‘800a0cb3’ The operation requested by the application is
Question: We have ASP pages on a Web server with VB6 components that produce the majority of the HTML. These components run on the same machine as the the Web
Question: I read the article ‘Obtaining Recordset From Middle-Tier COM Component’ and now am wondering why one would want to do this. As I understand it, this is only a