forums › forums › SQLyog › SQLyog: Bugs / Feature Requests › Problem In Retrieving Index Information Fron Sybase To Mysql Using Sql
- This topic is empty.
-
AuthorPosts
-
-
April 11, 2007 at 1:49 pm #23760
adarsh
MemberHi,
We have installed that Data Direct ODBC driver and we tried to import we got same error, it is importing tables without keys.
After this we tried using ASE 15.0 ODBC driver it is importing all the tables with keys.
So this is a driver issue, please try to find someother driver or you can do one thing, you install that ASE 15.0 in your Win2k system with ODBC driver through custom install and then create a DSN it will work.
Adarsh
-
April 13, 2007 at 10:27 am #23761
sridevi
Memberhi
i tried on the internet and got two types of drivers one with ase15 and the other one is pcclient 1252 from sybase sites
1. I installed Adaptive Server Enterprise 15 by custom install and also the Adaptive Server Enterprise odbc driver. I created a datasource called system121 and tested the connection. which gave the message “connection succeeded”. but when i used the driver in the migration tool then no tables from sybase database were listed.
2. I had also downloaded pcclient1252 from the net. the sybase driver that comes with it is Sybase Ase odbc driver . with this driver the tables from the source sybase database are listed. but I am able to import the tables without any primary key or indexes.
did u try retrivig data from sybase on a workststion to mysql on a pc as i mentioned earlier to get the data? Also my source database is ase 12. the drivers i use either ase 12.5 .2 or ase 15 . does this create any problem
more over
as u see the error
Sql:CREATE TABLE `ccotrial`.`names`( `ssn` varchar(9) NOT NULL , `name` varchar(20) NOT NULL , PRIMARY KEY ( `ssn` ) , UNIQUE KEY `names_pk` (`ssn` ASC ,“ DESC ) )Type=InnoDB
is there with the third party driver as well as the sybase odbc drivers that come with sybase products.
so please analyse the problem with ur seniors.
I am sending u the listing of the table schema as well as data as an attachment
Could it be because my source database is sybase 12 and the ase driver is fron sybase ase 15?
-
April 13, 2007 at 11:59 am #23762
peterlaursen
ParticipantWe have no opton to test with that specific version and not on Solaris either.
Could you arrange remote acces to some (silly) database?
-
April 16, 2007 at 7:34 am #23763
sridevi
Memberpeterlaursen wrote on Apr 13 2007, 05:29 PM:We have no opton to test with that specific version and not on Solaris either.Could you arrange remote acces to some (silly) database?
First,Tell me is sqlyog capable of replication of data from sybase to mysql. By replication i mean what ever updates occur at sybase have to be executed at mysql . All unchanged data need not be written again and again. If so which versions of sybase and mysql are supported.
second, Could u please visit our organisation which is in Hydrabad to analyse the problem.
reply soon
-
April 17, 2007 at 1:38 pm #23764
peterlaursen
Participant1)
The Migration tool is a Migration Tool – not a synchronisation tool. With the use of triggers and where-conditions it can be used for synchronisation. It is all explained in the doucmentation.
2)
We do not offer 'on the spot' support as you suggest. Both our sales and support concepts are 100% based on the Internet.
-
April 18, 2007 at 8:55 am #23765
sridevi
Memberpeterlaursen wrote on Apr 17 2007, 07:08 PM:1)The Migration tool is a Migration Tool – not a synchronisation tool. With the use of triggers and where-conditions it can be used for synchronisation. It is all explained in the doucmentation.
2)
We do not offer 'on the spot' support as you suggest. Both our sales and support concepts are 100% based on the Internet.
Please read my first two posts pertaing to this topic dated 11th apr and 13th apr and tell me whether the extraction of maetadata or the generation of the DDL statements are done by ODBC driver for sybase which i am using or by the migration toolkit software. identify the problem area.
please reply soon
-
April 19, 2007 at 8:54 am #23766
peterlaursen
ParticipantWe asked for remote access. We have no option to create a setup with exactly the same OS and Sybase version.
We need to try and import ourselves from a debugging environment.
We have read your posts of course, but words alone won't do anymore. We need to debug this if we shall do any progress. But of course the ODBC driver is supposed to send the metadata. But maybe there is an issue between the server and driver version. We cannot tell without debugging the stream of data.
If you have a licensed Sybase, can't you contact Sybase and asked for the 'perfect driver' for this version?
-
-
AuthorPosts
- You must be logged in to reply to this topic.