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 strongm 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: *

  1. akutty

    Webservices and VB 6.0

    Hi All, Iam trying to connect to a webservice using VB 6.0, however Iam getting an error "XML parser failed at line 0 loading of the wsdl file failed, In correct function, The parameter is incorrect" . Here is the code attached Private Sub Command1_Click() Dim objSoapClient As New...
  2. akutty

    MDAC SQL

    the problem is resolved now, the problem was with the oracle database cursor settings.. dba team changes and its working fine now. it was a strange error and took lot of time to resolve.. regards Anil
  3. akutty

    MDAC SQL

    Hi All, I have got a strange proble,i execut ethe following query through Toad or SQLplus select count(*) from tableA it works fine but if i execute the same from Visial basic DLL i throws up the verror ORA-00937: not a single-group group function is it a problemwith oledb provider or MDAC...
  4. akutty

    .NET compact framework instrumentation

    Hi all, I am trying to create a log file for my pocket PC application(C#.NET) , to measure performance,log error messages, measure battery consumption etc. I haven't worked much with pocket PC devices and I don't know how I can write event log entries or create something analogous to a...
  5. akutty

    modify number data type oracle

    oh I missed that...thanks a lot. :) rgds Anil
  6. akutty

    modify number data type oracle

    column magin is currently number (7,2) alter table t_volume modify margin number (7,3) gives an error The following error has occurred: ORA-01440: column to be modified must be empty to decrease precision or scale Details: ORA-01440: column to be modified must be empty to decrease...
  7. akutty

    Performance

    Hi All, Some of our ASP pages are very big. These ASP pages are opening many recordsets. Not sure if they are getting closed. Do you know of any way where we can identify the open recordsets. for e.g rsCredit.open rsdebit.open and if recordset rsdebit is not closed display that rsdebit is...
  8. akutty

    Server.Createobject

    Thanks a lot this works :) Anil
  9. akutty

    Server.Createobject

    Hi All Iam getting an error when I use server.createobject("excel.application") Server object error 'ASP 0177 : 80080005' Server.createObject Failed /coe_france/coe_dbopen.asp,line 507 Server execution failed I have checked the authorisation in dcomcng , for excel and it seems the user has...
  10. akutty

    cant find project or library

    Hi All, I am getting a problem with Visual basic. Space$ retStr = Space$(100) Iam using this function but it says cant find project or library, this code is already in use and given to me, any idea how to resolve this regards anil
  11. akutty

    IIS no website configured

    Hi All I have set up a virtual directory on the IIS Site. However when i try to browse the site it says page cannot be found The page cannot be found The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. However I can see the file is...
  12. akutty

    ASP Read timeout error

    Hi All, One of our asp pages we are getting the following error ERROR The requested URL could not be retrieved -------------------------------------------------------------------------------- While trying to retrieve the URL: The following error was encountered: Read Timeout The system...
  13. akutty

    Outlook Mail code

    Hi All Looking for a Program that will send an automatic email to the same mailbox every five minutes with the subject <Test> The mail box will get a response Delivery confirmation, we need a code which will send this mail and then be able to read the timestamp of the returned email is that...
  14. akutty

    Orcle trigger

    Thanks a lot to all :). working fine now
  15. akutty

    Orcle trigger

    Hi All, The trigger below gets compiled succesfully, however it doesnt work as expected, what we want is when count not = 0 then it shd raise the error. somehow its not working please help regards Anil create or replace trigger Tr_CheckSRID before insert or update of SR_ID on...
  16. akutty

    Date Issue in dll

    Hi All, Facing a strange problem, when we create a DLL its automatically converting a mm/dd/yyyy format to dd/mm/yyyy format... if we debug thru VB it doesnt do... THE Reg setting in machine is USA settings regards Anil
  17. akutty

    Spool File issues

    Thank you all for your help, I tried and it seems to work Regards Anil
  18. akutty

    Spool File issues

    Hi All, 1) No I have sufficient disk space left, spool file comes to around 400 MB 2) I am not using 'spool off' Regards Anil
  19. akutty

    Spool File issues

    Hi All, I run the following spool commands from pl/SQL. The problem I face is all the records doesnt get spooled into the text file, always some records are left out from the end, table typically contains approximately 1351000 records, every month this records count varies slightly, after...
  20. akutty

    Security Permissions

    Hi All, I wanted to read security permissions from different folders and sub folders usaing a dos command or script. Also want to set the security permissions on folders throgh command prompt or a script, is there a way without having to do this manually? Thanks in advance Anil

Part and Inventory Search

Back
Top