PC Review


Reply
Thread Tools Rate Thread

Accessing SQL Server Table-Valued Function from Access front-end

 
 
Arvi Laanemets
Guest
Posts: n/a
 
      16th Apr 2010
Hi

Is subject possible?

From SQL Server, I can call the function as
Select * From dbo.udf_MyFunction(Parameter1, Parameter2, ...)

From Access front-end, I want to call this function, and use the result
table as data source for report.
My quess is, that I have to use a pass-through query for this.

Has someone any experience with this?
Thanks in advance!

Arvi Laanemets

 
Reply With Quote
 
 
 
 
Sylvain Lafontaine
Guest
Posts: n/a
 
      16th Apr 2010
Yes, you need to use a pass-through query using a Select query like the one
you have shown us.

--
Sylvain Lafontaine, ing.
MVP - Windows Live Platform
Blog/web site: http://coding-paparazzi.sylvainlafontaine.com
Independent consultant and remote programming for Access and SQL-Server
(French)


"Arvi Laanemets" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi
>
> Is subject possible?
>
> From SQL Server, I can call the function as
> Select * From dbo.udf_MyFunction(Parameter1, Parameter2, ...)
>
> From Access front-end, I want to call this function, and use the result
> table as data source for report.
> My quess is, that I have to use a pass-through query for this.
>
> Has someone any experience with this?
> Thanks in advance!
>
> Arvi Laanemets



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Accessing SQL Server Table-Valued Function from Access front-end Arvi Laanemets Microsoft Access 1 16th Apr 2010 07:13 AM
Using a table-valued function of a linked SQL Server database Markus Eßmayr Microsoft Access External Data 2 30th Oct 2008 03:07 PM
Using a table-valued function of a linked SQL Server database Markus Eßmayr Microsoft Access 3 30th Oct 2008 03:07 PM
Using a table-valued function of a linked SQL Server database Markus Eßmayr Microsoft Access Queries 2 30th Oct 2008 03:07 PM
Calling a Table Valued MSSQL Function from C# Abhishek Srivastava Microsoft ADO .NET 0 9th Oct 2003 07:50 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:46 PM.