Viewing 15 posts - 136 through 150 (of 232 total)
I really don't know how to use an openquery in a "view".. plus I really want the Advantage database engine to filter my records in order to minimize the net...
May 11, 2009 at 11:33 am
Lynn,
As you can see I have been reading many postings in various forums in order to find the answer I have been looking for.
This is also related to my issues...
May 11, 2009 at 11:23 am
...and how do you pass a parameter from a function to a cmd batch file calling a proc??
I know that you can use the % in the batch files and...
May 11, 2009 at 10:53 am
have not we have had kicked this dead horse plenty..
I think we did..
:))
May 9, 2009 at 2:09 am
I guess I need to re-visit my previous posting here::
> I get connected to Adv Database via "linked server object" in sql
> use openquery calling the "linked" server--> using--> local...
May 8, 2009 at 11:49 am
Up until 8 years ago; I was a software engineer and software development manager regionally and I had few rules in the department. Among those rules there were 2 of...
May 8, 2009 at 10:51 am
Wow... I guess for the first time I am stuck between a rock and a hard place in a simple TSQL.
It seems like there should be a way to have...
May 8, 2009 at 10:38 am
At this stage; I do not have an issue nor worry about the performance and the criterion selections.
All I am interested in is getting the result-set back 😀
May 6, 2009 at 2:54 pm
-- Here are you and thank you again for your assistance::
--
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE FUNCTION ADV_UDF_GetEmp_ID
(
@EmpID nvarchar(10)
)
RETURNS
@tblGetEmp_ID TABLE...
May 6, 2009 at 2:35 pm
Hi Lowel,
Here is the thing about the code, I did not know why the indentation were not the same as the "preview" here in the post zone.. however, I had...
May 6, 2009 at 1:38 pm
Of course Lynn, thank you much!
May 6, 2009 at 12:41 pm
Interesting observation my friend; however, I am trying to eliminate the "staging" area completely.
I do have a visual foxpro 5 second priodical asynchronization data going to sql from VFP folder(s)...
May 6, 2009 at 12:39 pm
Good point, although, if stored procedure can do and return what the "function caller" needs then sure..
here is the thing;
There is another application that calls this function:
" select a,...
May 6, 2009 at 12:34 pm
Viewing 15 posts - 136 through 150 (of 232 total)