Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is my data encrypted when it goes across the lan?
Message
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Is my data encrypted when it goes across the lan?
Miscellaneous
Thread ID:
00780449
Message ID:
00780449
Views:
49
When I create a connection from my vfp exe, is the data traveling across the lan from the queries encrypted?

Here is the code I use to create the connection:
= SQLSetProp(0, "displogin", 3)
lcDSNLess=[DRIVER={SQL SERVER};SERVER=]+ALLTRIM(gcDataSer)+[;UID=ctore;pwd=DB1ACC!23;Network=DBMSSOCN;database=CTORE;]
gcConnString=lcDSNLess

gnConnHandle=SQLSTRINGCONNECT(lcDSNless)
if gnConnHandle < 0
	=SQLERROR(program(),program(),transform(lineno()))
	return
endif
If not, is there a way to create an excrypted connection?

Thanks

Kirk
Next
Reply
Map
View

Click here to load this message in the networking platform