Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Oracle 7.3 use connect string instead of DSN
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00320491
Message ID:
00362247
Vues:
22
On this same topic, in the code below I still get the Oracle authentication box even though I I have the correct username/password. How to I get rid of this? It will ultimately in a COM object and I can't have any interactivity. Thanks.
	store sqlstringconnect('Driver=Oracle73 Ver 2.5;UID=guest;PWD=password;CONNECTSTRING=qip.world;') ;
		to nHandleResult
		
	if nHandleResult < 0
	cNothin = messagebox('Cannot make connection', 16, 'SQL Connect Error')
	else
	cNothin = messagebox('Connection made', 48, 'SQL Connect Message')
	= sqldisconnect(nHandleResult)
	endif
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform