.ALLCOL("%COLUMN%", " ", ", ", ", ")Do you know anyway for me to exclude a subset of columns returned by this
function. We have two columns (rec_user and rec_datetime) which are in all
of our tables, but when generating triggers I want automatically generate a
script which does not include those two columns but does include all other
columns in that table.
Bruce
I should add that I am using PD 9.0.0.580.
Bruce
"Bruce Lamb" <lamb.bruce@mayo.edu> wrote in message
news:6HgI315nCHA.155@forums.sybase.com...
> Do you know anyway for me to exclude a subset of columns returned by this
> function. ...
Precedence of "where" ("of", "is", "will")?Nobody on #perl6 today could answer this one. Is:
Str | Int where { $_ }
the same as:
(Str | Int) where { $_ }
or:
Str | (Int where { $_ })
?
Followup questions, Mr. President:
What kind of operators are "where", "of", "is", and "will"?
Is there a reason that S03 doesn't list them?
What are their precedence(s)?
--
Chip Salzenberg - a.k.a. - <chip@pobox.com>
Open Source is not an excuse to write fun code
then leave the actual work to others.
Chip Salzenberg writes:
&...
RFE: for "%%" becoming to "&&" as "//" is to "||"; the "defined(x) && expr" operator...In looking at the 5.10 perl5op doc's, I was thinking about the "//"
operator and how in an expression "a // b" it tests 'definedness'
the left-hand-side and returns it if it is defined, otherwise, it returns
the right hand side. The idea being that you might normally use
"||" but if the 'lhs' could be integer '0', it wouldn't work as
desired.
I think it could be useful to provide an equivalent operator for
'&&', say '%%', that tests 'defined(lhs)' and if true, returns the
2nd part (rig...
quotes, quotes, quotes...I am getting this error and I know what is causing it, but I have no idea
how to fix it, any help would be great. The script steps through the
/var/log/messages file on a linux server and puts
The entries into a mysql database. However when it gets to the 'hlt' line in
the messages file it just barfs. The single quotes are freaking it out. I
know about quotes but not how to use in
this situation.
Thanks,
Paul
Error:
May 27 17:53:00 localhost kernel: Checking 'hlt' instruction... OK.
<----- doesn't like this in the messages file
DBD::mysql::st exec...
How To Set "Trial Application" and "Bound To This Machine" .NET application only
Hi,
This is the first time I made a web application for a client. Since he has not paid me, what should I do so that the application will terminate within x days starting from the day I install the application in his server ? And is it possible to make application works on his server only ? I don't want the files copied without my permission.
Thank you very much for your attention.
===================================Don't Quote And Flame Me If I Am Wrong===================================...
Distinguish "To:" from "Cc:" &/or "Bcc:" ? ????When sending an email, is there any way for recipient to know
that his address was in:
1. "To:"
or
2. "Cc:"
or
3. "Bcc:"
field?
Richard Owlett wrote:
> When sending an email, is there any way for recipient to know
> that his address was in:
> 1. "To:"
> or
> 2. "Cc:"
> or
> 3. "Bcc:"
> field?
Yes. If it is in TO: or CC: it will show in the headers. Plainly
visible. If it is in BCC: it will not show at all -- but then of course
he'll...
Cache("My_DS") or Application("My_DS")
What is the difference between the above?
Thanks.
Hi,
There are major difference between Cache("My_DS") and Application("My_DS") . If large amount of reqiest is coming then cache data is deleted automatically. This feature is called scavanging. This feature is not in application state.
With regards
Anurag Pandey
Anurag Pandey
Software Developer
Consulting Engineering Services India Pvt. Ltd.
New Delhi, India
Hi,
Cache("My_DS") will maintain the content in the Cache object. Application("My_DS") will maintain the conte...
"Me" is better than "You"Yes I know, strings are frozen.
But let me talk about it, I really can't get through the idea of a PC
talkin to me.
I consider my PC as an extension of myself, not a dumb companion who
addresses Me as You. Yes there are times when I get angry with Him while
I work and get wrong calculations etc.., but it really is my fault, Me
using wrong istructions and eventually wanting to find someone else to
blame, but it's Me. And yes, I consider Thunderbird my mail program,
reading my mail on my PC as Me.
So I personally like to have Me in the header bar as a compact address
...
"To" and "From" missingWhen I print emails, the words "To" and "From" are blank, even though
the "To" name and "From name (addresser, addressee) do show up. This
is
not a problem for other users on my system. Suggestions
In mailbox right click, view. On the message window, right click and
choose print options. Make sure print header is checked.
--
Barry Merchant
NSC Volunteer SysOp
*** no email unless requested please!! ***
> In mailbox right click, view. On the message window, right click and
> choose print options. Make sure prin...
Replacing "\\" with "\"
Hi all
I'm getting this value from a CheckBoxList control - a location of file, i have to remove "\\" and replace it with "\" and pass it to Query, how to do it, i tried with Replace, but coud'nt suceed.
"\\\\Blaze10xp\\BLZ_SFS_07\\Sample Excel Files\\Excel Files\\report2.xls"
thank's in advance
- Prakash.C
you tried Replace like this?
string newstring = oldstring.Replace(@"\\",@"\");Plese, do not forget to click "Mark as Answer" on the post that helped you. Thanx!My blog: Scenes From A Developer Memory
yes i tr...
"Net use" not working in application that runs as "system" #2Hello,
I am trying to create an application object to distribute a program which
during the setup procedure creates two local users on the workstation. I
tried to set up the application to run as an unsecure system user and
start the setup.exe. This method worked fine for quite a number of apps in
the past.
However this app needs a drive mapping to a windows 2003 server to start
the setup.exe. Apparently under windows 2003 it is no longer possible to
use the "net use" command when running a script as system user. I get
system error 1312 "A specified logon ses...
"Using" or "With"
Hi all
Please can someone enlighten to me as regards the difference with the "Using" and "With" statement when accessing data - which is better, what are the limitations and/or any pointers. Many thanks.
Regards
DaveDavid WinchesterPlease mark as answer if this is the solution.
using gives you the ability to use the connection and it closes the connection directlly after you finish using it. and there is no need to try- cach - finaly. there is no limitation on using USING keywordMuhanad YOUNISMCSD.NETMy Blog || My Photos || LinkedIn
I have a dataobject the re...
double quote
hello there...
i tried everything of think but not working the way i wanted to be... not sure what i'm missing...i'm generating a <span> in code behind and then using in javascript....
here is what i'm doing
code behind:
int i=0string _keywordID = "keyword";string _name = row["visit_info_nm"].ToString().Trim(); String _getElementByID = String.Format("<span id='{0}' OnClick = \"document.getElementById('{1}').value='{2}';\">{3}</span><br>", i, _keywordID, _name, _name);
here is what it generate :
<span id='1' OnClick = \"document.getElementById('keyword')...
replace the "." with a ","
Oi.... I need to build a small programm in ASP.NET and chose to use C# for it.Now i got everything working but there's one little problem.the first textbox is a double. I need to make it so that when someone enters a "." then it gets replaced by a ","any ideas?Ghan
string blah = "4.2.2.2";blah = blah.Replace(".", ",");Ryan Ryan OlshanASPInsider | Microsoft MVP, ASP.NEThttp://ryanolshan.comHow to ask a question...