Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Major mixup in two ASP.NET transactions
Message
From
02/10/2006 11:58:47
 
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01150471
Message ID:
01158576
Views:
52
>Try adding a oDataAdapter.Dispose

I added it. Same thing after about 40 hits after 4 seconds.

>Maybe try the simple version:
>
>Dim lcSQL As String = theusual
>Dim oDataSet As DataSet = new DataSet
>Dim oDataAdapter as OledbDataAdapter = new OleDbDataAdapter(lcSQl,oProcess.oApp.aConnection(1))
>oDataAdapter.Fill(oDataSet)
>
This ends up in the same situation. I got the error about 40 hits after 4 seconds.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform