473,473 Members | 2,111 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

problem migrating from MS Access to MySQL

20 New Member
I have an asp news website which used an MS Acess database. The website has a config.asp which is where the order to the database originates,


I have to move to MySQL but am having trouble. I used Bullzip which didn't quite transfer all the files, and then tried Data Doctor Ms Access to MySQL, when i check with a GUI client it looks like the files have been transferred.

The problem is that the pages return an error on the web,

The publishing software tells you to amend the database connection string in the config asp file and a few other minor changes, i did all that,

then it returns an error from another include page

I seem to connect OK, using this

Expand|Select|Wrap|Line Numbers
  1. Set MyConn = Server.CreateObject("ADODB.Connection")
  2. MyConn.Open "Driver={MySQL ODBC 3.51 Driver}; Server=MYSQLSERVERADDRESS; uid=USERNAME; pwd=PASSWORD; database=DATABASENAME; option=3; port=3306;"     
but the page on the web says this line of code (not in the config.asp ) returns an error


Expand|Select|Wrap|Line Numbers
  1. RS_SIDE.Open SQL_SIDE, MyConn_SIDE 
any tips as what is causing this? would appreciate some responses, i'm not html literate, so pls keep it simple:)

many thanks
Oct 15 '08 #1
2 1784
code green
1,726 Recognized Expert Top Contributor
Maybe you would be better on the help site of the third party software you are using.
The errors are coming from their software not MySql
Oct 16 '08 #2
janetopps
20 New Member
I am using DB convert, the trial version, at least this one produced a few good results, Bullzip, and others didn't work,

I'm sure it's a matter of tweaking the code, as i had other errors which i was able to resolve, by fiddling with the code...

thanks for your input, any others please? surely their are some Mysql and Asp genius's here;)
Oct 16 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: steve | last post by:
I am having huge problems migrating large db’s from one server to another. I use phpmyadmin to dump the data into a file, and then migrate it to my production server. Then I try to use this:...
9
by: Rich May | last post by:
Afternoon all, Apologies for cross-posting but as my query covers both Access and SQL Server I thought I'd send it both! I have inherited a project to migrate a fairly complex series of...
10
by: david | last post by:
Hi, I have the following code which returns an error when run as part of my ASP SQL.... strquery = strquery & "FROM (Customers INNER JOIN Orders ON Customers.CustomerID = Orders.CustomerID)...
10
by: JDS | last post by:
Hi all. I don't know if this is possible, and if it is, whether it needs to be done within Apache configuration or PHP configuration, but here goes: I am migrating my web server to another...
3
by: canigou9 (remove your socks to reply) | last post by:
(cross posted - comp.databases.ms-access, microsoft.public.access) Hello folks - this is my first post here, after a short lurk. I have written an application in Access2002 for a friend's...
0
by: Kenneth P | last post by:
Hi, I have installet MySql 4.1 db and am using .Net Connector successfully. I have a few databases with a lot of tables I'd like to migrate and aftewr I've converted them to access and am...
3
by: tc | last post by:
I have an app that I'm re-writing for MySql and MsSql, the old version connected to an Access database. It is more than likely that existing customers will want to upgrade to the later version. I...
12
by: janetopps | last post by:
I am trying to migrate from an MS access to MySQL and am having problems. I have an asp pages on my website. <% ' Dim SQL_REC, RS_REC, NID, TITLE, POSTED, NEWS_LISTING, SHOW_HL, MyConn_REC,...
1
by: theS70RM | last post by:
Hi, Im having some issues migrating a database using mysql tools. I have a windows 2000 server running an older version of mysql hosting several databases. If I connect locally on that server...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.