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 > Other > Progress ODBC Driver problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-27-03, 06:54
kon_oleg kon_oleg is offline
Registered User
 
Join Date: Nov 2003
Posts: 1
Progress ODBC Driver problem

Hi
I am having a problem with MERANT 3.60 32-BIT Progress SQL Driver , it allows me to connect to the Progress database without any difficulties, I can even see the tables in the database, but the problem is that i can not get the data out of the tables using "SELECT * FROM location", it gives me an error:
Access Denied or Key Vilation (7512)

I have tried this driver in Visual C# and Borland Builder C++6 , they both giving me the same error

Please help
Reply With Quote
  #2 (permalink)  
Old 11-28-03, 06:46
brbogdan brbogdan is offline
Registered User
 
Join Date: Nov 2003
Location: Lomza, POLAND
Posts: 81
Re: Progress ODBC Driver problem

Quote:
Originally posted by kon_oleg
Hi
I am having a problem with MERANT 3.60 32-BIT Progress SQL Driver , it allows me to connect to the Progress database without any difficulties, I can even see the tables in the database, but the problem is that i can not get the data out of the tables using "SELECT * FROM location", it gives me an error:
Access Denied or Key Vilation (7512)

I have tried this driver in Visual C# and Borland Builder C++6 , they both giving me the same error

Please help
Hi,
Try "select * from PUB.location;". If you receive the similar error that means you have no rights to view data in location table. In that case you must GRANT priviliges to user that tries to perform SELECT statement on locate table.
Regards
Bogdan
Reply With Quote
  #3 (permalink)  
Old 01-23-09, 07:47
jpsilenzi jpsilenzi is offline
Registered User
 
Join Date: Jan 2009
Posts: 3
Question Question:Progress ODBC Driver problem

Quote:
Originally Posted by brbogdan
Hi,
Try "select * from PUB.location;". If you receive the similar error that means you have no rights to view data in location table. In that case you must GRANT priviliges to user that tries to perform SELECT statement on locate table.
Regards
Bogdan
Hi brbogdan
What if the error states a mis-spelling of the table name (even knowing it's spelled correctly). I've tried with and without the PUB. ALso tried in between quotes and without them, I succeed connecting to all the SYSPROGRESS tables but to none of the PUB. ones.
The error tells me about mis-spelling but not of lack of priviliges to read data.
I'm trying to connect from a MSAccess 2007 front-end using DataDirect Progress ODBC 5.09.00.37 to a Progress 10.1a database. I also tried from a Visual Studio application using the same method and get the same error.
Any ideas? Doesn't seem a privilege problem to me because we succeed to connect to the PUB. tables using Delphi and the ODBC driver.
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