Re: Foxpro vs SQL Server

From: Ray Majewski (anonymous_at_aol.com)
Date: 06/15/04


Date: Tue, 15 Jun 2004 12:04:31 -0500

Thanks. I should be able to find what I need in there.

"Rick Bean" <rgbean@unrealmelange-inc.com> wrote in message
news:uDK7ivuUEHA.3944@tk2msftngp13.phx.gbl...
Ray,
How about
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_foxhelp/html/lngAPPEND_PROCEDURES.asp?frame=true -
"APPEND PROCEDURES Command". You'll also want to check out
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_foxhelp/html/dggrfOLEDBProviderforVisualFoxPro.asp?frame=true -
"OLE DB Provider for Visual FoxPro".

Read
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_foxhelp/html/dglrfUnsupportedVisualFoxProCommandsFunctions.asp?frame=true
for "Unsupported Visual FoxPro Commands and Functions in OLE DB Provider".
<hint> These apply to any Stored Procedure your write!

The latest VFP OLE DB client, is available at
http://www.microsoft.com/downloads/details.aspx?familyid=0f43eb58-7a94-4ae1-a59e-965869cb3bc9&displaylang=en.
While there is a newer one that comes with the VFP 9.0 public beta, it can't
be separately downloaded.

Rick

"Ray Majewski" <anonymous@aol.com> wrote in message
news:u6XppYtUEHA.3336@TK2MSFTNGP11.phx.gbl...
> Thanks. Can you point me to somewhere that shows how to create stored
> procedures in F0xPro?
>
> "Rick Bean" <rgbean@unrealmelange-inc.com> wrote in message
> news:eT2mhPlUEHA.2508@TK2MSFTNGP12.phx.gbl...
> Ray,
> If you setup CR to use ADO, you can use the VFP OLEDB provider to call a
> Stored Procedure in a VFP Database. (VFP ODBC doesn't support SPs.)
>
> Rick
>
> "Ray Majewski" <anonymous@aol.com> wrote in message
> news:enEfqGlUEHA.1652@TK2MSFTNGP09.phx.gbl...
> > I have to create a report in Crystal Reports off of a FoxPro database.
I
> > need to do a SQL UNION between two tables and it can't be done within
> > Crystal. With SQL Server I would create a view or stored procedure and
> base
> > the report off of the view or stored procedure. Is there a way to do
this
> > in FoxPro?
> >
> >
>
>



Relevant Pages

  • Re: NEED TO CALL AS400 S.P
    ... > The stored procedure doesn't return any records as it only does inserts ... What an error message! ... what your OLE DB provider is feed the AS400 with? ...
    (microsoft.public.data.oledb)
  • error when calling stored procedure in ole db
    ... I am new to OLE DB. ... when I tried to call Open function of the wizard ... OLE DB provider: OLE DB provider for Sql Server ... Then selected the Stored Procedure name. ...
    (microsoft.public.data.oledb)
  • Store procedure.. not working for insertion
    ... I am new to OLE DB. ... when I tried to call Open function of the wizard ... OLE DB provider: OLE DB provider for Sql Server ... Then selected the Stored Procedure name. ...
    (microsoft.public.data.oledb)
  • Re: Stored Procedures & Parameters Insert Problem
    ... Why use the MSDataShape provider? ... This is so that I can easily change the stored procedure in the sample ... an AutoNumber primary key field, and lngTestCount. ... Dim adoDBConn As ADODB.Connection ...
    (microsoft.public.data.ado)
  • Linked server to as400 - for the love of god please help.
    ... i'm trying to setup a linked server between SQL Server and an AS400/DB2/IBM ... OLE DB provider 'MSDASQL' reported an error. ... OLE DB error trace [OLE/DB Provider 'IBMDA400' IColumnsInfo::MapColumnIDs ...
    (microsoft.public.sqlserver.server)