Re: [SQL] Database backup

2004-10-18 Thread Andreas
sreejith s wrote: How to take Database backup from an application developed in Visual Basic thats running at Windows Client and Database resting at Linux Server. THanx You wrote a similar question some days ago and mentioned that pg_dump wouldn't work on Windows, so I figure you don't want to l

Re: [SQL] Database backup

2004-10-16 Thread Steven Klassen
* sreejith s <[EMAIL PROTECTED]> [2004-10-17 08:49:44 +0530]: > How to take Database backup from an application developed in Visual > Basic thats running at Windows Client and Database resting at Linux > Server. THanx pg_dump -U your_username your_database > your_database.sql -- Steven Klassen

[SQL] Database backup

2004-10-16 Thread sreejith s
Hai, How to take Database backup from an application developed in Visual Basic thats running at Windows Client and Database resting at Linux Server. THanx Sreejith ---(end of broadcast)--- TIP 6: Have you searched our list archives?

Re: [SQL] Database Backup

2004-10-06 Thread sklassen
* sreejith s <[EMAIL PROTECTED]> [2004-10-06 08:09:38 +0530]: > Now i am working on Linux database server/Windows Client project. I > have a doubbt. How to take DB backup from my windows client machine > where DB is intsalled at linux server. pg_dump doen't works from > windows client butr its wo

[SQL] Database Backup

2004-10-05 Thread sreejith s
Hello, Now i am working on Linux database server/Windows Client project. I have a doubbt. How to take DB backup from my windows client machine where DB is intsalled at linux server. pg_dump doen't works from windows client butr its working from local server machine. How to rectify the problem.