Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is my data encrypted when it goes across the lan?
Message
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Titre:
Is my data encrypted when it goes across the lan?
Divers
Thread ID:
00780449
Message ID:
00780449
Vues:
48
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform