FerranB

3,602
Reputation
388 views

Registered User

Name FerranB
Member for 1 year
Seen yesterday
Website
Location
Age
2d
revised query to check index on a table
added 571 characters in body
2d
answered query to check index on a table
Nov
25
awarded  Yearling
Nov
24
answered Need Palm Desktop datebook.dat file format
Nov
10
awarded  Popular Question
Oct
30
awarded  Popular Question
Oct
29
awarded  Popular Question
Oct
26
awarded  Popular Question
Oct
26
comment Interfaces with different getter and setter for the same propertie
I want to allow the implementor of IChangeable to have the get and set.
Oct
26
comment Interfaces with different getter and setter for the same propertie
In this approach, which is the way to assign value to Foo.Data?
Oct
26
comment Interfaces with different getter and setter for the same propertie
@Simon: I've showed a simplification of the problem. On my real problem, The IBasic declares more things.
Oct
26
revised Interfaces with different getter and setter for the same propertie
added 48 characters in body
Oct
26
asked Interfaces with different getter and setter for the same propertie
Oct
26
comment Question about foreach and delegates
And it's not better to show a compiler warning instead of change the behaviour?
Oct
25
comment Is there an autmatic modification time stamp type for Oracle columns?
@David: The created and time are very easy to remember: use a not null constraint.
Oct
21
asked Question about foreach and delegates
Oct
17
awarded  Popular Question
Oct
8
comment How events like CancelEventArgs can be used?
It's very easy that the subscribers use code as e.Cancel = (condition), then you cannot suppose that everyone is going to respect this.
Oct
8
comment How events like CancelEventArgs can be used?
Just this! Thanks
Oct
8
asked How events like CancelEventArgs can be used?
Oct
7
comment How to check if an object its *exactly* a class, not a derived one?
This is for .net 3.x
Oct
6
comment How to check if an object its *exactly* a class, not a derived one?
typeof requires a type not a class
Oct
6
answered How to check if an object its *exactly* a class, not a derived one?
Oct
6
asked How to check if an object its *exactly* a class, not a derived one?
Sep
25
awarded  Popular Question
Sep
23
revised How to access the Picasa (desktop) database?
added 50 characters in body
Sep
23
asked How to access the Picasa (desktop) database?
Sep
20
answered What is the best way to upgrade from Eclipse 3.3 to 3.4 (or future releases)
Sep
18
answered Building command line applications
Aug
6
comment What’s wrong with this FIRST_VALUE query?
"When you specify IGNORE NULLS, the function, well, ignores NULLs." Yes, but only to determine the FIRST_VALUE not the windowing. This have no sense for this question. The problem is that, as you say, the windowing started on current row not on all the partition rows.
Aug
4
comment What’s wrong with this FIRST_VALUE query?
Do you mean that the "ignore nulls" clause is not for determinig the "first_value" but it's for the windowing?
Aug
4
asked What’s wrong with this FIRST_VALUE query?
Aug
4
asked Differences between two analytic queries
Jul
30
answered Does .NET has an Exception that similar to Delphi’s EAbort ?
Jul
28
comment How to write a .Net application that works with both SqlServer and Oracle (now that System.Data.OracleClient is deprecated)
This does not work because the Oracle.DataAccess.dll calls to the OCI.ddl on ORACLE_HOME\bin
Jul
22
answered Help Constructing an Oracle SQL with Condition
Jul
22
comment How to rollback OracleBulkCopy() inserted rows?
I know. I said about a test to see if all is working fine. as the documentation says, if you have UseInternalTransaction and use BeginTransaction an exception is raised. If the exception is not raised may be the trouble is that the transaction is not started.
Jul
21
awarded  Civic Duty
Jul
21
comment Learning about Hidden Features
To the voter to close: duplicated of which one?
Jul
21
comment Learning about Hidden Features
Which is that book, just for curiosity ;-)
Jul
21
answered How to rollback OracleBulkCopy() inserted rows?
Jul
21
comment Error connecting to Oracle from Visual Studio
On accounts locked, the error is "Account locked", not bad password.
Jul
21
answered Error connecting to Oracle from Visual Studio
Jul
21
comment Error connecting to Oracle from Visual Studio
Which options and connect string are you giving? And which version of VS?
Jul
21
comment Index not used due to type conversion?
Very nice the: select rownum from dual connect by rownum <= 1e6
Jul
21
revised How to rollback OracleBulkCopy() inserted rows?
added 39 characters in body
Jul
21
answered Is ODP.NET required for Oracle 11g Client?
Jul
21
revised planning for oracle takeover of sun - farewell mysql?
added 188 characters in body; added 22 characters in body
Jul
20
revised Update large number of rows in Oracle
added 34 characters in body
Jul
20
revised Oracle SQL Invalid Identifier
added 4 characters in body