Digital Kaos

Data from Tecdoc

Hello, can anybody get data from Tecdoc? Open database files etc.? Thanks ...

 
Home Register FAQ Calendar Search Today's Posts Mark Forums Read Links


Navigation »Digital Kaos > The Garage > General Automotive Discussion » Data from Tecdoc

Welcome Header
Reply
 
LinkBack Thread Tools Display Modes

 Old 9th October, 2008, 01:13 PM   #1
Newbie
 
Join Date: Oct 2008
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
Downloads: 0
Uploads: 0
Nismo is on a distinguished road
Default Data from Tecdoc


Hello,

can anybody get data from Tecdoc? Open database files etc.?

Thanks for help.
Nismo is offline   Reply With Quote
 Old 14th October, 2008, 05:09 PM   #2
V.I.P. Member
 
drakov's Avatar
 
Join Date: Aug 2008
Posts: 646
Thanks: 262
Thanked 1,381 Times in 291 Posts
Downloads: 0
Uploads: 0
drakov is on a distinguished road
Default

Not sure exactly what you mean but the full release is posted
http://www.digital-kaos.co.uk/forums...c-2008-a-2719/
drakov is offline   Reply With Quote
The Following User Says Thank You to drakov For This Useful Post:
jootis (13th December, 2009)
 Old 9th December, 2008, 10:29 PM   #3
Newbie
 
Join Date: Dec 2008
Posts: 4
Thanks: 0
Thanked 1 Time in 1 Post
Downloads: 0
Uploads: 0
Gh0st is on a distinguished road
Default

^I do think he means specific DB parts. Though, I don't get the reason to get those without the DB reader (AKA TecDoc) either...
Gh0st is offline   Reply With Quote
 Old 11th December, 2008, 10:40 AM   #4
Newbie
 
Join Date: Dec 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Downloads: 0
Uploads: 0
kicks is on a distinguished road
Default

well, there is a reason for trying to access directly the DB. Some items codes exist in the DB but are not "public".

You can indeed retrieve them using the program: let's say one of these non-public codes is called "foo".
You put it in the search bar and you get its data and that it corresponds to other brands' codes, such as "bar" and "baz".
But if you search for "bar" or "baz", you won't get the "foo" code as correspondent, cause it's not public.

So, either you already know these codes, or you don't get them out of another search.

The DB is made with Transbase I think, but it's encrypted for sure.
If somebody has some info, please drop a line
kicks is offline   Reply With Quote
 Old 1st February, 2009, 11:24 AM   #5
Newbie
 
Join Date: Feb 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Downloads: 0
Uploads: 0
mjibaenix is on a distinguished road
Default

<?php
$constr="Driver={Transbase ODBC TECDOC CD 1_2008};Database=TECDOC_CD_1_2008@localhost";
$db_connection=odbc_connect($constr,"tecdoc","tcd_error_0") or odbc_errormsg();
$result = odbc_tables($db_connection);

while (odbc_fetch_row($result))
{
if(odbc_result($result,"TABLE_TYPE")=="TABLE")
{
echo "<br />" . odbc_result($result,"TABLE_NAME");
}
}
?>

mail me for more info anis at mjiba dot com
mjibaenix is offline   Reply With Quote
 Old 18th June, 2009, 01:05 PM   #6
Newbie
 
Join Date: Jun 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Downloads: 0
Uploads: 0
dietstripes is on a distinguished road
Default

Hi i saw your post on digital kaos

I am wanting to get raw data from ecat 2_2008 (same procedure as for as tecdoc i hope) for my own uses. Is there any way of finding the username and password for the DB to allow me access through ODBC using asp

something like

set j_conn = Server.CreateObject("ADODB.Connection")
j_conn.Open "DRIVER={Transbase ODBC eCATalogue 2_2008}; SERVER=localhost;DATABASE=eCATalogue_cd2_2008;UID= user;PWD=pass;"

Any help would be appreciated

J
dietstripes is offline   Reply With Quote
 Old 19th October, 2009, 05:21 PM   #7
Newbie
 
Join Date: Oct 2009
Posts: 7
Thanks: 0
Thanked 3 Times in 2 Posts
Downloads: 0
Uploads: 0
bunak will become famous soon enough
Smile export datat from TecDoc

If anybody need to data from tecDoc, then send me a private message.

