all groups > sql server dts > may 2006 >
You're in the

sql server dts

group:

Data Transformation.



Data Transformation. Sami
5/29/2006 4:41:02 PM
sql server dts: Hello,

I want to do some data transformation from one Database to another.

My source DB is a MS SQLServer to which I can connect using OLEDB/SQLnative.
My destination DB is a different type of database to which I can connect
using Connection Manager. But for data transformation I need a destination
connection. In the data pump area I don't have the option to choose an ODBC
connection type. How can I connect to my destination database if there is no
ODBC connection type to choose from in the Dataflow Tab???

Help.

--
Regards,
Sami

[Remove Numbers from e-mail address to use it]
Re: Data Transformation. Sami
5/30/2006 12:00:00 AM
I am using SQLBase from Gupta. The only way to connect to the Database is
over ODBC. But as I mentioned, if I choose to do a Data Transformation I
don't have the option of choosing ODBC as my destination connection.

--
Regards,
Sami

[Remove Numbers from e-mail address to use it]
"Allan Mitchell" <allan@no-spam.sqldts.com> schrieb im Newsbeitrag
news:f0343b032956e8c851df501af0f0@msnews.microsoft.com...
[quoted text, click to view]
Re: Data Transformation. Sami
5/30/2006 12:00:00 AM
Thank you very much!!

Do you know if MS are going to come up with a change to support ODBC
destination?

--
Regards,
Sami

[Remove Numbers from e-mail address to use it]
"Allan Mitchell" <allan@no-spam.sqldts.com> schrieb im Newsbeitrag
news:f0343b032962d8c851f35e770db0@msnews.microsoft.com...
[quoted text, click to view]
Re: Data Transformation. Allan Mitchell
5/30/2006 1:05:22 AM
Hello Sami,


And what database type is your destination?

You may find this post helpful

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=70469&SiteID=1


Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

[quoted text, click to view]

Re: Data Transformation. Allan Mitchell
5/30/2006 3:28:56 AM
Hello Sami,

If you have a read of the post link I sent you then it should help.



Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

[quoted text, click to view]

Re: Data Transformation. Allan Mitchell
5/30/2006 11:29:59 AM
Hello Sami,

No, I do not knoww. Given you can do it in a Script Transform as a destination
and ODBC maybe not being as prevalent as other forms of driver I suppose
not although like I said I do not know.

Maybe you could persuade someone to write a custom destination adapter to
do it?


Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

[quoted text, click to view]

Re: Data Transformation. Steven
5/31/2006 5:01:02 AM
Sami,

Create a .Net Providers/ODBC data providers connection and configure it to
use a system DSN that connects to your SQLBase. Within the dataflow, create
a DataReader Destination and configure it to point the data connection that
you created. On the second tab, you will have to supply the SQLCommand to
write the data.

Hope this helps.

-Steven

[quoted text, click to view]
AddThis Social Bookmark Button