Hi,
I have a stored procedure where I am executing a dts package :
SET @cmdString ='dtsrun /S WEBSRV /E /N Load_textFile '
EXEC master..xp_cmdshell @cmdString,no_output
In this DTS package
1) Truncate existing Table
2) Load the text file in the table.
The problem is , when executed...
Hi,
I want to create a text file with a complicated format, so it will be very difficult by DTS. Can I open or create file from a stored procedure ? If yes , how ?
Please help.
Thanks
Hi,
I am trying to execute a stored procedure through VB application. If I run the stored procedure through Query Analyser , it takes around 1 min to complete.
As I was getting this error, I tried writing
con.ConnectionTimeout = 0
con.CommandTimeout = 0
But still its giving...
Hi,
I am trying to execute a stored procedure through VB application. If I run the stored procedure through Query Analyser , it takes around 1 min to complete.
As I was getting this error, I tried writing
con.ConnectionTimeout = 0
con.CommandTimeout = 0
But still its giving...
Hi,
I have set HTML Editor as frontpage.
But when I open IE6.0 , it gives me disabled EDIT option on toolbar. I don't know what the problem is.... may be registry ...
Can anybody tell me what may be the problem , and how to solve that ?
Thanks
Hi ,
I want to use javascript for some simple client side validations, like if there are 2 textboexes, and if I write in second textbox, & first textbox is null , I want to give alert that first textbox value is null and the focus should be transfered to first textbox.
For this I need to...
Hi ,
I want to use javascript for some simple client side validations, like if there are 2 textboexes, and if I write in second textbox, & first textbox is null , I want to give alert that first textbox value is null and the focus should be transfered to first textbox.
For this I need to...
I am populating msflexgrid by a database query ...
I tried printing it by following code
Printer.Orientation = vbPRORLandscape
Picture1.Picture = grid_datasheet.Picture
sScale = Printer.ScaleHeight * (grid_datasheet.Rows / 50)
Printer.CurrentX = 100
Printer.Font = "Arial"...
I have an ASP page , which requires a particular font.
I want to give users the facility to download the font from the site ......... How to do that ?
Is there any way , by which I can directly install the font on users machine ?
Thanks....
I have a form , where for some reason I am submiting it, with action = "<%=request.servervariables("script_name")%>"
i.e I am giving the self script name.
It is working just fine. But the problem is , after it submits , and returns back , I want to set the focus on a...
Hi,
I have defined a list box "A" in one form. Depending on the value of the list box item "A", I have to create another list box "B".
How can get the value of A, to create a recordset for B?
I have tried by writing onchange trigger on A ... But it doesnt...
Hi,
I am trying to open the asp file throught IE6.0 Edit option . Sometimes it gives that Edit option enabled , but most of the time it is disabled.
Is this a problem of Interdev/Frontpage ? Or do I have to make some settings on server ? Or it has to do with Frontpage extensions ...
Hi,
I am trying to open the asp file throught IE6.0 Edit option in Frontpage. Sometimes it gives that Edit option enabled , but most of the time it is disabled.
Yesterday, it was opening the asp file in my local "temporary Internet files" folder. I reinstalled Frontpage2002, &...
Hi,
I want a field similar to auto number . I want to set different starting number for different client. So whenever I add a record to table , the number appropriate to the client should increment. I don't want to do that manually , i.e I don't want to increment that field by adding 1 , each...
Hi,
I have some images on the server's local directory. I could see those images when I access the site through intranet. But it opens the client's C: when tries to access through internet. How can I prevent it ?
Do I need to use servers get name type variables , or some getIP variables to...
What settings I need to do on web server for restricting the default.htm site from the ASP application ?
I want to restrict the site on NT user level ....
Thanks.
Hi,
How can I assign value to a input text variable from another input text variable from the same form by onchange function ?
For example :
<table>
<TR>
<td>MY NAME </td>
<input type="text" name="iname" onchange=getname(form)> </td>
</TR>
<TR>
<td...
Why msgbox doen't work in <%@ Language=VBScript %> ?
why we have to write
<script Language="vbscript">
Dim MyVar
MyVar = MsgBox ("TEST msgbox ! ",4)
</script>
And even I can't access this myvar value outside this script.How can I access that variable ? as session also...
Our company has purchased a font ... In my ASP application I am using that font. How can I install that font , without going particularly to that client machine , and installing mannually ? Is there any way that I can include that font in application itself ?
Thanks
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.