Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to connect to a datasource 1

Status
Not open for further replies.

GKBray

IS-IT--Management
Jan 14, 2003
51
GB
Hi,

Can anyone tell me how to get sharepoint services to read in data from a external database, namely VFP.

My Server has all the relevant ODBC entries, but I don't know where to start.

Many thanks in advance.

G Bray

G K Bray Programmer
 
Having worked with several small vfp applications and sharepoint, I thought that the easiest way was to use SQL reporting services and the Reporting services web parts for displaying information.

How tightly do you need the data to be integrated?

Thanks!

Patrick
 
Hi Patrick,

I would like to be able to display a filtered list of records, from various tables, and possible use info path to create some dynamic forms to feed data back to VFP.

Thanks

Graham

G K Bray Programmer
 
Moving data into foxpro should be easy, just create a view of the userdata table that is filtered for the appropriate listid. I would not try going the other way (creating new records in sharepoint from vfp) but I have used this with a simple odbc link to modify records.

Thanks!

Patrick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top