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 > adodc doesn't retrieve records from mysql

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-02-03, 11:19
newbieVB6 newbieVB6 is offline
Registered User
 
Join Date: Dec 2003
Posts: 2
Exclamation adodc doesn't retrieve records from mysql

Hello to everybody,

I've spent almost 2 weeks to build an application in Visual Basic 6 and I use adodc to connect through DSN to a mysql server. All controls (Data Combo, DataGrid and DataList) bounded to those adodc controls works fine on computers that have Visual Studio installed on. When I've tried to test the exe builded with vb6 on other computers that don't have visual studio installed on all the controls doesn't have any records retrieved from mysql server.

I've registered all activeX used in project but still the same problem. The forms are loaded succesfully but the controls are empty.

Where is the problem? What I've forgot?

Thanks!
Reply With Quote
  #2 (permalink)  
Old 12-02-03, 13:06
sivaroo sivaroo is offline
Registered User
 
Join Date: Nov 2003
Posts: 76
try installing ado runtime files on pc if you do not have installation created. should be able to find @ microsoft.com/data
Reply With Quote
  #3 (permalink)  
Old 12-03-03, 06:31
newbieVB6 newbieVB6 is offline
Registered User
 
Join Date: Dec 2003
Posts: 2
I've got the fix for my problem: it was a ddl (MSBIND.DLL) that need to be registered.
Unfortunatelly when I try to push a buton that execute an insert statement the application crush. This is strage because the update statement works fine. And this is happened only on the computers that don't have Visual Studio installed on. On my PC this works great!

Maybe another dll unregistered???

Thank you!
Reply With Quote
  #4 (permalink)  
Old 12-04-03, 00:13
rnealejr rnealejr is offline
Registered User
 
Join Date: Feb 2002
Posts: 2,232
Which service pack do you have installed for visual studio ?
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