Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

microsoft sql 2000

Status
Not open for further replies.

makisbest

Technical User
Mar 3, 2005
125
0
0
GR
Hi

I'm new in Javascript, but this I want to do is to connect
directle to a mssql database and insert a value on a field.

Please help
 
Are you using server-side JavaScript, or do you mean using client-side JavaScript?

Client-side, it might be possible in IE-only. I'd use server-side for this.

Hope this helps,
Dan



[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
BillyRayPreachersSon: Can you please explain how it will be possible in IE?

/Ali
--------------
The Lord works in mysterious ways - and SysAdmins at mysterious hours
 
yup, ur guess is correct:

<script>
Var con=new ActiveXObject("ADODB.Connection")
//Voila u have a connection object
</script>


but like Dan said it is STRICTLY IE only...

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top