473,386 Members | 1,715 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

fail run asp.net in window 2003( vfpoledb.dll)

I can show the login.aspx page in my window2003 IIS6 .
However, after I click the "ok" buttonm it said
The 'VfpOleDB.1' provider is not registered on the local machine.
(1)I can run the application in my XP professional,
(2)I also install vfpoledb.exe and register the vfpoledb.dll already
(3)I also change the machine.config
<processModel userName="administrator" password="information" />
or <processModel userName="SYSTEM" password="AutoGenerate" />

however, I still fail to run the asp.net .please help.
Thanks a lot
Sep 25 '06 #1
6 3127
Check and make sure you have the Jet provider for MDAC 2.8 installed on the
server. It is a separate install from the data components. The jet engine
controls access to Excel, Access and FoxPro, along with text files, etc.
That should solve your issue.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside of the box!
*************************************************
"Agnes" <ag***@dynamictech.com.hkwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
>I can show the login.aspx page in my window2003 IIS6 .
However, after I click the "ok" buttonm it said
The 'VfpOleDB.1' provider is not registered on the local machine.
(1)I can run the application in my XP professional,
(2)I also install vfpoledb.exe and register the vfpoledb.dll already
(3)I also change the machine.config
<processModel userName="administrator" password="information" />
or <processModel userName="SYSTEM" password="AutoGenerate" />

however, I still fail to run the asp.net .please help.
Thanks a lot

Sep 25 '06 #2
I try to download MDAC 2.8 and then run my code,
Same error.
Now, i want to change the oledb command inot odbc, but i can't find VFP ODBC
in window2003, so I got to d/l vfp odbc. but the control panel didn't show
andy vfp...choice for me

"Cowboy (Gregory A. Beamer)" <No************@comcast.netNoSpamM¼¶¼g©ó¶l¥ó·s»D:O 2**************@TK2MSFTNGP06.phx.gbl...
Check and make sure you have the Jet provider for MDAC 2.8 installed on
the server. It is a separate install from the data components. The jet
engine controls access to Excel, Access and FoxPro, along with text files,
etc. That should solve your issue.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside of the box!
*************************************************
"Agnes" <ag***@dynamictech.com.hkwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
>>I can show the login.aspx page in my window2003 IIS6 .
However, after I click the "ok" buttonm it said
The 'VfpOleDB.1' provider is not registered on the local machine.
(1)I can run the application in my XP professional,
(2)I also install vfpoledb.exe and register the vfpoledb.dll already
(3)I also change the machine.config
<processModel userName="administrator" password="information" />
or <processModel userName="SYSTEM" password="AutoGenerate" />

however, I still fail to run the asp.net .please help.
Thanks a lot


Sep 25 '06 #3
Hi Gregory,

Jet will only handle DBFs with the older Dbase IV format. To access tables
created with the VFP3 through VFP6 format, VFP ODBC is required. DBFs using
new data features added in VFP7-VFP9 require VFP OLE DB, which will read all
versions of FoxPro DBFs.

Neither VFP ODBC or VFP OLE DB are included in the current version of MDAC,
VFP ODBC is downloadable from
msdn.microsoft.com/vfoxpro/downloads/updates/odbc, and VFP OLE DB is
downloadable from msdn.microsoft.com/vfoxpro/downloads/updates.

--
Cindy Winegarden MCSD, Microsoft Most Valuable Professional
ci***@cindywinegarden.com
"Cowboy (Gregory A. Beamer)" <No************@comcast.netNoSpamMwrote in
message news:O2**************@TK2MSFTNGP06.phx.gbl...
Check and make sure you have the Jet provider for MDAC 2.8 installed on
the server. It is a separate install from the data components. The jet
engine controls access to Excel, Access and FoxPro, along with text files,
etc. That should solve your issue.

Sep 25 '06 #4
Hi Agnes,

I'm not clear on what you've downloaded and installed.

VFP ODBC is downloadable from
msdn.microsoft.com/vfoxpro/downloads/updates/odbc, and VFP OLE DB is
downloadable from msdn.microsoft.com/vfoxpro/downloads/updates.

Assuming you've installed VFP OLE DB, try creating an empty text document
named Test.udl and double clicking on it to open the Data Link Properties
dialog. On the provider tab in the list of OLE DB Providers, do you see
"Microsoft OLE DB Provider for Visual FoxPro?"

