Firebird SQL Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsDatabasesFirebird SQL Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old May 31st, 2011, 12:37 PM
polarpro polarpro is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2011
Location: Munich, Germany
Posts: 3 polarpro User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 27 m 17 sec
Reputation Power: 0
Firebird: Showing constraints / Client for Mac OS X

Hey,

I am looking for an SQL client that works with Firebird on Mac OS X.

I tried RazorSQL, and it works quite well; unfortunately, constraints are not displayed in full detail. Or am I missing something? I only get the names of the constraints, but not the details like check(Field01 > 0)

Under Windows I use IBExpert, but this doesn't run under Mac OS X.

Thank you for your input,
Mike

Reply With Quote
  #2  
Old May 31st, 2011, 01:13 PM
shammat shammat is offline
Contributing User
Dev Shed Frequenter (2500 - 2999 posts)
 
Join Date: Oct 2003
Location: Germany
Posts: 2,685 shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level) 
Time spent in forums: 1 Month 3 Weeks 3 Days 19 h 56 m 12 sec
Reputation Power: 284
Check out SQL Workbench, it's Java based and runs well under MacOS

http://www.sql-workbench.net/

Reply With Quote
  #3  
Old May 31st, 2011, 05:11 PM
polarpro polarpro is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2011
Location: Munich, Germany
Posts: 3 polarpro User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 27 m 17 sec
Reputation Power: 0
Hey Shammat,
Thank you for your response.

I managed to get SQL Workbench going, but it seems as if it provides the same information like RazorSQL. As for constraints e.g., I cannot gather all the information that has to do with the constraint (mainly the name is provided).

Reply With Quote
  #4  
Old June 1st, 2011, 01:04 AM
shammat shammat is offline
Contributing User
Dev Shed Frequenter (2500 - 2999 posts)
 
Join Date: Oct 2003
Location: Germany
Posts: 2,685 shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level) 
Time spent in forums: 1 Month 3 Weeks 3 Days 19 h 56 m 12 sec
Reputation Power: 284
Quote:
Originally Posted by polarpro
I managed to get SQL Workbench going, but it seems as if it provides the same information like RazorSQL. As for constraints e.g., I cannot gather all the information that has to do with the constraint (mainly the name is provided).
It does display the name of the constraint for me, e.g. for the following table
Code:
CREATE TABLE CHECK_TEST
(
   ID  INTEGER
   ,CONSTRAINT CHECK_POSITIVE check (id > 0)
);
Maybe you should post that question to the support forum that's listed on the homepage

Reply With Quote
  #5  
Old June 1st, 2011, 06:41 PM
polarpro polarpro is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2011
Location: Munich, Germany
Posts: 3 polarpro User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 27 m 17 sec
Reputation Power: 0
Yes, it displays the name, but not the actual details that build a constraint (e.g. the calculation that defines allowed values).

Well, I decided to use PostgreSQL instead. With PostgreSQL comes an interface that lists all I need, and it runs well on a Mac.

Thanks again for your help;
Mike

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesFirebird SQL Development > Firebird: Showing constraints / Client for Mac OS X

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap