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