Is it possible to use any database for RBS?


Author
Message
Marcelo A Modarelli
Marcelo A Modarelli
StrataFrame Beginner (17 reputation)StrataFrame Beginner (17 reputation)StrataFrame Beginner (17 reputation)StrataFrame Beginner (17 reputation)StrataFrame Beginner (17 reputation)StrataFrame Beginner (17 reputation)StrataFrame Beginner (17 reputation)StrataFrame Beginner (17 reputation)StrataFrame Beginner (17 reputation)
Group: Forum Members
Posts: 5, Visits: 183
As far as I'm concerned, RBS only works under SQL Server or SQL Express. As I mention above the application will use a Firebird database running in a Linux box. How can I add RBS features to this project? Any ideas are welcome.

Thanks, Marcelo.

Replies
Marcelo A Modarelli
Marcelo A Modarelli
StrataFrame Beginner (17 reputation)StrataFrame Beginner (17 reputation)StrataFrame Beginner (17 reputation)StrataFrame Beginner (17 reputation)StrataFrame Beginner (17 reputation)StrataFrame Beginner (17 reputation)StrataFrame Beginner (17 reputation)StrataFrame Beginner (17 reputation)StrataFrame Beginner (17 reputation)
Group: Forum Members
Posts: 5, Visits: 183
Hi Ivan,

I appreciate your answer but I think I'm missing something. I will try to explain the issue again. I think I was not clear enough. Well the thing is this. I want to build an application that will use a FireBird database with several tables on it. This database will be accessed through OleDb and the database itself will be running in a Linux box (no problem with this since FireBird is a cross-platform database). If I want to add security features to my application will it be possible to create the RBS tables in the same database (Firebird) or the RBS can only be deployed in SLQ Server / SQL Express?

If the latter is true, how can I manage this situation since the database server is a Linux box? (and I don't want to run another server with Windows just to house the RBS database). The only thing I can imagine is to run a virtualized windows server in the same box, but it would be better if this can be avoided.

Thanks in advance. Marcelo. (Saludos desde Argentina)

Ivan George Borges
Ivan George Borges
Strategic Support Team Member (4.9K reputation)Strategic Support Team Member (4.9K reputation)Strategic Support Team Member (4.9K reputation)Strategic Support Team Member (4.9K reputation)Strategic Support Team Member (4.9K reputation)Strategic Support Team Member (4.9K reputation)Strategic Support Team Member (4.9K reputation)Strategic Support Team Member (4.9K reputation)Strategic Support Team Member (4.9K reputation)
Group: StrataFrame MVPs
Posts: 1.9K, Visits: 21K
If I want to add security features to my application will it be possible to create the RBS tables in the same database (Firebird) or the RBS can only be deployed in SLQ Server / SQL Express?

Yep, you were clear. And no, it is not possible to use Firebird to house the RBS tables, as there are some features in it that will need SQL Server 2005.

If the latter is true, how can I manage this situation since the database server is a Linux box? (and I don't want to run another server with Windows just to house the RBS database).

Well, you do need the Windows somewhere. Usually, when using other databases, people just set up a computer for that matter. Is it a major concern in your environment to have a computer running windows? Maybe you could put a penguin on the top of it to make everybody happy... BigGrin

By the way, I haven't been to Argentina yet, would love to go and visit the country some day. Where are you over there?

Marcelo A Modarelli
Marcelo A Modarelli
StrataFrame Beginner (17 reputation)StrataFrame Beginner (17 reputation)StrataFrame Beginner (17 reputation)StrataFrame Beginner (17 reputation)StrataFrame Beginner (17 reputation)StrataFrame Beginner (17 reputation)StrataFrame Beginner (17 reputation)StrataFrame Beginner (17 reputation)StrataFrame Beginner (17 reputation)
Group: Forum Members
Posts: 5, Visits: 183
Ivan, thanks again for your reply. Well it seems that I will have to go for the penguin + Virtualize Windows or Penguin + Windows (I'd prefer the first one).

Regarding your last question, I live nearby Buenos Aires city (just 10 blocks in the province !!!). The place is called Florida.Smile

If you think I could be useful in something related to Argentina, just let me know (a PM will do).

Abraços.

Bill Cunnien
Bill Cunnien
StrataFrame VIP (1.2K reputation)StrataFrame VIP (1.2K reputation)StrataFrame VIP (1.2K reputation)StrataFrame VIP (1.2K reputation)StrataFrame VIP (1.2K reputation)StrataFrame VIP (1.2K reputation)StrataFrame VIP (1.2K reputation)StrataFrame VIP (1.2K reputation)StrataFrame VIP (1.2K reputation)
Group: Forum Members
Posts: 785, Visits: 3.6K
Ivan George Borges (09/05/2008)
If I want to add security features to my application will it be possible to create the RBS tables in the same database (Firebird) or the RBS can only be deployed in SLQ Server / SQL Express?

Yep, you were clear. And no, it is not possible to use Firebird to house the RBS tables, as there are some features in it that will need SQL Server 2005.

Hi Ivan,

I am quite intrigued by Firebird...been playing with it for several days, now.  I am just about to pull the trigger and implement my own DAL by inheriting from DbDataSourceItem.  What are the features of SQL Server 2005 that are required by the RBS?

Thanks,
Bill

Edhy Rijo
E
StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)
Group: StrataFrame Users
Posts: 2.4K, Visits: 23K
Bill Cunnien (09/08/2008)
I am quite intrigued by Firebird...been playing with it for several days, now.  I am just about to pull the trigger and implement my own DAL by inheriting from DbDataSourceItem.  What are the features of SQL Server 2005 that are required by the RBS?

Hi Bill,

What have you seen in Firebird so far that would make you switch from MS SQL?

I got an email for a free webcast on Advantage Database Server tomorrow here the info in case anybody is interested:

Advantage Database Server components and usage
Installation
Tools and Features
Where to go from here?
Your host will be Chris Franz, Sybase iAnywhere systems consultant. Chris has over 10 years of experience working with databases using many development languages such as Visual Basic, C#, Java and ASP.NET.

Date: Tuesday September 9th
Time: 10am & 2pm EDT / 3pm GMT / 4pm CET / 8am & 11am PDT

This is a free webcast, but registration is required.

Go to http://www.sybase.com/iaswebcast_ads_getting_started to register.



Edhy Rijo

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
Marcelo A Modarelli - 17 Years Ago
Ivan George Borges - 17 Years Ago
Marcelo A Modarelli - 17 Years Ago
Ivan George Borges - 17 Years Ago
Marcelo A Modarelli - 17 Years Ago
Bill Cunnien - 17 Years Ago
Edhy Rijo - 17 Years Ago
Bill Cunnien - 17 Years Ago
Edhy Rijo - 17 Years Ago
Greg McGuffey - 17 Years Ago
Edhy Rijo - 17 Years Ago
                         No changes to the RBS tables. I added tables, using the references to...
Greg McGuffey - 17 Years Ago
                             [quote]Hope that makes sense and helps.[/quote] Yes it does, thanks....
Edhy Rijo - 17 Years Ago
                                 The "All Projects" permission would be assigned to users who have...
Greg McGuffey - 17 Years Ago

Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search