P.s.
(get or export data about auto parts or images)
bunak is offline   Reply With Quote
The Following User Says Thank You to bunak For This Useful Post:
dataware (30th October, 2009)
 Old 22nd October, 2009, 09:48 AM   #8
Newbie
 
Join Date: Oct 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Downloads: 0
Uploads: 0
igetorix will become famous soon enough
Default

Originally Posted by bunak View Post
If anybody need to data from tecDoc, then send me a private message.

P.s.
(get or export data about auto parts or images)
please read my private message !
i am interested to export data from tecdoc database
thanks ...

Last edited by igetorix; 22nd October, 2009 at 10:28 AM. Reason: error
igetorix is offline   Reply With Quote
 Old 30th October, 2009, 04:14 PM   #9
Newbie
 
Join Date: Oct 2009
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
Downloads: 0
Uploads: 0
dataware will become famous soon enough
Default

I'm also interested in accessing data on tecdocs. In particular I just need the Transbase ODBC driver for windows ... can you help me?
dataware is offline   Reply With Quote
 Old 30th October, 2009, 04:28 PM   #10
Newbie
 
Join Date: Oct 2009
Posts: 7
Thanks: 0
Thanked 3 Times in 2 Posts
Downloads: 0
Uploads: 0
bunak will become famous soon enough
Default

Originally Posted by dataware View Post
I'm also interested in accessing data on tecdocs. In particular I just need the Transbase ODBC driver for windows ... can you help me?
the driver will install when you install TecDoc
bunak is offline   Reply With Quote
 Old 31st October, 2009, 10:32 AM   #11
Newbie
 
Join Date: Oct 2009
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
Downloads: 0
Uploads: 0
dataware will become famous soon enough
Default

Thank you bunak, do you know if it's the 32bit odbc driver or the 16bit version found in BMW95?
dataware is offline   Reply With Quote
 Old 2nd November, 2009, 09:17 PM   #12
Newbie
 
Join Date: Oct 2009
Posts: 7
Thanks: 0
Thanked 3 Times in 2 Posts
Downloads: 0
Uploads: 0
bunak will become famous soon enough
Default

Originally Posted by dataware View Post
Thank you bunak, do you know if it's the 32bit odbc driver or the 16bit version found in BMW95?
is it mean that you use a ETK BMW?
bunak is offline   Reply With Quote
 Old 17th January, 2010, 09:23 PM   #13
Newbie
 
Join Date: Jan 2010
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Downloads: 0
Uploads: 0
Frex will become famous soon enough
Default Data from TecDOc

Hello,

I need data (pictures, information ect.) from TecDoc as well. Can someone help?

Thanks.
Frex is offline   Reply With Quote
 Old 19th January, 2010, 11:19 PM   #14
Newbie
 
Join Date: Jan 2010
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Downloads: 0
Uploads: 0
hessus will become famous soon enough
Default

I am also interested in finding solution for the export problem. I have sent a private message to you bunak.
hessus is offline   Reply With Quote
 Old 23rd January, 2010, 02:07 PM   #15
Newbie
 
Join Date: Jan 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Downloads: 0
Uploads: 0
emil_b will become famous soon enough
Default

Originally Posted by bunak View Post
If anybody need to data from tecDoc, then send me a private message.

P.s.
(get or export data about auto parts or images)
Hello .. how can we talk about the tec doc data exportation .... please mail me at babic.emil@gmail.com

Thanks !
emil_b is offline   Reply With Quote
Reply
» Digital Kaos > The Garage > General Automotive Discussion


Bookmarks

Tags
data, tecdoc

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
tecdoc 2008 .. smirnoff_rules Automotive Software 345 15th March, 2010 05:14 PM
Tecdoc 02-2008 Branko Automotive Software 45 31st January, 2010 02:26 AM
Tecdoc 01-2009 igopippox General Automotive Discussion 42 29th December, 2009 10:44 AM
tecdoc 2-2009 gepy Automotive Software 19 11th October, 2009 07:01 PM
TECDOC 02 2009 [Rapidshare links] bifrost Automotive Software 32 11th September, 2009 09:15 PM


All times are GMT. The time now is 09:13 PM.

This forum is best viewed with
Spreadfirefox Affiliate Button

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.1

Digital Kaos does not condone any illegal operations, including obtaining premium tv for free. Digital Kaos does not accept responsibilty for the loss of any equipment used.
Everything discussed on this forum is for experimental and educational purposes only. Use the information at your own risk.