Log in

View Full Version : Database connectivity



cblake843
04-25-2006, 10:09 PM
Does anyone know of a solution or script for connecting to a MS database. It is purely for an intranet all on the same server so i have discared all the PHP, ASP stuff. Any ideas would appreciated.


Kase

djr33
04-26-2006, 12:12 AM
uh... php. Yep.

ASP can too, but I don't like it.

1. It must be server side... so... one of these is best.

2. JS and such aren't server side.

3. If you have it on a local intranet you STILL need a way to connect... install php and use it.

That's all I know.


Or, buy a professional system for your company.... one that's not even related to the internet, but to a local server and such. No clue about that more than what I said, though.