Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql Server
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00560327
Message ID:
00560355
Views:
19
Hi Mahmood

Dunno if this will help here but for 1) check, if you really
are in the database you expect to be. SQL Server connects you to
"master" as a standard and I doubt, that your table will be there.
This would result to the error object not found.

So either use the fully qualified name for the table including the
database name or alter your DSN or Connection string by including a
"database=" option that brings you to your database.

What kind of authentication do you use from the machines that make
you connection problems? Windows or SQLServer? With SQLServer
authentication I don't think you should see any difference. For Windows
authentication I'm not so sure, but I'm all but a specialist with
Win 9x, I banned this already years ago and use only NT now. ;)

HTH
Markus
Previous
Reply
Map
View

Click here to load this message in the networking platform