Welcome to dbFreaks.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Read MySQL tables with Paaradox 8

 
   Database Help (Home) -> Paradox RSS
Next:  please tell me  
Author Message
Ross

External


Since: Dec 12, 2008
Posts: 2



(Msg. 1) Posted: Fri Dec 12, 2008 12:35 am
Post subject: Read MySQL tables with Paaradox 8
Archived from groups: comp>databases>paradox, others (more info?)

Trying to read and modify an existing MySQL database that resides on my
PC using Paradox 8. Have set up the MySQL ODBC driver and DSN of the
local MySQL server in XP, but when I try to open the tables in Paradox,
can not see the tables. I think the alias is set up in Paradox, but can
not find the tables in Paradox. Where do I look for the tables, and what
suffix will they have?

The same MySQL database can be read using Access 97 and the same ODBC
driver.

 >> Stay informed about: Read MySQL tables with Paaradox 8 
Back to top
Login to vote
Côme de Christen

External


Since: Jul 04, 2008
Posts: 4



(Msg. 2) Posted: Fri Dec 12, 2008 6:26 am
Post subject: Re: Read MySQL tables with Paaradox 8 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi

I believe you face the XP >= SP2 Paradox >=7 Alias problem
The Alias listbox does not work correctly with SQL alias
This is corrected starting Paradox 11 and is ok with 7 or less
You work by code or try Proview
This article I wrote can help you I hope :
http://www.clairinfo.fr/scripts/trace.php?noart=13

Côme

"Ross" a écrit dans le message de
4942145c$1@pnews.thedbcommunity.com...
> Trying to read and modify an existing MySQL database that resides on my
> PC using Paradox 8. Have set up the MySQL ODBC driver and DSN of the
> local MySQL server in XP, but when I try to open the tables in Paradox,
> can not see the tables. I think the alias is set up in Paradox, but can
> not find the tables in Paradox. Where do I look for the tables, and what
> suffix will they have?
>
> The same MySQL database can be read using Access 97 and the same ODBC
> driver.

 >> Stay informed about: Read MySQL tables with Paaradox 8 
Back to top
Login to vote
fraserr

External


Since: Dec 12, 2008
Posts: 1



(Msg. 3) Posted: Fri Dec 12, 2008 1:59 pm
Post subject: Re: Read MySQL tables with Paaradox 8 [Login to view extended thread Info.]
Archived from groups: comp>databases>paradox (more info?)

Thank you for the information. Of course all of my testing was done with
the MS 5.1 and Intersolv ODBC drivers. Have not digested your paper yet..

What I am doing is taking MySQL tables generated by my web store
software, and adding records to make them usable by my accounting
software. I am not a programmer (retired telecommunications systems
designer), so it takes a while to get past the tech jargon.

Does your paper show a way to read MySQL tables with Paradox8, XPSP2 and
ODBC, or must I upgrade to Paradox 11? I guess I could set up a test
machine on my lan with XPSP1 to do the development if necessary...

Another alternative is to save and resave the tables after running
Paradox in a backup .sql file using PHPMyAdmin built into the web store
software. Would that work?

Thanks
Ross

Côme de Christen wrote, On 12/12/2008 2:56 AM:
> Hi
>
> I believe you face the XP >= SP2 Paradox >=7 Alias problem
> The Alias listbox does not work correctly with SQL alias
> This is corrected starting Paradox 11 and is ok with 7 or less
> You work by code or try Proview
> This article I wrote can help you I hope :
> http://www.clairinfo.fr/scripts/trace.php?noart=13
>
> Côme
>
> "Ross" a écrit dans le message de
> 4942145c$1@pnews.thedbcommunity.com...
>> Trying to read and modify an existing MySQL database that resides on my
>> PC using Paradox 8. Have set up the MySQL ODBC driver and DSN of the
>> local MySQL server in XP, but when I try to open the tables in Paradox,
>> can not see the tables. I think the alias is set up in Paradox, but can
>> not find the tables in Paradox. Where do I look for the tables, and what
>> suffix will they have?
>>
>> The same MySQL database can be read using Access 97 and the same ODBC
>> driver.
>
>
>
>
 >> Stay informed about: Read MySQL tables with Paaradox 8 
Back to top
Login to vote
Ross

External


Since: Dec 12, 2008
Posts: 2



(Msg. 4) Posted: Fri Dec 12, 2008 10:54 pm
Post subject: Re: Read MySQL tables with Paaradox 8 [Login to view extended thread Info.]
Archived from groups: comp>databases>paradox, others (more info?)

Thank you for the information. Of course all of my testing was done with
the MySQL 5.1 and Intersolv ODBC drivers. Have not digested your paper yet..

What I am doing is taking MySQL tables generated by my web store
software, and adding records to make them usable by my accounting
software. I am not a programmer (retired telecommunications systems
designer), so it takes a while to get past the tech jargon.

Does your paper show a way to read MySQL tables with Paradox8, XPSP2 and
ODBC, or must I upgrade to Paradox 11? I guess I could set up a test
machine on my lan with XPSP1 to do the development if necessary...

Another alternative is to save and resave the tables after running
Paradox in a backup .sql file using PHPMyAdmin built into the web store
software. Would that work?

Thanks
Ross

