-
connecting mysql with vb6
sir
i am using vb6 with access, but now i want to migrate to mysql on remote server.Can i connect to mysql without using odbc , or if i use ODBC and make a package and install it in other system will dsn be created there.
plz help
thanks in advance
Bye
sreejit
-
You can connect to MySQL via ODBC without creating a DSN. Your ADO connection string should look like this:
driver={mysql}; database=yourdatabase;server=yourserver;uid=username;pwd=password;option=16386;
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
-
thank u sir
mysql server is provided by yahoo
its not connecting its giving error cannot found mysql server on server name
plz help
-
Have you asked Yahoo? What did they say?
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
-
yes i had asked yahoo, they said there server does not support third party access.Now what should i do. plz suggests, if there is any other way to access the mysql db. or any other server which provide free or ecnomic mysql server with ip support access.
if anyone know abt it plz let me know
thanks in advance.
sreejit
-
Is the site you are speaking of a Yahoo! Merchant Solutions site for a Yahoo! store? I ask because the database used for their catalog and inventory managers can only be accessed by the web-based UI they provide.
To add more features and dynamism to your site, they do include a MySQL database that you can use and access via PHP or PERL. This is a separate database for your own use within the site.
See the section called "MySQL, PHP, and Perl" at the following URI,
http://help.yahoo.com/help/us/store/site/
As an alternative, they do offer the data from the catalog manager in XML format for your own custom reporting. You could call this file and parse it for your own needs.
Export Yahoo! DB to XML
Good luck,
Michael Sanchez
Managing Technical Editor
Forum Moderator
FreeVBCode.com
Similar Threads
-
By Miles Tones in forum VB Classic
Replies: 12
Last Post: 09-28-2009, 01:53 PM
-
By vradhkar in forum VB Classic
Replies: 2
Last Post: 08-07-2005, 02:30 PM
-
By snowstorm in forum Java
Replies: 3
Last Post: 05-04-2005, 01:01 PM
-
By charlie in forum VB Classic
Replies: 3
Last Post: 02-23-2002, 01:41 AM
-
By Jason in forum VB Classic
Replies: 2
Last Post: 03-01-2001, 09:03 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks