If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Clipper to MySQL

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-24-04, 06:06
Thriu Thriu is offline
Registered User
 
Join Date: Jun 2004
Posts: 10
Clipper to MySQL

Hi,
I am newbie for clipper..
Can anyone has experience with clipper to MySQl?? we got to import data MySQL from Clipper. It will be a great helpful if any advice and ideas. also unfortunatly our client doesnt have the database design doc of clipper. Is there any possibility to get design from the .DBF files in clipper by using some tool??

Thanks in advance,
Thiru
Reply With Quote
  #2 (permalink)  
Old 06-24-04, 06:41
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,609
Which clipper version are you using? Most of them are 16 bit MS-DOS character mode only, no GUI support.

Yes, you can get the structure of DBF files from the file itself. If you have a tool like ErWin, Visio, PowerDesigner, etc you can actually create a reasonably complete ER diagram.

There are a number of third party drivers that allow Clipper applications to use SQL data, but I've never seen a Clipper driver for MySQL.

-PatP
Reply With Quote
  #3 (permalink)  
Old 06-24-04, 07:13
Thriu Thriu is offline
Registered User
 
Join Date: Jun 2004
Posts: 10
Thanks for ur information PatP.

I am using Clipper 5.3 MS DOS version.

Can u specify any third party driver that allows Clipper applications to use SQL data??

Thanks in advance,
Thiru
Reply With Quote
  #4 (permalink)  
Old 06-24-04, 09:08
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,609
The tools to allow Clipper to access SQL data are database engine specific. I know of one tool for Oracle, one for MS-SQL, and one for Gupta. I don't think it is possible for one to exist for MySQL because I don't know of any 16 bit client software for MySQL.

-PatP
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On