Click here to Skip to main content
15,893,487 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi.....

I want to use data base with java script.
In java script I want like.
open connection
close connection
write command
data reader
data adapter
data table

eval method
string builder
etc...

please help me..
Regards
Rakesh
Posted
Updated 16-May-12 22:07pm
v2
Comments
Haitham tarek 17-May-12 4:27am    
i am not sure if it could be possible but anyway its bad idea to do such code cuz the client side not safe

1 solution

I don't think using client side Javascript is the correct way to connect to a database. Instead the database operations should be don on server side for example using SqlConnection[^], SqlCommand[^] and so on.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900