Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: zeevgetner
  • Content: Threads
  • Order by date
  1. zeevgetner

    .Net 4 FileLoadException permissions problem

    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...
  2. zeevgetner

    sql logging

    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
  3. zeevgetner

    reflection problem

    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.
  4. zeevgetner

    proxy in java

    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...
  5. zeevgetner

    problem with date

    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...
  6. zeevgetner

    is com+ really stateless

    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...
  7. zeevgetner

    prboblems with MDAC and COM+

    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...
  8. zeevgetner

    looking for a front-end to microsoft-analysys Analysis Services

    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?
  9. zeevgetner

    database program

    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 ?
  10. zeevgetner

    transaction between oracle 7 and 8

    is it possible to use a transaction between oracle 7 and 8 with mts/com+
  11. zeevgetner

    cashing information

    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
  12. zeevgetner

    locking problem in MTS with vb

    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...

Part and Inventory Search

Back
Top