Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table not found
Message
From
17/07/2002 14:51:53
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Table not found
Miscellaneous
Thread ID:
00679722
Message ID:
00679722
Views:
58
Hi everyone

I'm connecting to a DSN without any error(s) through

Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open("dsn=DataSource")

However the command

sql = "Select * from personal"
set rs = Conn.Execute(sql)

This SQL statement works locally but not as shown above.

The error looks like this:

Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Visual FoxPro Driver]Cannot open file e:\domains\bcthis.co.uk\user\private\personal.dbf.


I’ll appreciate any hints to execute the SQL statement correctly.

Oscar Corte
Next
Reply
Map
View

Click here to load this message in the networking platform