|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
php, odbc, mysql
hello,
i have a question. i dont even know whether it is exactly a php question but any help is welcome. as in if you'll even know good tutorials, web links or personal advice. so here is the question.... i have been given the servername, username and password to a remote database on a server. i succeded in making a connection to it using php on windows, odbc. i can view all the data on the webbrowser. now what i want to do it put all this data in tables which i have created on my server. how do i do it?? thanks |
|
#2
|
|||
|
|||
|
RE: php, odbc, mysql
Got console access to the server?
Try mysqldump (there's an example how to do this in mysqldump --help) to dump the data frpm the remote db to the local one. Or if you need to use ODBC, simply SELECT all the stuff you need from the remote db and INSERT it in the local one. |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Database Help > php, odbc, mysql |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|