Re: [ADMIN] VB: sqlserver to postgresql

2011-10-16 Thread Rick Albright
you can use dbi-link http://pgfoundry.org/projects/dbi-link On 10/14/2011 10:04 AM, Mokhtary, Mandana wrote: Hi all Is there any way to import data atomatically from sql server to postgresql. We are using sql server which connects to our measuring instruments. I would like to know how I can

Re: [ADMIN] VB: sqlserver to postgresql

2011-10-14 Thread Stephen Cook
On 10/14/2011 4:18 PM, Kevin Grittner wrote: "Mokhtary, Mandana" wrote: Is there any way to import data atomatically from sql server to postgresql. Any programming environment which connects to both can work. We wrote a pretty simple Java program which connected to both databases through JD

Re: [ADMIN] VB: sqlserver to postgresql

2011-10-14 Thread Kevin Grittner
"Mokhtary, Mandana" wrote: > Is there any way to import data atomatically from sql server to > postgresql. Any programming environment which connects to both can work. We wrote a pretty simple Java program which connected to both databases through JDBC for our conversions. There are many oth

[ADMIN] VB: sqlserver to postgresql

2011-10-14 Thread Mokhtary, Mandana
Hi all Is there any way to import data atomatically from sql server to postgresql. We are using sql server which connects to our measuring instruments. I would like to know how I can insert data without any problem to postgresql. I would appreciate it if anyone help me. Vänliga h