If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > Failed Getting Rowset(s) from data source

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-29-04, 11:08
DBWriter DBWriter is offline
Registered User
 
Join Date: Apr 2004
Posts: 3
Failed Getting Rowset(s) from data source

I have been struggling with this issue for a while now, hopefully someone can offer deperately needed help

I have created a VB 6.0 application that accesses an Access97 database using DAO3.6. Service pack 5 has been installed My problem is with displaying data reports. Everything works fine on the development pc, however when I distribute the app. (using package and deployment wizard) SOME other machines will not display the data reports. error = Failed getting rowset(s) from current data source

Having experimented with this issue for quite some time now I've gathered a few bits of information. If I distribute to machines running Windows 2000 everthing seems work. Distributing to Win XP machines the error returns. Distributing to a Win XP machine with VB Studio installed seems to eliminate the problem.

My DataEnvironment uses Jet 4.0 and I open the report with the following code

Private Sub CmdSignup_Click()
deSignupGrp.rsSignup_Grouping.Open
rptCurSignup.Show
End Sub

Every other aspect of the application works fine on all machines. It's just the data report that's causing me headaches.

Does anyone have any advice??? Thanks
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On