--
Cindy Winegarden MCSD, Microsoft Most Valuable Professional
ci***@cindywinegarden.com
"Agnes" <ag***@dynamictech.com.hkwrote in message
news:et**************@TK2MSFTNGP04.phx.gbl...
>I try to download MDAC 2.8 and then run my code,
Same error.
Now, i want to change the oledb command inot odbc, but i can't find VFP
ODBC in window2003, so I got to d/l vfp odbc. but the control panel didn't
show andy vfp...choice for me

Sep 25 '06 #5
Thanks Cindy,But I just search some faq .
It said
[64Bit applications can only use 64bit drivers, since there are no 64bit
ODBC/OLEDB drivers for FoxPro you won't be able to write a 64Bit
application that accesses FoxPro data]

I am very worry about it .

"Cindy Winegarden" <Ci*************@newsgroups.nospam¼¶¼g©ó¶l¥ó·s»D:u m**************@TK2MSFTNGP04.phx.gbl...
Hi Gregory,

Jet will only handle DBFs with the older Dbase IV format. To access tables
created with the VFP3 through VFP6 format, VFP ODBC is required. DBFs
using new data features added in VFP7-VFP9 require VFP OLE DB, which will
read all versions of FoxPro DBFs.

Neither VFP ODBC or VFP OLE DB are included in the current version of
MDAC, VFP ODBC is downloadable from
msdn.microsoft.com/vfoxpro/downloads/updates/odbc, and VFP OLE DB is
downloadable from msdn.microsoft.com/vfoxpro/downloads/updates.

--
Cindy Winegarden MCSD, Microsoft Most Valuable Professional
ci***@cindywinegarden.com
"Cowboy (Gregory A. Beamer)" <No************@comcast.netNoSpamMwrote in
message news:O2**************@TK2MSFTNGP06.phx.gbl...
>Check and make sure you have the Jet provider for MDAC 2.8 installed on
the server. It is a separate install from the data components. The jet
engine controls access to Excel, Access and FoxPro, along with text
files, etc. That should solve your issue.


Sep 25 '06 #6
Hi Agnes,

You had not previously mentioned that you are working with a 64-bit
application.

The VFP OLE DB data provider is for 32-bit applications only. You can use it
on a 64-bit machine with a 32-bit application running in compatibility mode.

--
Cindy Winegarden MCSD, Microsoft Most Valuable Professional
ci***@cindywinegarden.com
"Agnes" <ag***@dynamictech.com.hkwrote in message
news:uS**************@TK2MSFTNGP02.phx.gbl...
Thanks Cindy,But I just search some faq .
It said
[64Bit applications can only use 64bit drivers, since there are no 64bit
ODBC/OLEDB drivers for FoxPro you won't be able to write a 64Bit
application that accesses FoxPro data]

Sep 27 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Franz Faul | last post by:
I used to have some dll's in a lib directory. The path to the lib directory is in the environment variable path. In VC 6.0 and .NET 2002 the applications found these dll's in the lib directory. In...
0
by: MAF | last post by:
I have an old dll that I want to attach and step into. The dll no longer works in 2005 and I want to see if there is a problem with the dll. How can I attach the 2003 dll to my 2005 project...
0
by: eric.goforth | last post by:
Hello, I have a classic ASP application that calls a VB.NET 2003 dll through COM+. This dll then calls a web service. This application can be configured to call an external web service or a...
6
by: eric.goforth | last post by:
Hello, I'm calling a VB.NET 2003 dll that's registered in COM+. I've added a reference to it in a VB6 DLL that I'm calling from a Classic ASP page. Previously I was able to attach to my .NET...
1
by: =?Utf-8?B?Q2hyaXM=?= | last post by:
Hello: I have a C# Windows App that has a reference to the Word 2003 dll, which from my understanding of things will boil down to the Microsoft.Office.Interop.Word.dll PIA that lives in the GAC of...
2
by: smtwtfs007 | last post by:
Guys, I am having problems with Excel 2000 to Excel 2003 dll in production. I am having version 2003 in my PC and I used the below code change to open password protected excel files in my...
0
by: smtwtfs007 | last post by:
Guys, I am having problems with Excel 2000 to Excel 2003 dll in production. I am having version 2003 in my PC and I used the below code change to open password protected excel files in my...
0
by: selvialagar | last post by:
I'm working in vc++.net 2003 (dll) for communicating with an device through TCP communication. My task is to send request to the device and receiving response from the device and dismandle the...
6
by: ChipR | last post by:
I've solved my missing Outlook reference problems by using late binding, but a new problem has come up. When my user opened a form, Access started searching for DAO360.dll. The dll was in some...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.