Hi,
there is a stored procedure in Oracle that has a output parameter of type table of records.
What OracleType to use in C# to retrieve it?
Regards,
Adrian
yeah I cannot use the registry because the application is a desktop client for almost 1000 users each with it's right and I know around 500 do not have admin rights.
I cannot let it be in the xml because I tried a few time to remake the setup but there are just 2 many dependencies and I could...
Hi,
I have a old vb6 application I maintain,
that has the settings in a separate xml file.
But now I have to move those "inside" (to remove the xml, don't ask why :) ).
What would be best place/"paradigm" for such
settings to be handled in vb6 ?
Like database connections, general...
I do not wht the FSO , FileSystemObject, is not working!
When I try to delete an image in a folder it blocks the script.
I tried one test page like this:
<%
Dim objFSO
Set objFSO = Server.CreateObject("Scripting.FileSystemObject")
Dim objFolder
Set objFolder =...
Hi,
I want to display a page only after it is loaded.
I know that if I put in body style = "display=none" then
nothing is shown but I do not know hot to unset it.
I made this:
<div id="y" style="display=none">text and stuff</div>
<script language="JavaScript">
if(document.layers){...
Hi,
I have a script where I just send mails (with CDONTS.NewMail) to different people depending on some variables. All was ok, I have on error resume next at beginning and I try to catch errors where I think can happen.
And I have one debug at the end of script:
if err <> 0 then...
Hi,
I am sending mails with CDONTS.newMail object and all is ok with most of mail clients but in Outlook if in the subject of the mail I put german characters, like öäü... I het xxx instead.
What format or what should I change to resolve this?
Thanks,
whiteadi
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.