Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote view
Message
 
 
To
24/07/2005 04:33:40
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01035375
Message ID:
01035527
Views:
13
>Hi
>I changed the Connection String as:
>lcDBcName = "\\SetadServer1\D\APPLIC\Windows Applications\Saed Produect\Datas\T1.DBC"
>lcConStr = "Provider=vfpoledb;Data Source=" + lcDBcName
>
>That programm worked correctly.
>But I want to know why?
>I want to know it's Object modles and I need to know any Proparty and Metodes.
>How I can know those.
>
You can call VFP stored procedures through VFP OLE DB provider only. Your previous connection string used VFP ODBC driver which doesn't support it.
What object model are you refering to? The properties of VFP OLE DB provider are listed in VFP help. For ADO reference see one of following
- http://www.devguru.com/Technologies/ado/quickref/ado_intro.html
- http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/mdmscadoapireference.asp
- http://datutorials.com/ado/
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform