Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

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, 12: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, 14: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, 07: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, 01: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

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