Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Oracle 7.3 use connect string instead of DSN
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00320491
Message ID:
00362247
Views:
20
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform