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 TouchToneTommy 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: akutty
  • Content: Threads
  • Order by date
  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

    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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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
  13. 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...
  14. 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
  15. akutty

    DLLHost

    Hi, We are observing that DLLHost.exe is growing in size each day..Is there any particular reason for that? Is there any setting in IIS which can close unterminated connections? is there any setting which can optimise this Thanks in Advance Anil
  16. akutty

    URL Encode

    Hi All, Is there any setting in IIS for URL encoding. Problem faced is that French special character è i snot getting accepte din URL. is ther eany setting which can make it acceptable? Thanks in advance
  17. akutty

    Internet explorer Special Characters è

    Hi, One of our URLS contains è french character (ModèlesDocumentations ). It displays page error when we use this character using Internet explorer.Changing this to e it works. Any idea why it doesnt take è. Thanks for any help Anil
  18. akutty

    ASSOC command

    Hi All, I was trying to associate a ZIP file to txt file association. ASSOC.ZIP = txtfile through DOS prompt. However when I do this it creates another entry in registry for .zip so I can see two enties .ZIP and one more .ZIP . so it seems the assoc command is not working. Any idea how this...
  19. akutty

    File Association

    Hi All, Wanted to know how to change File association using Visual basic. For e.g .zip file gets opened with winzip hwoever when some one clicls .zip file, it should open with notepad. Basically change file association which can be done using folder options -->File types in windows 2000. Thanks Anil
  20. akutty

    random number

    Hello, was trying to create random password generator. First time when it runs it generates password, but next time also it generates same set of password. Seems there is some problem with the random no generation part. It always generates the same sequence pls help Anil Private Const LETTERS...

Part and Inventory Search

Back
Top