Peter Lang

420
reputation
87 views

Registered User

name Peter Lang
member for 1 year
seen 21 mins ago
website
location AT
age 25
.
1h
comment Oracle sqlplus: relative paths starting at position of script
Thanks! I know that changing it to "." would help in that case, but then it would not work from the main directory of course. What I was thinking of is a way to tell the script not to take the current working directory for relative paths, but the directory where the script actually is located. The script "knows" where the other scripts are compared to its own position, and I would like it not to consider my current working directory which is not relevant...
2h
comment Oracle sqlplus: relative paths starting at position of script
Corrected error message (thanks to Bob Jarvis)
2h
revised Oracle sqlplus: relative paths starting at position of script
added 5 characters in body
4h
asked Oracle sqlplus: relative paths starting at position of script
5h
comment PLSQL with Oracle 11g
Thanks, I'm certainly going to use it.
1d
comment Getting all possible combinations which obey certain condition with MS SQL
When requesting a SUM of 3, should that result in (group=1, sum=6)?
1d
comment Getting all possible combinations which obey certain condition with MS SQL
I guess it's (1+2)=3, (1+3)=4, (2+3)=5, since lines 1&2, 1&3, 2&3 match the requirement of SUM(conditionField)=2.
2d
comment C# WPF SQL SELECT INNER JOIN
Please try to format all of your code snippets as code. Extracting the queries from the C# source to provide pure SQL-Queries would make it easier for others to help.
2d
revised mysql Select question
added 1652 characters in body
2d
answered Is it possible to call a method using a variable?
Dec
12
revised mysql Select question
deleted 28 characters in body
Dec
12
comment mysql Select question
Sorry, but changing requirements all the time does not make this easier. In the current version, how would one know which players to put together in one row? What if the number of players is not the same in both teams?
Dec
12
answered mysql Select question
Dec
11
comment SQL: are multiple commands separated with ‘;’ atomic or not?
Then that's exactly what transactions are for, right? It's a great benefit of databases to allow concurrent modifications where possible. The records could still be inserted/updated in random order, but changes are only visible to other sessions after COMMIT.
Dec
11
answered SQL: are multiple commands separated with ‘;’ atomic or not?
Dec
11
comment Impact of defining VARCHAR2 column with greater length
I was talking about table-columns, but the PL/SQL-reference is quite interesting too, thanks! (+1)
Dec
10
asked PLSQL with Oracle 11g
Dec
10
asked Impact of defining VARCHAR2 column with greater length
Dec
9
revised select count and other recors in one single query
added 68 characters in body
Dec
9
answered select count and other recors in one single query
Dec
8
accepted autmatic turnng off of the monitor when computer is locked.
Dec
3
accepted “Live” Changelogging for CVS-Comments?
Dec
3
answered “Live” Changelogging for CVS-Comments?
Dec
3
revised Relationship between GEF and GMF?
typo
Dec
3
comment “Live” Changelogging for CVS-Comments?
I see. What about writing this file yourself? Instead of adding those tags to your source, write them (and all necessary information) into the file that you would generate otherwise. You can use whatever tags you like and don't need a script modifying your source. Once you are back online, process that file.
Dec
3
answered autmatic turnng off of the monitor when computer is locked.
Dec
3
answered “Live” Changelogging for CVS-Comments?
Nov
30
comment Editable JComboBox
Johanna, anything else you need to know?
Nov
26
comment Need some help with a SQL Query
Shouldn't you sort ASCending to get lowest PayrollFrom?
Nov
25
comment Editable JComboBox
Not sure when you want to delete the row... If you want to delete it when the user clears the input, check for that before re-adding the element
Nov
24
revised Editable JComboBox
deleted 23 characters in body
Nov
24
revised Editable JComboBox
added 36 characters in body
Nov
24
revised Editable JComboBox
deleted 148 characters in body; added 43 characters in body
Nov
24
answered Editable JComboBox
Nov
24
comment Editable JComboBox
What do you mean by set "abcd". Do you want to change the value in your model? If so, what model do you use?
Nov
24
revised Transpose select results with Oracle
added 20 characters in body
Nov
24
answered Transpose select results with Oracle
Nov
6
answered Relationship between GEF and GMF?
Oct
28
awarded  Popular Question
Sep
19
awarded  Yearling