Generally in DBs, data is case sensitive.
Simply you can do an uppercase or lowercase conversion in both sides.
Ex : Select item number from item where upper(item_code) = upper("m1234");
-ramki
- Original Message -
From: "Larry Sandwick" <[EMAIL PROTECTED]
mysql_dump (backup).
You can write a ftp code in php. get all the source code in the old server
and write it in the new server.
-ramki
- Original Message -
From: "Trisha" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 08, 2003 12:23 PM
S
Hi
To my knowledge, there isnt any function.
you could try setting a dsn for xl file and use it through odbc in php.
-ramki
SpychaĆa Wojciech wrote:
I want to get data from excell file. Is there in php some function making it
possible? For example something like functions reading from dbf
mysqldump -A > /path_to_file/filename.sql
for eg: mysqldump -A > /tmp/alldatabases.sql
This generates a sql file which can be used as backup or for restore...
Hope it helps..
-ramki
Chris Payne wrote:
Hi there everyone,
Is there a quick way I can backup all my databases on Linux so