Re: odbc with vfp
- From: "Cindy Winegarden" <CindyWinegarden@xxxxxxxxxxxxxxxxx>
- Date: Thu, 17 Aug 2006 11:55:08 -0400
Hi Agnes,
Have you considered using the FoxPro and Visual FoxPro OLE DB data provider,
downloadable from msdn.microsoft.com/vfoxpro/downloads/updates? A basic
connection string is "Provider = VfpOleDB.1;Data Source = D:\Temp;" . You'll
need quotes around the data source string if it has spaces in it.
I'm not sure what you mean about security on the server. The account the ASP
process runs under needs to have file permissions to the directory where the
DBFs are located.
--
Cindy Winegarden MCSD, Microsoft Most Valuable Professional
cindy@xxxxxxxxxxxxxxxxxxx
"Agnes" <agnes@xxxxxxxxxxxxxxxxxx> wrote in message
news:u0PafaUwGHA.4272@xxxxxxxxxxxxxxxxxxxxxxx
I am new bie in asp.net and start my first asp.net.
my database is vfp , i need to create the ODBC connection and got two
questions
(1)I cannot go to my client server to setup ODBC since the security level
, they disallow me to touch the server.
can I create an odbc connection programmically ?? [ I can do it when I use
asp]
(2)in my global.asp .(it is the sql server connection sample)
'Session("ConnectionAuth") = "server=DTS-Server;Uid=hls;Pwd=honour;Initial
Catalog=DTS_Master;"
How about ODBC ??
thanks advance
.
- References:
- odbc with vfp
- From: Agnes
- odbc with vfp
- Prev by Date: send message to another server through Socket?
- Next by Date: display html before page_load?
- Previous by thread: odbc with vfp
- Next by thread: Re: SQL UPDATE for date data-type
- Index(es):
Relevant Pages
|