473,763 Members | 9,145 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

IE6 hangs with ADODB.Recordset

I'm currently running into a problem with ie6 on a windows 2000 machine.

I've developed a web application where the client, using JavaScript, opens
up an ADODB.Recordset recordset and then reads the data for the recordset
from a recordset created on the server via XML through an ASP page.

This normally works fine.

However, for very big data sets, the browser on the client side hangs, just
stops responding.

Any ideas? Any tools to debug this issue? Is there another newsgroup more
appropriate?

Thanks in advance.
Jul 20 '05 #1
2 2494


Kevin Shea wrote:
I'm currently running into a problem with ie6 on a windows 2000 machine.

I've developed a web application where the client, using JavaScript, opens
up an ADODB.Recordset recordset and then reads the data for the recordset
from a recordset created on the server via XML through an ASP page.

This normally works fine.

However, for very big data sets, the browser on the client side hangs, just
stops responding.

Any ideas? Any tools to debug this issue? Is there another newsgroup more
appropriate?


As you mention ASP reading the data from the server an ASP group on the
news.microsoft. com server could help. Although you also mention that the
client with JavaScript opens up the ADODB.Recordset I think you might
find more expertise in one of the MS groups.
I currently don't understand why you need client side JavaScript to open
ADODB recordsets if you have ASP on the server to do that and then pass
on any HTML needed to the client whether it is IE or not and whether
client side script is supported or not.

--

Martin Honnen
http://JavaScript.FAQTs.com/

Jul 20 '05 #2

There aren't many of us on the ms general or db group that mess with
javascript for server-side. Have you tried VBS at all?

Brynn
On Thu, 22 Jan 2004 13:05:21 +0100, Martin Honnen <ma*******@yaho o.de>
wrote:


Kevin Shea wrote:
I'm currently running into a problem with ie6 on a windows 2000 machine.

I've developed a web application where the client, using JavaScript, opens
up an ADODB.Recordset recordset and then reads the data for the recordset
from a recordset created on the server via XML through an ASP page.

This normally works fine.

However, for very big data sets, the browser on the client side hangs, just
stops responding.

Any ideas? Any tools to debug this issue? Is there another newsgroup more
appropriate?


As you mention ASP reading the data from the server an ASP group on the
news.microsoft .com server could help. Although you also mention that the
client with JavaScript opens up the ADODB.Recordset I think you might
find more expertise in one of the MS groups.
I currently don't understand why you need client side JavaScript to open
ADODB recordsets if you have ASP on the server to do that and then pass
on any HTML needed to the client whether it is IE or not and whether
client side script is supported or not.

--

Martin Honnen
http://JavaScript.FAQTs.com/


Brynn
www.coolpier.com

I participate in the group to help give examples of code.
I do not guarantee the effects of any code posted.
Test all code before use!
Jul 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
3074
by: Randi | last post by:
Hi all, I have this project to use the ADODB control to acces and manipulate the Access DB. I amd the mistake of first doing this project with just the data control. It worked fine with this control. I adjusted a few things and can get the ADODB controlto move through the records of the DB, but my menu controls do not work. I used them to look up certain records through various criteria. When I click on the lookup, it brings up the...
0
2878
by: elcc1958 | last post by:
I need to support a VB6 application that will be receiving disconnected ADODB.Recordset from out DotNet solution. Our dotnet solution deals with System.Data.DataTable. I need to populate a disconnected ADODB.Recordset from System.Data.DataTable data. Below is the source code I am implementing to test the process. I do not get any error, that I can see. The problem I have is that at the end, the recordset seems to be empty. Any...
0
2478
by: Channing Jones | last post by:
Hello everyone, I am trying to store data in a binary field of an SQL-Server table using ADODB. So far, I have managed to store a record but not any data in the binary field. I only get exceptions on various part. I have tried both AppendChunk and using a stream object. Unfortunately all the examples I can find in the Net and on the Microsoft site
5
29846
by: Simone | last post by:
Hello I hope you guys can help me. I am very new to ADO... I am creating a ADODB connection in a module and trying to access it from a command button in a form. Function fxEIDAssgn(plngEID As Long) As Boolean Dim rsAssignedUser As ADODB.Recordset Dim strSelectUser As String
0
2683
by: CFW | last post by:
I thought this was going to be easy but I'm missing something . . . I need to open an ADODB recordset using the recordset source for a list box on my for. When my form opens, the list box ADODB recordset is established and set during On Open. Next I want to populate a recordset from that list box so I can filter it on a single field using the value of a combo box for the filter string. I have a second combo box that i woul like to use...
0
3285
by: Andre Azevedo | last post by:
Hi all ! I've created a .net serviced component with only one method. This method receive an ADODB.Command object and execute it. The ADODB.Command object is created in the client process. (VB for example). When I try to set the connection property or try to open a recordset using the Command object I've got an error. Here is the mehotd code for the connection set error:
0
1550
by: PCroser | last post by:
I have encountered a problem when querying a table. The query passed data into a recordset which should have resulted in many records but has returned EOF. After debugging the code the only solution i have found is that i have set the recordset to NEW ADODB.RECORDSET two times before actually perfoming the rs.open (once in the main program and once in the dll which contains the loadrecords function). MAIN PROGRAM Dim rs as NEW...
6
5174
by: Oko | last post by:
I'm currently developing an MS Access Data Project (.adp) in MS Access 2002. One of the reports within the DB uses data that is Dynamic and cannot be stored on the SQL Server. To resolve this, I have created an ADODB.Recordset in the reports OPEN event, built the necessary records inside of it, and then bound the report to this newly created recordset. Here's the rub:
2
6731
EYE4U
by: EYE4U | last post by:
Hi all, This is how you can connect to an Access Database using ADODB.. First add a reference to Microsoft ActiveX Data Objects 2.0 Library Now to lets Declare some variables : Private Con As New ADODB.Connection Private Rec As New ADODB.Recordset * You can set them to Public too if you want to access the Connection and Recordset in any other Form or Module.
0
9387
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10148
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10002
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8822
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7368
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5406
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3917
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3528
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2794
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.