Re: CGI and Environment Variables

new topic     » goto parent     » topic index » view thread      » older message » newer message
GeorgeWalters said...

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

Matt

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 [/quote]

I found some references to this message using apache which I do not completely understand. I'm running an EU program that is a launched html doc from apache. I'm running apache 2.2.11 on Windows XP 2nd. Apparently I have to do some more work on apache, which I do not understand. Hopefully someone can take a look and explain to me what it's trying to say.

http://www.apachelounge.com/viewtopic.php?t=2545

Thanks. George

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

Search



Quick Links

User menu

Not signed in.

Misc Menu