Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MSDE with Foxpro
Message
From
01/04/2005 08:23:20
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
31/03/2005 15:10:20
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00993874
Message ID:
01000600
Views:
36
>thanks for your response. i've tried what you indicated and using mysql was able to open even the mysql user table in notepad. although there was a bunch of garbage, the usernames and encrypted passwords were there. that concerns me. i've posted in the mysql forums to see what is the problem, but no word yet. i imagine that mysql depends on limiting os access as well as limiting access to the databases. if you can see the tables, at the very least you can delete them (which of course is not good).
>
>i'm still new to this so i've been doing some reading. hopefully i find something out about this. thanks for your detailed response to my question about ODBC. I've tried ODBC w/o password being put in the DSN, but within foxpro all i get is the dsn prompt asking for it but when it is filled in properly nothing happens. i'm not asking for advice on this right now (since you're a sql server guy), but am new to everything so am still trying to figure a bunch of things out.
>
>thanks.
>
>paul

Paul,
I don't use DSN. Instead I use connection strings. ie:

lcConStr = "Driver=SQL server;Server=(local);Integrated Security=SSPI"
lnHandle = SQLStringConnect(m.lcConStr)

PS: If a user name and pwd is a must I set DisplayLogin to never and ask it through my own dialogs.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform