MySQL - manipulating data

Asked By firoz poil
19-Nov-09 04:34 AM

Hai all, I am new to mysql.I created a database in freemysql server..How Can I add, or delete the data by using access2003,if database is the in the case of webserver.pls provide vbcode with sample.Looking for a DSN less connection.Any help...

  Ryan C. replied to firoz poil
08-Feb-10 02:50 AM
mysql and access are two separate database management systems. You are unable to have a database on one system, and manage it on another.
Create New Account
help
How to configure the uset and passowrd for Access / MySQL database DataBase Hi I have an Access FrontEnd with linked tables conected to a MySQL BackEnd with ODBC. Everything works ok, however the user must enter a username and password every time she / he open to the FrontEnd, typing the user and password for the MYSQL DataBase. How do i can to especify the user and password to avoid that? - -- -- -- -- -- -- -- - This post us / default.mspx?mid = a7ab9d2e-baa5-4dc3-85d8-cf31e53ab728&dg = microsoft.public.access Access Discussions MySQL (1) Windows XP (1) DBEngine.OpenDatabase (1) VBA (1) StrMySQL (1) DbsIRIS (1) DbDriverNoPrompt (1 new linked table, there is a checkbox for "Save Password". Or you can have the DSN definition to include the user & password as well. Of course, this is a security risk
Simple remote MySQL database in VB Application hai. . Simple remote MySQL database in VB Application thank you. . create a DSN using ODBC32 from Control panel. you need to point the DSN to your database file, and match the driver(for MYSQL). if driver is not there, can download it from MYSQL website. it is a simple
Migrate MYSQL DB TO SQLCE Hello is there a way to migrate a mysql database to sqlce without losing information? You just use wizard tool for the direct migration from MYSQL to SQL Direct Migration The most direct option to migrate data from MySQL to Microsoft SQL Server is to install the myODBC support and create a DTS package to import and create database from MySQL to Microsoft SQL Server. The following is a walkthrough of setting up Microsoft SQL Server to migrate MySQL database. • Install MyODBC support, which is available at http: / / www.mysql.com / • During the installation
Access to MySQL DataBase Can anyone reccommend a program that will transfer a BE database (Tables & Relationships only) to MySQL For that matter does MySQL handle relationships. Also need Autonumbers and indexes (some using several fields as an index) transferred I suppose I am asking if I can have a MySQL database identical to an Access 2010 BE database, if so, what software do I need to "painlessly" migrate it accross? Thanks Phil Access
Access for MySQL data reports only DataBase Hi. I am a new Access user without much knowledge of VBA. My company has asked me to use Access to make sales reports from our MySQL database. So far I have successfully connected to the MySQL database via an ODBC connection and linked up the tables. I have done lots of research on using Access as a MySQL front-end, but I am looking for clarification on a couple of things. 1. Can I make the Access database read-only without programming? Since we do not want to overwrite MySQL data, we are