Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug after using SQLConfigDataSource?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00852785
Message ID:
00852799
Views:
7
Hi Simon !

I can confirn the behavior on Win XP Pro Polish Edition



>After running SQLConfigDataSource, I notice the VFP File/Open, File/SaveAs and Program/Do menu commands stop working. Could someone confirm this for me?
>
>Thanks,
>
>Simon
>
>DECLARE INTEGER SQLConfigDataSource in odbccp32.DLL ;
> INTEGER hwndParent, INTEGER fRequest, ;
> STRING @lpszDriver, STRING @lpszAttributes
>
>lcAttributes = ;
> "DSN=Foo" + CHR(0) + ;
> "SERVER=(local)" + CHR(0) + ;
> "DATABASE=pubs" + CHR(0)
>
>? SQLConfigDataSource( 0, 4, "SQL Server" + CHR(0), lcAttributes )
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform