How Can I repair dbf file
Closed
PeterHig
Posts
1
Registration date
Thursday May 28, 2015
Status
Member
Last seen
May 28, 2015
-
May 28, 2015 at 02:31 PM
Blocked Profile - May 28, 2015 at 05:02 PM
Blocked Profile - May 28, 2015 at 05:02 PM
Related:
- How Can I repair dbf file
- Windows 10 iso file download 64-bit - Download - Windows
- Kmspico zip file download - Download - Other
- Tiny 11 iso file download - Download - Windows
- Mp3 repair online - Guide
- Download started. repair your download - Download - Cleaning and optimization
1 response
The foxpro driver in ADO should work.
What does your code look like for the connection? It should look like this (with your variables).
I have said it once, I will say it again. IT!
What does your code look like for the connection? It should look like this (with your variables).
dbsource="c:\wwwroot\DATA\e1.mdb"
strServername = LCase(Request.ServerVariables("SERVER_NAME"))
Set conn = CreateObject("ADODB.CONNECTION")
set rsdev = CreateObject("ADODB.recordset")
'Open the database for queries
strcxn="Provider=Microsoft.Jet.OLEDB.4.0;User ID=admin;Data Source=" & dbsource & ";Persist Security Info=False"
conn.Open strcxn
I have said it once, I will say it again. IT!