Côme de Christen wrote:
> Hi
>
> I believe you face the XP >= SP2 Paradox >=7 Alias problem
> The Alias listbox does not work correctly with SQL alias
> This is corrected starting Paradox 11 and is ok with 7 or less
> You work by code or try Proview
> This article I wrote can help you I hope :
> http://www.clairinfo.fr/scripts/trace.php?noart=13
>
> Côme
>
> "Ross" a écrit dans le message de
> 4942145c$1@pnews.thedbcommunity.com...
>> Trying to read and modify an existing MySQL database that resides on my
>> PC using Paradox 8. Have set up the MySQL ODBC driver and DSN of the
>> local MySQL server in XP, but when I try to open the tables in Paradox,
>> can not see the tables. I think the alias is set up in Paradox, but can
>> not find the tables in Paradox. Where do I look for the tables, and what
>> suffix will they have?
>>
>> The same MySQL database can be read using Access 97 and the same ODBC
>> driver.
>
>
>
>
 >> Stay informed about: Read MySQL tables with Paaradox 8 
Back to top
Login to vote
Robert Wiltshire

External


Since: Jul 26, 2008
Posts: 9



(Msg. 5) Posted: Sat Dec 13, 2008 1:50 am
Post subject: Re: Read MySQL tables with Paaradox 8 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

To expand on what was already said

You are encountering a known problem,
which was cause by XP SP2,
and cause certain dialog boxes in pdox to stop working.

Recommendations include :

1 ) Try Proview, a project viewer alternative

2 ) Code your queries/sql and run in script or form.

3 ) Sometimes I was able to back door into a query using the data model

4) Possibly use notepad to create a blank query with one field picked, then
open with query, design

5 ) Upgrade to Pdox X3


With a small piece of code you coudl try something like this,

var
stTable string
tview tableview
endvar

stTable = ":work:claimsall"
tview.open(stTable)

Possibly that woudl pop the table open on the screen if the alias is
correct.

Just a few midnight ideas to add to the brainstorm session.

Good luck

Robert Wiltshire
 >> Stay informed about: Read MySQL tables with Paaradox 8 
Back to top
Login to vote
Rick Rans

External


Since: Feb 17, 2008
Posts: 5



(Msg. 6) Posted: Sat Dec 13, 2008 12:33 pm
Post subject: Re: Read MySQL tables with Paaradox 8 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Ross

Proview is a free with a small fee to unlock all of the developer features
found at
http://vmsoft.org/
The free version provides all of the feature of the Paradox Project Viewer
for access to SQL databases. It should solve your problem in Paradox 8.

HTH - Rick

"Ross" wrote in message

> Thank you for the information. Of course all of my testing was done with
> the MySQL 5.1 and Intersolv ODBC drivers. Have not digested your paper
> yet..
>
> What I am doing is taking MySQL tables generated by my web store software,
> and adding records to make them usable by my accounting software. I am not
> a programmer (retired telecommunications systems designer), so it takes a
> while to get past the tech jargon.
>
> Does your paper show a way to read MySQL tables with Paradox8, XPSP2 and
> ODBC, or must I upgrade to Paradox 11? I guess I could set up a test
> machine on my lan with XPSP1 to do the development if necessary...
>
> Another alternative is to save and resave the tables after running Paradox
> in a backup .sql file using PHPMyAdmin built into the web store software.
> Would that work?
>
> Thanks
> Ross
>
> Côme de Christen wrote:
>> Hi
>>
>> I believe you face the XP >= SP2 Paradox >=7 Alias problem
>> The Alias listbox does not work correctly with SQL alias
>> This is corrected starting Paradox 11 and is ok with 7 or less
>> You work by code or try Proview
>> This article I wrote can help you I hope :
>> http://www.clairinfo.fr/scripts/trace.php?noart=13
>>
>> Côme
>>
>> "Ross" a écrit dans le message de
>> 4942145c$1@pnews.thedbcommunity.com...
>>> Trying to read and modify an existing MySQL database that resides on my
>>> PC using Paradox 8. Have set up the MySQL ODBC driver and DSN of the
>>> local MySQL server in XP, but when I try to open the tables in Paradox,
>>> can not see the tables. I think the alias is set up in Paradox, but can
>>> not find the tables in Paradox. Where do I look for the tables, and what
>>> suffix will they have?
>>>
>>> The same MySQL database can be read using Access 97 and the same ODBC
>>> driver.
>>
>>
>>
 >> Stay informed about: Read MySQL tables with Paaradox 8 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
write to paradox via web - I have a client that uses software developed in delphi. It uses paradox database files. Can these be written to from the web? I am familiar with php/mysql...is there a similar capability with delphi/paradox?

which program? - Hi to all, I'm sorry 'cause I'm not sure this is the correct ng...so my apologies in advance if I'm in the wrong place. My customer show me a floppy disk with old files (about 1998-1999) and told me that there are her accounting data to back life. With...

forcing lck files location - Is there method to force lck files location. I create query on fly with Delphi but there is a problem with lock files. It tries to create it to system32 folder but because user does not have rights to that folder , creating query fails. So, how can I..

Network performance and hardware issues - Hi! Our clients have run our Paradox based apps in small network configurations with only about 10-15 runtime clients at max. Recently we have had inquiries from a bigger company that wants to run our app in an network of over 100 clients, is this..

I can't to open table(s) on InterBase's server - I have a computer with OS WindowsXP Professional version 2002 with SP2 and I have next problem with Paradox 10 v.11.0.0.302. I can't to open a table(s) on InterBase's server, but I can to open a local table(s). Dialog window of Database Login for..
   Database Help (Home) -> Paradox All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]