Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 SQL and SUN databases

Author  Topic 

nmendesc1
Starting Member

11 Posts

Posted - 2004-04-15 : 10:35:41
Hello

I need to use DTS to import rows from a SUN database. My problem is that i don't have a ODBC to do this. Could anyone help me?

Thank you

Nuno Mendes

eyechart
Master Smack Fu Yak Hacker

3575 Posts

Posted - 2004-04-15 : 11:25:31
quote:
Originally posted by nmendesc1

Hello

I need to use DTS to import rows from a SUN database. My problem is that i don't have a ODBC to do this. Could anyone help me?

Thank you

Nuno Mendes



can you dump the data from the SUN database to a comma delimited file or other flatfile? YOu could then DTS that instead.


-ec
Go to Top of Page

nmendesc1
Starting Member

11 Posts

Posted - 2004-04-15 : 11:29:59
Helllo
That is one solution, but i prefer to have direct access to the SUN db.

Nuno Mendes
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2004-04-15 : 12:28:42
Your options are ODBC or files. Does no ODBC driver exist for the database?

Tara
Go to Top of Page

nmendesc1
Starting Member

11 Posts

Posted - 2004-04-15 : 12:35:31
I´m shearching in the internet but i´m not finding...

Nuno Mendes
Go to Top of Page

nmendesc1
Starting Member

11 Posts

Posted - 2004-04-15 : 12:36:05
...for the ODBC.

Nuno Mendes
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2004-04-15 : 12:36:55
Do you know what RDBMS it is cuz isn't SUN just the platform?

Tara
Go to Top of Page

nmendesc1
Starting Member

11 Posts

Posted - 2004-04-21 : 06:33:03
Yes, but i' can't find a odbc driver to connect directly to SUN platform. I don't want any user intervention in this process.

Nuno Mendes
Go to Top of Page
   

- Advertisement -