I tried to access UDF(that is stotred in 2nd serevr) via the Linked Server but I discovered that only tables and views can be access with the linked server (If i'm right).
how is possible to access the UDF from one sql server to another ???
Rgds,
zuZa
Skip,
a is value that user select from the dropdown, so entry has to go 'till that value ... is maximum of the Entering the fields above into the table.
No solution 'till now
ZuZa.
Dear all,
this peace fo code is not working, enntering into table records through looping for a given value(limit):
a - is value that user enters(selects from combo in this case), so adding of records should end to this up to this value.
This code below is looping to the end is not stoping to...
Dear all,
I will start wil an example, it is a table with history like:
Claimno ---- Status ---- Datest
ds001123 notified 12/01/04
ds001123 Case closed 12/03/04
ds001123 decision 12/09/04
By the rule 'Case closed' should be the last status, so how to find...
Hello there,
I'm asked to develop the automatic transfer from standardized forms (word docs) to a standardized excel spreadsheet? We have data (name, addresses, etc.) that is
currently copy and pasted manual from the word documents to the excel spreadsheet.
Can this be automized somehow with...
Hello there,
I'm asked to develop the automatic transfer from standardized forms (word docs) to a standardized excel spreadsheet? We have data (name, addresses, etc.) that is currently copy and pasted manual from the word documents to the excel spreadsheet.
Can this be automized somehow with...
Thanks a lot,
I'm trying but is not even reading the part of asp for displaying on rows:
Can you please check where can the problem be?
----------------------------------
<% @language = VBScript %>
<html>
<title>WWWW</title>
<body>
<%
strSQL = "select claimno from vewMissingClaims"
Set DB...
hello there,
I have to display in output only first field of the table called Claimno and there are 4000 records approximately.But to loop through these normally with one column is not the point. How can it be displayed for intance:
DS002233 DS009971 DS009988 DSr....
DS004455 DS009973 DS009991...
Hello there,
I want the results page of form action to pop-up, but is not working, can please somebody help me on this?? I have a function :
<script language="JavaScript">
<!--
function openWin(fajlli) {...
Dear all,
I will apreciate if somebody could help me on this one :
SELECT qryPubication.ClaimNo, qryPubication.StreetNameP AS StrA,
qryPubication.StreetNoP AS StrB,
IIf(IsNull([StrB]),[StrA],(LTrim([StrA])+", "+[StrB])) AS StrC,
IIf(IsNull(lTrim([BuildNo]))," ",(lTrim([Buildno]))) AS Buil...
dear all,
I want to add print version of the asp page, for html page I found a javascript file, like this:
<script language="JavaScript">
var gAutoPrint = true; // Flag for whether or not to automatically call the print function
function printSpecial()
{
if (document.getElementById != null)...
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.