Dijkgraaf

msg:4475718 | 12:09 am on Jul 15, 2012 (gmt 0) |
What type of database does the asp site use? MS-SQL? What version? You should either be able to get a connection established between the two databases and then use a data export tool to push data between them. Or if that's too hard you can export to a file e.g. CSV and import those into your MySQL one.
|
htdawg

msg:4477010 | 6:59 am on Jul 19, 2012 (gmt 0) |
Thanks for the reply, I am not sure what type of database we use, I am not an asp programmer, but I found this in the db connection file if it helps to find out what type and version it is. 'Set objConn = Server.CreateObject("ADODB.Connection") 'objConn.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & objDB & "" %>
|
Dijkgraaf

msg:4477343 | 11:56 pm on Jul 19, 2012 (gmt 0) |
That is a Microsoft Jet 4.0 database.
|
|