PC Review


Reply
Thread Tools Rate Thread

A97 vs AXO (2002)

 
 
Erik van Opmeer
Guest
Posts: n/a
 
      15th Jun 2004
Hi all,

I am at my wits end...
I have an application that had been running fine (even in
XP) however the last week or so it is Freezing.

In the taskbar it shows as "Responding" but no way....

This is the setup:
The application does a bunch of ODBCs to an Oracle
database, 250 or so records in Access averaging about 3
ODBCs each.
I am connecting using:
Set con = wrkODBC.OpenConnection("ODBCConnection", , , _
"ODBC;DSN=" & DSN & _
";UID=" & User & _
";PWD=" & PW & _
";SERVER=" & Server & _
";")

Then i am creating my query:
Set qry = con.CreateQueryDef("", mySQL)
Where mySQL contains a perfectly nice (but long) SQL
statement (select)

Next, open the (DAO) recordset:
Set rst = qry.OpenRecordset
Then working a bit with this and 2 other recordsets.

After all that is done, i do:
rst.Close
set rst = nothing

And start the loop all over.... (without connecting again
offcourse)

Any wise people out there that can help me along?
Oh, one more thing... This app had been running smoothly
in XP as well for atleast 3 months before this problem
occured.

Greets & many thanks

Erik
 
Reply With Quote
 
 
 
 
gandalf
Guest
Posts: n/a
 
      16th Jun 2004
1)Try one or more queries straight on the Oracle database
using SQL PLUS or alike
Does it take a long time?
Has the database changed?

2)where does it "hang"
Place several breakpoint or aids to monitor the flow of
the program
3)Same problem on each pc?


>-----Original Message-----
>Hi all,
>
>I am at my wits end...
>I have an application that had been running fine (even in
>XP) however the last week or so it is Freezing.
>
>In the taskbar it shows as "Responding" but no way....
>
>This is the setup:
>The application does a bunch of ODBCs to an Oracle
>database, 250 or so records in Access averaging about 3
>ODBCs each.
>I am connecting using:
>Set con = wrkODBC.OpenConnection("ODBCConnection", , , _
> "ODBC;DSN=" & DSN & _
> ";UID=" & User & _
> ";PWD=" & PW & _
> ";SERVER=" & Server & _
> ";")
>
>Then i am creating my query:
>Set qry = con.CreateQueryDef("", mySQL)
>Where mySQL contains a perfectly nice (but long) SQL
>statement (select)
>
>Next, open the (DAO) recordset:
>Set rst = qry.OpenRecordset
>Then working a bit with this and 2 other recordsets.
>
>After all that is done, i do:
>rst.Close
>set rst = nothing
>
>And start the loop all over.... (without connecting again
>offcourse)
>
>Any wise people out there that can help me along?
>Oh, one more thing... This app had been running smoothly
>in XP as well for atleast 3 months before this problem
>occured.
>
>Greets & many thanks
>
>Erik
>.
>

 
Reply With Quote
 
Erik van Opmeer
Guest
Posts: n/a
 
      17th Jun 2004
1) No querys run perfectly, as do they in Access
2) At the very end, when i close my progress form and
want to return to the menu.
3) Yes on "every", 4 permenant users and tested on 6
more ...

As you can see the problem may not be in the ODBC but in
Access it self...

Thanx for your response, I hope you (or anybody else) can
help me in the end...

Regards
>-----Original Message-----
>1)Try one or more queries straight on the Oracle database
>using SQL PLUS or alike
>Does it take a long time?
>Has the database changed?
>
>2)where does it "hang"
>Place several breakpoint or aids to monitor the flow of
>the program
>3)Same problem on each pc?
>
>
>>-----Original Message-----
>>Hi all,
>>
>>I am at my wits end...
>>I have an application that had been running fine (even

in
>>XP) however the last week or so it is Freezing.
>>
>>In the taskbar it shows as "Responding" but no way....
>>
>>This is the setup:
>>The application does a bunch of ODBCs to an Oracle
>>database, 250 or so records in Access averaging about 3
>>ODBCs each.
>>I am connecting using:
>>Set con = wrkODBC.OpenConnection("ODBCConnection", , , _
>> "ODBC;DSN=" & DSN & _
>> ";UID=" & User & _
>> ";PWD=" & PW & _
>> ";SERVER=" & Server & _
>> ";")
>>
>>Then i am creating my query:
>>Set qry = con.CreateQueryDef("", mySQL)
>>Where mySQL contains a perfectly nice (but long) SQL
>>statement (select)
>>
>>Next, open the (DAO) recordset:
>>Set rst = qry.OpenRecordset
>>Then working a bit with this and 2 other recordsets.
>>
>>After all that is done, i do:
>>rst.Close
>>set rst = nothing
>>
>>And start the loop all over.... (without connecting

again
>>offcourse)
>>
>>Any wise people out there that can help me along?
>>Oh, one more thing... This app had been running

smoothly
>>in XP as well for atleast 3 months before this problem
>>occured.
>>
>>Greets & many thanks
>>
>>Erik
>>.
>>

>.
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Word 2002 and Powerpoint 2002 - insert multiple images order issue MonkeyBanjo Microsoft Word Document Management 0 24th May 2010 05:20 PM
Outlook 2002 calendar dates exported to Excel 2002 sort incorrectl =?Utf-8?B?c2NhbXBiZWxs?= Microsoft Excel Worksheet Functions 0 22nd Feb 2006 06:31 PM
open Outlook 2002 draft message causes Word 2002 to hang on save kmagdono@yahoo.com Microsoft Outlook 0 8th Dec 2005 07:31 PM
Upgrade from .Net 2002 to 2002 -- Didn't uninstall 2002 version Ray Microsoft Dot NET 1 25th Jul 2003 03:31 AM
Re: Error with copy/paste from Excel 2002 in Access 2002 Table Pane Joe Fallon Microsoft Access External Data 0 12th Jul 2003 05:23 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:27 PM.