We are developing an application that must work in two different languages,
and we have the following doubt:
Is it possible to design a localizable report ?, that is, that the report
appears in different languages depending on a parameter or the browser
configuration?
We are interested in develop only one version of every report, and that the
report server send to the user the report localized depending on a parameter
or the web browser configuration.
Is there something like the resource files for Windows forms?.
Thanks in advance for your help.Hi
I have found a workaround for this. Use the report parameters in your code
and set their default values in the code itself from the resource files and
then render the report. Since the default parameters will be based on the
culture settings the report would be rendered based on the culture.So all the
fields in the report that would vary with culture would be parameters
accepting the values form the resource file in the code.
Hope that helps.
Kalpna
"Eurofirms." wrote:
> We are developing an application that must work in two different languages,
> and we have the following doubt:
> Is it possible to design a localizable report ?, that is, that the report
> appears in different languages depending on a parameter or the browser
> configuration?
> We are interested in develop only one version of every report, and that the
> report server send to the user the report localized depending on a parameter
> or the web browser configuration.
> Is there something like the resource files for Windows forms?.
> Thanks in advance for your help.
>
Showing posts with label doubt. Show all posts
Showing posts with label doubt. Show all posts
Friday, February 24, 2012
Monday, February 20, 2012
Is Null
Hi,
I have a silly doubt. Please tell me whether "Is Null" is a contraint
or not? If yes then why it does not show in sysconstraints view?
Regards
Arijit Chatterjee
On May 2, 11:11 am, arijitchatterjee...@.yahoo.co.in wrote:
> Hi,
> I have a silly doubt. Please tell me whether "Is Null" is a contraint
> or not? If yes then why it does not show in sysconstraints view?
> Regards
> Arijit Chatterjee
Sorry little modification instead of "Is Null" I want to say "Not Null"
|||It depends on who you ask. Technically, NOT NULL is not a constraint in SQL Server, if we by
"constraint" mean what syntax we used for other constraints, like:
ALTER TABLE ... ADD CONSTRAINT...
So, in SQL Server, NOT NULL is more like a column attribute. Of course, NOT NULL does constraint
what you are allowed to put in that column, so seen from that viewpoint, NOT NULL is a constraint.
I believe that in ANSI SQL, NOT NULL is indeed a "constraint" similar to CHECK and FOREIGN KEY,
possibly represented in the system catalog as such.
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://sqlblog.com/blogs/tibor_karaszi
<arijitchatterjee123@.yahoo.co.in> wrote in message
news:1178086362.445723.175660@.q75g2000hsh.googlegr oups.com...
> On May 2, 11:11 am, arijitchatterjee...@.yahoo.co.in wrote:
> Sorry little modification instead of "Is Null" I want to say "Not Null"
>
|||On May 2, 11:49 am, "Tibor Karaszi"
<tibor_please.no.email_kara...@.hotmail.nomail.com> wrote:
> It depends on who you ask. Technically, NOT NULL is not a constraint in SQL Server, if we by
> "constraint" mean what syntax we used for other constraints, like:
> ALTER TABLE ... ADD CONSTRAINT...
> So, in SQL Server, NOT NULL is more like a column attribute. Of course, NOT NULL does constraint
> what you are allowed to put in that column, so seen from that viewpoint, NOT NULL is a constraint.
> I believe that in ANSI SQL, NOT NULL is indeed a "constraint" similar to CHECK and FOREIGN KEY,
> possibly represented in the system catalog as such.
> --
> Tibor Karaszi, SQL Server MVPhttp://www.karaszi.com/sqlserver/default.asphttp://sqlblog.com/blogs/tibor_karaszi
> <arijitchatterjee...@.yahoo.co.in> wrote in message
> news:1178086362.445723.175660@.q75g2000hsh.googlegr oups.com...
>
>
> - Show quoted text -
Thanks a bunch...
I have a silly doubt. Please tell me whether "Is Null" is a contraint
or not? If yes then why it does not show in sysconstraints view?
Regards
Arijit Chatterjee
On May 2, 11:11 am, arijitchatterjee...@.yahoo.co.in wrote:
> Hi,
> I have a silly doubt. Please tell me whether "Is Null" is a contraint
> or not? If yes then why it does not show in sysconstraints view?
> Regards
> Arijit Chatterjee
Sorry little modification instead of "Is Null" I want to say "Not Null"
|||It depends on who you ask. Technically, NOT NULL is not a constraint in SQL Server, if we by
"constraint" mean what syntax we used for other constraints, like:
ALTER TABLE ... ADD CONSTRAINT...
So, in SQL Server, NOT NULL is more like a column attribute. Of course, NOT NULL does constraint
what you are allowed to put in that column, so seen from that viewpoint, NOT NULL is a constraint.
I believe that in ANSI SQL, NOT NULL is indeed a "constraint" similar to CHECK and FOREIGN KEY,
possibly represented in the system catalog as such.
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://sqlblog.com/blogs/tibor_karaszi
<arijitchatterjee123@.yahoo.co.in> wrote in message
news:1178086362.445723.175660@.q75g2000hsh.googlegr oups.com...
> On May 2, 11:11 am, arijitchatterjee...@.yahoo.co.in wrote:
> Sorry little modification instead of "Is Null" I want to say "Not Null"
>
|||On May 2, 11:49 am, "Tibor Karaszi"
<tibor_please.no.email_kara...@.hotmail.nomail.com> wrote:
> It depends on who you ask. Technically, NOT NULL is not a constraint in SQL Server, if we by
> "constraint" mean what syntax we used for other constraints, like:
> ALTER TABLE ... ADD CONSTRAINT...
> So, in SQL Server, NOT NULL is more like a column attribute. Of course, NOT NULL does constraint
> what you are allowed to put in that column, so seen from that viewpoint, NOT NULL is a constraint.
> I believe that in ANSI SQL, NOT NULL is indeed a "constraint" similar to CHECK and FOREIGN KEY,
> possibly represented in the system catalog as such.
> --
> Tibor Karaszi, SQL Server MVPhttp://www.karaszi.com/sqlserver/default.asphttp://sqlblog.com/blogs/tibor_karaszi
> <arijitchatterjee...@.yahoo.co.in> wrote in message
> news:1178086362.445723.175660@.q75g2000hsh.googlegr oups.com...
>
>
> - Show quoted text -
Thanks a bunch...
Labels:
contraintor,
database,
doubt,
microsoft,
mysql,
null,
oracle,
server,
silly,
sql,
sysconstraints,
viewregardsarijit
Is Null
Hi,
I have a silly doubt. Please tell me whether "Is Null" is a contraint
or not? If yes then why it does not show in sysconstraints view?
Regards
Arijit ChatterjeeOn May 2, 11:11 am, arijitchatterjee...@.yahoo.co.in wrote:
> Hi,
> I have a silly doubt. Please tell me whether "Is Null" is a contraint
> or not? If yes then why it does not show in sysconstraints view?
> Regards
> Arijit Chatterjee
Sorry little modification instead of "Is Null" I want to say "Not Null"|||It depends on who you ask. Technically, NOT NULL is not a constraint in SQL
Server, if we by
"constraint" mean what syntax we used for other constraints, like:
ALTER TABLE ... ADD CONSTRAINT...
So, in SQL Server, NOT NULL is more like a column attribute. Of course, NOT
NULL does constraint
what you are allowed to put in that column, so seen from that viewpoint, NOT
NULL is a constraint.
I believe that in ANSI SQL, NOT NULL is indeed a "constraint" similar to CHE
CK and FOREIGN KEY,
possibly represented in the system catalog as such.
--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://sqlblog.com/blogs/tibor_karaszi
<arijitchatterjee123@.yahoo.co.in> wrote in message
news:1178086362.445723.175660@.q75g2000hsh.googlegroups.com...
> On May 2, 11:11 am, arijitchatterjee...@.yahoo.co.in wrote:
> Sorry little modification instead of "Is Null" I want to say "Not Null"
>|||On May 2, 11:49 am, "Tibor Karaszi"
<tibor_please.no.email_kara...@.hotmail.nomail.com> wrote:
> It depends on who you ask. Technically, NOT NULL is not a constraint in SQ
L Server, if we by
> "constraint" mean what syntax we used for other constraints, like:
> ALTER TABLE ... ADD CONSTRAINT...
> So, in SQL Server, NOT NULL is more like a column attribute. Of course, NO
T NULL does constraint
> what you are allowed to put in that column, so seen from that viewpoint, N
OT NULL is a constraint.
> I believe that in ANSI SQL, NOT NULL is indeed a "constraint" similar to C
HECK and FOREIGN KEY,
> possibly represented in the system catalog as such.
> --
> Tibor Karaszi, SQL Server MVPhttp://www.karaszi.com/sqlserver/default.asph
ttp://sqlblog.com/blogs/tibor_karaszi
> <arijitchatterjee...@.yahoo.co.in> wrote in message
> news:1178086362.445723.175660@.q75g2000hsh.googlegroups.com...
>
>
>
> - Show quoted text -
Thanks a bunch...
I have a silly doubt. Please tell me whether "Is Null" is a contraint
or not? If yes then why it does not show in sysconstraints view?
Regards
Arijit ChatterjeeOn May 2, 11:11 am, arijitchatterjee...@.yahoo.co.in wrote:
> Hi,
> I have a silly doubt. Please tell me whether "Is Null" is a contraint
> or not? If yes then why it does not show in sysconstraints view?
> Regards
> Arijit Chatterjee
Sorry little modification instead of "Is Null" I want to say "Not Null"|||It depends on who you ask. Technically, NOT NULL is not a constraint in SQL
Server, if we by
"constraint" mean what syntax we used for other constraints, like:
ALTER TABLE ... ADD CONSTRAINT...
So, in SQL Server, NOT NULL is more like a column attribute. Of course, NOT
NULL does constraint
what you are allowed to put in that column, so seen from that viewpoint, NOT
NULL is a constraint.
I believe that in ANSI SQL, NOT NULL is indeed a "constraint" similar to CHE
CK and FOREIGN KEY,
possibly represented in the system catalog as such.
--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://sqlblog.com/blogs/tibor_karaszi
<arijitchatterjee123@.yahoo.co.in> wrote in message
news:1178086362.445723.175660@.q75g2000hsh.googlegroups.com...
> On May 2, 11:11 am, arijitchatterjee...@.yahoo.co.in wrote:
> Sorry little modification instead of "Is Null" I want to say "Not Null"
>|||On May 2, 11:49 am, "Tibor Karaszi"
<tibor_please.no.email_kara...@.hotmail.nomail.com> wrote:
> It depends on who you ask. Technically, NOT NULL is not a constraint in SQ
L Server, if we by
> "constraint" mean what syntax we used for other constraints, like:
> ALTER TABLE ... ADD CONSTRAINT...
> So, in SQL Server, NOT NULL is more like a column attribute. Of course, NO
T NULL does constraint
> what you are allowed to put in that column, so seen from that viewpoint, N
OT NULL is a constraint.
> I believe that in ANSI SQL, NOT NULL is indeed a "constraint" similar to C
HECK and FOREIGN KEY,
> possibly represented in the system catalog as such.
> --
> Tibor Karaszi, SQL Server MVPhttp://www.karaszi.com/sqlserver/default.asph
ttp://sqlblog.com/blogs/tibor_karaszi
> <arijitchatterjee...@.yahoo.co.in> wrote in message
> news:1178086362.445723.175660@.q75g2000hsh.googlegroups.com...
>
>
>
> - Show quoted text -
Thanks a bunch...
Labels:
contraintor,
database,
doubt,
microsoft,
mysql,
null,
oracle,
server,
silly,
sql,
sysconstraints,
viewregardsarijit
Is Null
Hi,
I have a silly doubt. Please tell me whether "Is Null" is a contraint
or not? If yes then why it does not show in sysconstraints view?
Regards
Arijit ChatterjeeOn May 2, 11:11 am, arijitchatterjee...@.yahoo.co.in wrote:
> Hi,
> I have a silly doubt. Please tell me whether "Is Null" is a contraint
> or not? If yes then why it does not show in sysconstraints view?
> Regards
> Arijit Chatterjee
Sorry little modification instead of "Is Null" I want to say "Not Null"|||It depends on who you ask. Technically, NOT NULL is not a constraint in SQL Server, if we by
"constraint" mean what syntax we used for other constraints, like:
ALTER TABLE ... ADD CONSTRAINT...
So, in SQL Server, NOT NULL is more like a column attribute. Of course, NOT NULL does constraint
what you are allowed to put in that column, so seen from that viewpoint, NOT NULL is a constraint.
I believe that in ANSI SQL, NOT NULL is indeed a "constraint" similar to CHECK and FOREIGN KEY,
possibly represented in the system catalog as such.
--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://sqlblog.com/blogs/tibor_karaszi
<arijitchatterjee123@.yahoo.co.in> wrote in message
news:1178086362.445723.175660@.q75g2000hsh.googlegroups.com...
> On May 2, 11:11 am, arijitchatterjee...@.yahoo.co.in wrote:
>> Hi,
>> I have a silly doubt. Please tell me whether "Is Null" is a contraint
>> or not? If yes then why it does not show in sysconstraints view?
>> Regards
>> Arijit Chatterjee
> Sorry little modification instead of "Is Null" I want to say "Not Null"
>|||On May 2, 11:49 am, "Tibor Karaszi"
<tibor_please.no.email_kara...@.hotmail.nomail.com> wrote:
> It depends on who you ask. Technically, NOT NULL is not a constraint in SQL Server, if we by
> "constraint" mean what syntax we used for other constraints, like:
> ALTER TABLE ... ADD CONSTRAINT...
> So, in SQL Server, NOT NULL is more like a column attribute. Of course, NOT NULL does constraint
> what you are allowed to put in that column, so seen from that viewpoint, NOT NULL is a constraint.
> I believe that in ANSI SQL, NOT NULL is indeed a "constraint" similar to CHECK and FOREIGN KEY,
> possibly represented in the system catalog as such.
> --
> Tibor Karaszi, SQL Server MVPhttp://www.karaszi.com/sqlserver/default.asphttp://sqlblog.com/blogs/tibor_karaszi
> <arijitchatterjee...@.yahoo.co.in> wrote in message
> news:1178086362.445723.175660@.q75g2000hsh.googlegroups.com...
>
> > On May 2, 11:11 am, arijitchatterjee...@.yahoo.co.in wrote:
> >> Hi,
> >> I have a silly doubt. Please tell me whether "Is Null" is a contraint
> >> or not? If yes then why it does not show in sysconstraints view?
> >> Regards
> >> Arijit Chatterjee
> > Sorry little modification instead of "Is Null" I want to say "Not Null"- Hide quoted text -
> - Show quoted text -
Thanks a bunch...
I have a silly doubt. Please tell me whether "Is Null" is a contraint
or not? If yes then why it does not show in sysconstraints view?
Regards
Arijit ChatterjeeOn May 2, 11:11 am, arijitchatterjee...@.yahoo.co.in wrote:
> Hi,
> I have a silly doubt. Please tell me whether "Is Null" is a contraint
> or not? If yes then why it does not show in sysconstraints view?
> Regards
> Arijit Chatterjee
Sorry little modification instead of "Is Null" I want to say "Not Null"|||It depends on who you ask. Technically, NOT NULL is not a constraint in SQL Server, if we by
"constraint" mean what syntax we used for other constraints, like:
ALTER TABLE ... ADD CONSTRAINT...
So, in SQL Server, NOT NULL is more like a column attribute. Of course, NOT NULL does constraint
what you are allowed to put in that column, so seen from that viewpoint, NOT NULL is a constraint.
I believe that in ANSI SQL, NOT NULL is indeed a "constraint" similar to CHECK and FOREIGN KEY,
possibly represented in the system catalog as such.
--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://sqlblog.com/blogs/tibor_karaszi
<arijitchatterjee123@.yahoo.co.in> wrote in message
news:1178086362.445723.175660@.q75g2000hsh.googlegroups.com...
> On May 2, 11:11 am, arijitchatterjee...@.yahoo.co.in wrote:
>> Hi,
>> I have a silly doubt. Please tell me whether "Is Null" is a contraint
>> or not? If yes then why it does not show in sysconstraints view?
>> Regards
>> Arijit Chatterjee
> Sorry little modification instead of "Is Null" I want to say "Not Null"
>|||On May 2, 11:49 am, "Tibor Karaszi"
<tibor_please.no.email_kara...@.hotmail.nomail.com> wrote:
> It depends on who you ask. Technically, NOT NULL is not a constraint in SQL Server, if we by
> "constraint" mean what syntax we used for other constraints, like:
> ALTER TABLE ... ADD CONSTRAINT...
> So, in SQL Server, NOT NULL is more like a column attribute. Of course, NOT NULL does constraint
> what you are allowed to put in that column, so seen from that viewpoint, NOT NULL is a constraint.
> I believe that in ANSI SQL, NOT NULL is indeed a "constraint" similar to CHECK and FOREIGN KEY,
> possibly represented in the system catalog as such.
> --
> Tibor Karaszi, SQL Server MVPhttp://www.karaszi.com/sqlserver/default.asphttp://sqlblog.com/blogs/tibor_karaszi
> <arijitchatterjee...@.yahoo.co.in> wrote in message
> news:1178086362.445723.175660@.q75g2000hsh.googlegroups.com...
>
> > On May 2, 11:11 am, arijitchatterjee...@.yahoo.co.in wrote:
> >> Hi,
> >> I have a silly doubt. Please tell me whether "Is Null" is a contraint
> >> or not? If yes then why it does not show in sysconstraints view?
> >> Regards
> >> Arijit Chatterjee
> > Sorry little modification instead of "Is Null" I want to say "Not Null"- Hide quoted text -
> - Show quoted text -
Thanks a bunch...
Subscribe to:
Posts (Atom)