Re: CGI and Environment Variables

new topic     » goto parent     » topic index » view thread      » older message » newer message

No, George, that's not helpful at all. Please refer to my previous message.

Matt

[/quote]

Here's what I did.

	if dbId < 1 then 
		tmp = getErrorODBC(dbId) 
		fn = open("crash.txt", "w") 
 
		printf(fn,"%d  %s", tmp) 
			 
		--dbId = message_box("Can't open DataBase " & dbName,"",0) 
		abort(1) 
	end if 

Here's the message returned. Doesn't make sense to me. Running the program directly works but launching it from an html doc does not work.

0 IM002 [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu