What are implicit arguments ?
http://www.experts-exchange.com/Programming/Languages/CPP/Q_11622238.html
Zones:
C++Date Answered: 10/22/2000 Grade: A Views: 5
Hi all,
Is there a way to create an implicit or default method or property of a class in Managed C++?
In other words, how do I declare a ToString method so that the two statements below both ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_21207418.html
what is Implicit cursors and explicit cursors..?? and
when shud we use explicit cursors.??
http://www.experts-exchange.com/Database/Oracle/Q_20295269.html
Zones:
OracleDate Answered: 04/30/2002 Grade: B Views: 0
Hi,
Can anybody help me in understanding the advantages and disadvantages
of setting the implicit_transactions on or off
thanks,
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20542380.html
It is unclear to me from everything I have read, the scope of the SET IMPLICIT_TRANSACTIONS ON/OFF command. I am coding a stored procedure where my sample included an "off" at the beginning and an...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20896700.html
Hi experts. I'm sure somebody will know this right off the bat if it's possible. I'm using a database filled to the brim with biological data, and I've written a couple pretty sexy lines of relat...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20976535.html
I have been playing around on query analyzer trying to see how implicit_transactions on/off works. I can't seem to write a transaction where this setting will make a difference. Can someone give me...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21206090.html
I have a select statement that may not return a row. So I say "if sql%notfound then raise_error"
But it doesn't raise the error, it goes to "EXCEPTION WHEN OTHERS"
Why won't it go to "raise n...
http://www.experts-exchange.com/Database/Oracle/Q_21631629.html
Zones:
OracleDate Answered: 11/15/2005 Grade: A Views: 0
I am getting an error on some code I Am porting from Solaris to Linux Redhat.
Does anyone know why I would be seeing these errors?
I m just trying to create a simple server client socket that c...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_22421667.html
Zones:
C++,
CDate Answered: 06/12/2007 Grade: A Views: 0
All,
I'm trying to compile my code on a SUN machine and I get a followingwarning:
line 1880: warning: implicit function declaration: _strupr
I do have <string.h> in my header file. Any clu...
http://www.experts-exchange.com/Programming/Languages/C/Q_22914996.html
Zones:
C,
SolarisDate Answered: 12/14/2007 Grade: A Views: 52