I have created a very simple window service using visual studio 2010 and .Net 4.0.
This service has no functionality added from the default windows service project, other than an installer has been added.
If I put the files on my local mach and run installutils, it works.
If I put the files on...
hi,
is there a way to get all sqls that i run throgh one connection
in ado.net
i know it sounds simple since i am the one that sends them,
but i use some times commandbuiolder and other things
and it is important for me to get the sql's that i am running.
thank in advance
zeev
how can i do casting using reflection.
for examlple if i have a class in a DLL
i want in another aplication to load that class,
and assign it to a variable of type that the specific class
implements.
i cant do it,
i keep getting error.
hi everybody,
i have a program that does http comunication.
my system administrator wants the program to comunicate throgh a proxy server. im tring to make the java environment use a proxy server.
one option that i tired is to use :
jave -DproxySet=true -DrpoxyHost=@@@ -DproxyPort=@@@ myclass...
hi everybody,
i want to get the system time.
as simple as it sounds it doesnt work.
im using the following code:
TimeZone tz = TimeZone.getTimeZone("Asia/Tel_Aviv");
Calendar c = Calendar.getInstance(tz);
formatter.setTimeZone(tz);
myDate = (formatter.format(c.getTime().getTime()));
what...
i allways assumed that com+ doesnt save states.
lately i cheacked it. i wrote a simple class that has one property and entered it into the component services.
then i wrote an exe that defines 1000 clases and initilizes this property.
to my suprise every instance of the class rememberd its...
i have the next problem:
my COM+ server has MDAC2.7 installed, and the client has DMAC2.6
when i pass recordsets from the server to the client i get "automation error".
obviously one solution is to change the installation, but i canot, because there are other programs in that company...
hello
i am looking for a front-end to microsoft-analysys Analysis Services.
it has to be something like the olap browser in the enterprise manager itself, but look better, and be web enabled.
what options do i have?
i would like you to recomand me of a good database managemant program for oracle. it have to have the abbility to define triggers, procedures, tables and to extract ddl. im using now the EZSql and im not so happy with it.
any sugestions ?
im writing buissness logic with vb, sql-server and mts.
i have some global information that doesn't change a lot.
would you advise me to build some kind of cashing system or
to keep accessing the database?
zeev
i have a problem, using vb with mts.
when i start a transaction, the mts locks every table,
which i selected from' for update, and locks every table i updated, for select and update. until the end of the transaction
what i want is for the locks to be on the update only, and for the the updated...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.